Поделиться через


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

Значение свойства

Стиль абзаца.

Применяется к