共用方式為


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

屬性值

段落樣式。

適用於