ITextParagraphFormat.FirstLineIndent 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 la quantité utilisée pour mettre en retrait la première ligne d’un paragraphe par rapport au retrait gauche.
public:
property float FirstLineIndent { float get(); };
float FirstLineIndent();
public float FirstLineIndent { get; }
var single = iTextParagraphFormat.firstLineIndent;
Public ReadOnly Property FirstLineIndent As Single
Valeur de propriété
Single
float
Montant de retrait de la première ligne, en points à virgule flottante.
Remarques
Le retrait gauche s’applique à toutes les lignes du paragraphe à l’exception de la première ligne.