Bagikan melalui


ITextParagraphFormat.SpaceBefore Properti

Definisi

Mendapatkan atau mengatur jumlah spasi vertikal di atas paragraf.

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

Nilai Properti

Single

float

Jumlah ruang vertikal, dalam titik mengambang.

Berlaku untuk

Lihat juga