Partilhar via


ITextParagraphFormat.ListStyle Propriedade

Definição

Obtém ou define o estilo usado para marcar os parágrafos de item em uma 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 da propriedade

O estilo usado para marcar os parágrafos do item.

Aplica-se a

Confira também