ITextParagraphFormat.SpaceBefore Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.