Condividi tramite


RichEditTextRange.ParagraphFormat Proprietà

Definizione

Ottiene o imposta gli attributi di formattazione del paragrafo dell'intervallo di testo.

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

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

Valore della proprietà

Attributi di formattazione del paragrafo.

Implementazioni

Si applica a