다음을 통해 공유


RichEditTextRange.ParagraphFormat 속성

정의

텍스트 범위의 단락 서식 특성을 가져오거나 설정합니다.

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

속성 값

단락 서식 특성입니다.

구현

적용 대상