The List type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd
Adds an Object to the List.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetPostSymbol
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContent
Public methodIsEmpty
Public methodIsNestable
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalizeIndentation
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
Public methodSetListSymbol
Sets the listsymbol.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldalignindent
Public fieldStatic memberALPHABETICAL
Protected fieldautoindent
Protected fieldfirst
This variable indicates the first number of a numbered list.
Protected fieldindentationLeft
The indentation of this list on the left side.
Protected fieldindentationRight
The indentation of this list on the right side.
Protected fieldlettered
Protected fieldlist
This is the ArrayList containing the different ListItems.
Protected fieldlowercase
Public fieldStatic memberLOWERCASE
Protected fieldnumbered
Public fieldStatic memberNUMERICAL
Public fieldStatic memberORDERED
Protected fieldpostSymbol
Protected fieldpreSymbol
Protected fieldsymbol
This is the listsymbol of a list that is not numbered.
Protected fieldsymbolIndent
The indentation of the listitems.
Public fieldStatic memberUNORDERED
Public fieldStatic memberUPPERCASE

Properties

  NameDescription
Public propertyAlignindent
Public propertyAutoindent
Public propertyChunks
Gets all the chunks in this element.
Public propertyFirst
Get/set the first number
Public propertyIndentationLeft
Get/set the indentation of this paragraph on the left side.
Public propertyIndentationRight
Get/set the indentation of this paragraph on the right side.
Public propertyItems
Gets all the items in the list.
Public propertyLettered
Public propertyListSymbol
Sets the symbol
Public propertyLowercase
Public propertyNumbered
Public propertyPostSymbol
Public propertyPreSymbol
Public propertySize
Gets the size of the list.
Public propertySymbol
Get/set the symbol indentation.
Public propertySymbolIndent
Gets the symbol indentation.
Public propertyTotalLeading
Gets the leading of the first listitem.
Public propertyType
Gets the type of the text element.

See Also