The List type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| List()()()() | ||
| List(Boolean) | ||
| List(Single) | ||
| List(Boolean, Boolean) | ||
| List(Boolean, Single) |
Constructs a List.
| |
| List(Boolean, Boolean, Single) |
Constructs a List.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an Object to the List.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| getPostSymbol | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsContent | ||
| IsEmpty | ||
| IsNestable | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NormalizeIndentation | ||
| Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
| |
| SetListSymbol |
Sets the listsymbol.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| alignindent | ||
| ALPHABETICAL | ||
| autoindent | ||
| first | This variable indicates the first number of a numbered list. | |
| indentationLeft | The indentation of this list on the left side. | |
| indentationRight | The indentation of this list on the right side. | |
| lettered | ||
| list | This is the ArrayList containing the different ListItems. | |
| lowercase | ||
| LOWERCASE | ||
| numbered | ||
| NUMERICAL | ||
| ORDERED | ||
| postSymbol | ||
| preSymbol | ||
| symbol | This is the listsymbol of a list that is not numbered. | |
| symbolIndent | The indentation of the listitems. | |
| UNORDERED | ||
| UPPERCASE |
Properties
| Name | Description | |
|---|---|---|
| Alignindent | ||
| Autoindent | ||
| Chunks |
Gets all the chunks in this element.
| |
| First |
Get/set the first number
| |
| IndentationLeft |
Get/set the indentation of this paragraph on the left side.
| |
| IndentationRight |
Get/set the indentation of this paragraph on the right side.
| |
| Items |
Gets all the items in the list.
| |
| Lettered | ||
| ListSymbol |
Sets the symbol
| |
| Lowercase | ||
| Numbered | ||
| PostSymbol | ||
| PreSymbol | ||
| Size |
Gets the size of the list.
| |
| Symbol |
Get/set the symbol indentation.
| |
| SymbolIndent |
Gets the symbol indentation.
| |
| TotalLeading |
Gets the leading of the first listitem.
| |
| Type |
Gets the type of the text element.
|