Свойство | Type | Description | |
---|---|---|---|
alignindent | bool | ||
autoindent | bool | ||
first | int | ||
indentationLeft | float | ||
indentationRight | float | ||
lettered | bool | ||
list | ArrayList | ||
lowercase | bool | ||
numbered | bool | ||
postSymbol | String | ||
preSymbol | String | ||
symbol | |||
symbolIndent | float |
Méthode | Description | |
---|---|---|
Add ( Object o ) : bool |
Adds an Object to the List.
|
|
IsContent ( ) : bool | ||
IsEmpty ( ) : bool | ||
IsNestable ( ) : bool | ||
List ( ) : System | ||
List ( bool numbered ) : System | ||
List ( bool numbered, bool lettered ) : System | ||
List ( bool numbered, bool lettered, float symbolIndent ) : System |
Constructs a List.
|
|
List ( bool numbered, float symbolIndent ) : System |
Constructs a List. the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol. |
|
List ( float symbolIndent ) : System | ||
NormalizeIndentation ( ) : void | ||
Process ( IElementListener listener ) : bool |
Processes the element by adding it (or the different parts) to an IElementListener.
|
|
SetListSymbol ( string symbol ) : void |
Sets the listsymbol. This is a shortcut for SetListSymbol(Chunk symbol). |
|
getPostSymbol ( ) : String |
public List ( bool numbered, bool lettered ) : System | ||
numbered | bool | |
lettered | bool | |
Résultat | System |
public List ( bool numbered, bool lettered, float symbolIndent ) : System | ||
numbered | bool | a bool |
lettered | bool | a bool |
symbolIndent | float | the indentation that has to be used for the listsymbol |
Résultat | System |
public List ( bool numbered, float symbolIndent ) : System | ||
numbered | bool | a bool |
symbolIndent | float | the indentation that has to be used for the listsymbol |
Résultat | System |
public List ( float symbolIndent ) : System | ||
symbolIndent | float | |
Résultat | System |
public Process ( IElementListener listener ) : bool | ||
listener | IElementListener | an IElementListener |
Résultat | bool |
public SetListSymbol ( string symbol ) : void | ||
symbol | string | a string |
Résultat | void |