共用方式為


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

浮點數中的垂直空間量。

適用於

另請參閱