共用方式為


ITextParagraphFormat.FirstLineIndent 屬性

定義

取得用來縮排段落相對於左縮排的第一行縮排的數量。

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

屬性值

Single

float

浮點數中的第一行縮排量。

備註

左邊縮排會套用至段落的所有行,但第一行除外。

適用於

另請參閱