ITextParagraphFormat.FirstLineIndent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來縮排段落相對於左縮排的第一行縮排的數量。
public:
property float FirstLineIndent { float get(); };
float FirstLineIndent();
public float FirstLineIndent { get; }
var single = iTextParagraphFormat.firstLineIndent;
Public ReadOnly Property FirstLineIndent As Single
屬性值
Single
float
浮點數中的第一行縮排量。
備註
左邊縮排會套用至段落的所有行,但第一行除外。