Freigeben über


ITextRange.ParagraphFormat Eigenschaft

Definition

Ruft die Absatzformatierungsattribute des Textbereichs ab oder legt diese fest.

public:
 property ITextParagraphFormat ^ ParagraphFormat { ITextParagraphFormat ^ get(); void set(ITextParagraphFormat ^ value); };
ITextParagraphFormat ParagraphFormat();

void ParagraphFormat(ITextParagraphFormat value);
public ITextParagraphFormat ParagraphFormat { get; set; }
var iTextParagraphFormat = iTextRange.paragraphFormat;
iTextRange.paragraphFormat = iTextParagraphFormat;
Public Property ParagraphFormat As ITextParagraphFormat

Eigenschaftswert

Die Attribute für die Absatzformatierung.

Gilt für: