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

属性值

段落样式。

适用于