프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 |
리턴 | System |
public List ( bool numbered, float symbolIndent ) : System | ||
numbered | bool | a bool |
symbolIndent | float | the indentation that has to be used for the listsymbol |
리턴 | System |
public Process ( IElementListener listener ) : bool | ||
listener | IElementListener | an IElementListener |
리턴 | bool |