共用方式為


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

浮點數的左縮排量。 縮排相對於左邊界。

適用於

另請參閱