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

垂直空间量(以浮点为单位)。

适用于

另请参阅