|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
Public Member Functions | |
| ZapfDingbatsList (int zn) | |
| ZapfDingbatsList (int zn, int symbolIndent) | |
| override bool | Add (Object o) |
Public Member Functions inherited from iTextSharp.text.List | |
| List () | |
| List (float symbolIndent) | |
| List (bool numbered) | |
| List (bool numbered, bool lettered) | |
| List (bool numbered, float symbolIndent) | |
| Constructs a List. More... | |
| List (bool numbered, bool lettered, float symbolIndent) | |
| Constructs a List. More... | |
| bool | Process (IElementListener listener) |
| Processes the element by adding it (or the different parts) to an IElementListener. More... | |
| void | NormalizeIndentation () |
| void | SetListSymbol (string symbol) |
| Sets the listsymbol. More... | |
| bool | IsContent () |
| bool | IsNestable () |
| virtual bool | IsEmpty () |
| String | getPostSymbol () |
Public Member Functions inherited from iTextSharp.text.IElement | |
| string | ToString () |
| Gets the content of the text element. More... | |
Protected Attributes | |
| int | zn |
Protected Attributes inherited from iTextSharp.text.List | |
| 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... | |
Properties | |
| int | CharNumber [get, set] |
Properties inherited from iTextSharp.text.List | |
| 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] |
Properties inherited from iTextSharp.text.IElement | |
| int | Type [get] |
| Gets the type of the text element. More... | |
| ArrayList | Chunks [get] |
| Gets all the chunks in this element. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from iTextSharp.text.List | |
| const bool | ORDERED = true |
| const bool | UNORDERED = false |
| const bool | NUMERICAL = false |
| const bool | ALPHABETICAL = true |
| const bool | UPPERCASE = false |
| const bool | LOWERCASE = true |
A special-version of LIST whitch use zapfdingbats-letters.
| iTextSharp.text.ZapfDingbatsList.ZapfDingbatsList | ( | int | zn | ) |
Creates a ZapfDingbatsList
| zn | a char-number |
| iTextSharp.text.ZapfDingbatsList.ZapfDingbatsList | ( | int | zn, |
| int | symbolIndent | ||
| ) |
Creates a ZapfDingbatsList
| zn | a char-number |
| symbolIndent | indent |
|
virtual |
Adds an Object to the List.
| o | the object to add. |
Reimplemented from iTextSharp.text.List.
|
protected |
char-number in zapfdingbats
|
getset |
set the char-number
| zn | a char-number |