Partager via


ITextParagraphFormat.SpaceBefore Propriété

Définition

Obtient ou définit la quantité d’espace vertical au-dessus d’un paragraphe.

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

Valeur de propriété

Single

float

Quantité d’espace vertical, en points à virgule flottante.

S’applique à

Voir aussi