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