ITextParagraphFormat.LeftIndent 属性

定义

获取用于缩进除段落第一行以外的所有行的量。

public:
 property float LeftIndent { float get(); };
float LeftIndent();
public float LeftIndent { get; }
var single = iTextParagraphFormat.leftIndent;
Public ReadOnly Property LeftIndent As Single

属性值

Single

float

左缩进量(以浮点为单位)。 缩进相对于左边距。

适用于

另请参阅