|
| const bool | ORDERED = true |
| |
| const bool | UNORDERED = false |
| |
| const bool | NUMERICAL = false |
| |
| const bool | ALPHABETICAL = true |
| |
| const bool | UPPERCASE = false |
| |
| const bool | LOWERCASE = true |
| |
| ArrayList | list = new ArrayList() |
| | This is the ArrayList containing the different ListItems. More...
|
| |
| bool | numbered = false |
| |
| bool | lettered = false |
| |
| bool | lowercase = false |
| |
| bool | autoindent = false |
| |
| bool | alignindent = false |
| |
| int | first = 1 |
| | This variable indicates the first number of a numbered list. More...
|
| |
| Chunk | symbol = new Chunk("-") |
| | This is the listsymbol of a list that is not numbered. More...
|
| |
| String | preSymbol = "" |
| |
| String | postSymbol = ". " |
| |
| float | indentationLeft = 0 |
| | The indentation of this list on the left side. More...
|
| |
| float | indentationRight = 0 |
| | The indentation of this list on the right side. More...
|
| |
| float | symbolIndent = 0 |
| | The indentation of the listitems. More...
|
| |
| int | Type [get] |
| | Gets the type of the text element. More...
|
| |
| ArrayList | Chunks [get] |
| | Gets all the chunks in this element. More...
|
| |
| bool | Numbered [get, set] |
| |
| bool | Lettered [get, set] |
| |
| bool | Lowercase [get, set] |
| |
| bool | Autoindent [get, set] |
| |
| bool | Alignindent [get, set] |
| |
| int | First [get, set] |
| | Get/set the first number More...
|
| |
| Chunk | ListSymbol [set] |
| | Sets the symbol More...
|
| |
| float | IndentationLeft [get, set] |
| | Get/set the indentation of this paragraph on the left side. More...
|
| |
| float | IndentationRight [get, set] |
| | Get/set the indentation of this paragraph on the right side. More...
|
| |
| float | SymbolIndent [get, set] |
| | Gets the symbol indentation. More...
|
| |
| ArrayList | Items [get] |
| | Gets all the items in the list. More...
|
| |
| int | Size [get] |
| | Gets the size of the list. More...
|
| |
| float | TotalLeading [get] |
| | Gets the leading of the first listitem. More...
|
| |
| Chunk | Symbol [get, set] |
| | Get/set the symbol indentation. More...
|
| |
| String | PostSymbol [get, set] |
| |
| String | PreSymbol [get, set] |
| |
| int | Type [get] |
| | Gets the type of the text element. More...
|
| |
| ArrayList | Chunks [get] |
| | Gets all the chunks in this element. More...
|
| |
A special-version of LIST which use roman-letters.
- See also
- com.lowagie.text.List
- Version
- 2003-06-22
- Author
- Michael Niedermair