The RomanList type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd (Overrides List..::..Add(Object).)
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 (Inherited from List.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContent (Inherited from List.)
Public methodIsEmpty (Inherited from List.)
Public methodIsNestable (Inherited from List.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalizeIndentation (Inherited from List.)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
(Inherited from List.)
Public methodSetListSymbol
Sets the listsymbol.
(Inherited from List.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldalignindent (Inherited from List.)
Protected fieldautoindent (Inherited from List.)
Protected fieldfirst
This variable indicates the first number of a numbered list.
(Inherited from List.)
Protected fieldindentationLeft
The indentation of this list on the left side.
(Inherited from List.)
Protected fieldindentationRight
The indentation of this list on the right side.
(Inherited from List.)
Protected fieldlettered (Inherited from List.)
Protected fieldlist
This is the ArrayList containing the different ListItems.
(Inherited from List.)
Protected fieldlowercase (Inherited from List.)
Protected fieldnumbered (Inherited from List.)
Protected fieldpostSymbol (Inherited from List.)
Protected fieldpreSymbol (Inherited from List.)
Protected fieldsymbol
This is the listsymbol of a list that is not numbered.
(Inherited from List.)
Protected fieldsymbolIndent
The indentation of the listitems.
(Inherited from List.)

Properties

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

See Also