Represents the definition for a single level in a List.

System.Object
  Docentric.Documents.ObjectModel.DocumentObject
    Docentric.Documents.ObjectModel.ListLevel

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ListLevel : DocumentObject

The ListLevel type exposes the following members.

Name Description
Public member Depth Returns the level depth.
Public member IsLegal Indicates whether this level should turn all inherited numbers to Arabic.
Public member NumberAlignment Gets or sets the horizontal alignment of the number or bullet.
Public member NumberCharacterFormat Gets or sets the character format used for this list level's number or bullet.
Public member NumberFormat Gets or sets the number format.
Public member NumberStyle Gets or sets the number style.
Public member NumberTrailingCharacter Gets or sets the trailing character. This is the character that will be inserted after the number on this list level.
Public member OwnerDocument Gets the owner document. (Inherited from DocumentObject)
Public member ParagraphFormat Gets or sets the paragraph format that is applied to the numbered/buletted paragraph referencing this list level.
Public member RestartAfterLevel Gets or sets the list level that must appear before the specified list level restarts numbering.
Public member StartAt Gets or sets the starting number for this list level.
Name Description
Public method Clone Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)