ITextParagraphFormat.SpaceBefore プロパティ

定義

段落の上の垂直方向のスペースの量を取得または設定します。

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

浮動小数点での垂直方向のスペースの量。

適用対象

こちらもご覧ください