Compartir a través de


ITextParagraphFormat.Style Propiedad

Definición

Obtiene o establece el estilo de párrafo.

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

Valor de propiedad

Estilo de párrafo.

Se aplica a