Partager via


ITextParagraphFormat.SpaceAfter Propriété

Définition

Obtient ou définit la quantité d’espace vertical qui suit un paragraphe.

public:
 property float SpaceAfter { float get(); void set(float value); };
float SpaceAfter();

void SpaceAfter(float value);
public float SpaceAfter { get; set; }
var single = iTextParagraphFormat.spaceAfter;
iTextParagraphFormat.spaceAfter = single;
Public Property SpaceAfter As Single

Valeur de propriété

Single

float

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

S’applique à

Voir aussi