ListInsert_TemplateEnum enum

Gets or sets the option that controls how list should be restarted at each section. This option is supported only in RTF, DOC and DOCX document formats. This option will be written to DOCX only if Aspose.Words.Saving.OoxmlCompliance is higher then Aspose.Words.Saving.OoxmlCompliance.Ecma376_2006.

Inheritance

Constructors

ListInsert_TemplateEnum()
const

Values

bulletDefault → const ListInsert_TemplateEnum
bulletDisk → const ListInsert_TemplateEnum
bulletCircle → const ListInsert_TemplateEnum
bulletSquare → const ListInsert_TemplateEnum
bulletDiamonds → const ListInsert_TemplateEnum
bulletArrowHead → const ListInsert_TemplateEnum
bulletTick → const ListInsert_TemplateEnum
numberDefault → const ListInsert_TemplateEnum
numberArabicDot → const ListInsert_TemplateEnum
numberArabicParenthesis → const ListInsert_TemplateEnum
numberUppercaseRomanDot → const ListInsert_TemplateEnum
numberUppercaseLetterDot → const ListInsert_TemplateEnum
numberLowercaseLetterParenthesis → const ListInsert_TemplateEnum
numberLowercaseLetterDot → const ListInsert_TemplateEnum
numberLowercaseRomanDot → const ListInsert_TemplateEnum
outlineNumbers → const ListInsert_TemplateEnum
outlineLegal → const ListInsert_TemplateEnum
outlineBullets → const ListInsert_TemplateEnum
outlineHeadingsArticleSection → const ListInsert_TemplateEnum
outlineHeadingsLegal → const ListInsert_TemplateEnum
outlineHeadingsNumbers → const ListInsert_TemplateEnum
outlineHeadingsChapter → const ListInsert_TemplateEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ListInsert_TemplateEnum>
A constant List of the values in this enum, in order of their declaration.