다음을 통해 공유


ITextParagraphFormat.Style 속성

정의

단락 스타일을 가져오거나 설정합니다.

public:
 property ParagraphStyle Style { ParagraphStyle get(); void set(ParagraphStyle value); };
ParagraphStyle Style();

void Style(ParagraphStyle value);
public ParagraphStyle Style { get; set; }
var paragraphStyle = iTextParagraphFormat.style;
iTextParagraphFormat.style = paragraphStyle;
Public Property Style As ParagraphStyle

속성 값

단락 스타일입니다.

적용 대상