ITextParagraphFormat.ListStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style used to mark the item paragraphs in a list.
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
Property Value
The style used to mark the item paragraphs.