Partager via


ITextParagraphFormat.LeftIndent Propriété

Définition

Obtient la quantité utilisée pour mettre en retrait toutes les lignes à l’exception de la première ligne d’un paragraphe.

public:
 property float LeftIndent { float get(); };
float LeftIndent();
public float LeftIndent { get; }
var single = iTextParagraphFormat.leftIndent;
Public ReadOnly Property LeftIndent As Single

Valeur de propriété

Single

float

Quantité de retrait gauche, en points à virgule flottante. La mise en retrait est relative à la marge gauche.

S’applique à

Voir aussi