ListLevel Class |
Docentric Toolkit Help
Send Feedback |
Represents the definition for a single level in a List.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.ListLevel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The ListLevel type exposes the following members.
Name | Description | |
---|---|---|
Depth | Returns the level depth. | |
IsLegal | Indicates whether this level should turn all inherited numbers to Arabic. | |
NumberAlignment | Gets or sets the horizontal alignment of the number or bullet. | |
NumberCharacterFormat | Gets or sets the character format used for this list level's number or bullet. | |
NumberFormat | Gets or sets the number format. | |
NumberStyle | Gets or sets the number style. | |
NumberTrailingCharacter | Gets or sets the trailing character. This is the character that will be inserted after the number on this list level. | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
ParagraphFormat | Gets or sets the paragraph format that is applied to the numbered/buletted paragraph referencing this list level. | |
RestartAfterLevel | Gets or sets the list level that must appear before the specified list level restarts numbering. | |
StartAt | Gets or sets the starting number for this list level. |
Name | Description | |
---|---|---|
Clone | Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |