ITextParagraphFormat.SpaceAfter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定段落後面的垂直空間量。
public:
property float SpaceAfter { float get(); void set(float value); };
float SpaceAfter();
void SpaceAfter(float value);
public float SpaceAfter { get; set; }
var single = iTextParagraphFormat.spaceAfter;
iTextParagraphFormat.spaceAfter = single;
Public Property SpaceAfter As Single
屬性值
Single
float
浮點數中的垂直空間量。