Compartir a través de


ITextParagraphFormat.ListStyle Propiedad

Definición

Obtiene o establece el estilo utilizado para marcar los párrafos del elemento en una lista.

public:
 property MarkerStyle ListStyle { MarkerStyle get(); void set(MarkerStyle value); };
MarkerStyle ListStyle();

void ListStyle(MarkerStyle value);
public MarkerStyle ListStyle { get; set; }
var markerStyle = iTextParagraphFormat.listStyle;
iTextParagraphFormat.listStyle = markerStyle;
Public Property ListStyle As MarkerStyle

Valor de propiedad

Estilo usado para marcar los párrafos del elemento.

Se aplica a

Consulte también