Property | Type | Description | |
---|---|---|---|
LIST_ID | byte[] | ||
LIST_LEVEL_NUMBER | byte[] | ||
LIST_NUMBER | byte[] | ||
LIST_NUMBER_END | byte[] | ||
LIST_TEXT | byte[] | ||
TAB | byte[] |
Method | Description | |
---|---|---|
GetID ( ) : int | ||
GetListLevel ( int index ) : |
||
GetListNumber ( ) : int | ||
GetListType ( ) : int | ||
GetName ( ) : String | ||
GetParentList ( ) : |
||
RtfList ( ) : System | ||
RtfList ( |
||
RtfList ( |
||
SetDocument ( |
||
SetID ( int id ) : void | ||
SetInHeader ( bool inHeader ) : void | ||
SetInTable ( bool inTable ) : void | ||
SetListNumber ( int listNumber ) : void | ||
SetListType ( int listType ) : void | ||
SetName ( String name ) : void | ||
SetParentList ( |
||
WriteContent ( Stream result ) : void | ||
WriteDefinition ( Stream result ) : void |
Method | Description | |
---|---|---|
CorrectIndentation ( ) : void | ||
CreateDefaultLevels ( ) : void | ||
WriteListNumbers ( Stream result ) : void | ||
WriteListTextBlock ( Stream result, int itemNr, |
public GetListLevel ( int index ) : |
||
index | int | |
return |
public RtfList ( |
||
doc | ||
return | System |
public RtfList ( |
||
doc | ||
list | ||
return | System |
public SetDocument ( |
||
doc | ||
return | void |
public SetListNumber ( int listNumber ) : void | ||
listNumber | int | |
return | void |
public SetParentList ( |
||
parentList | ||
return | void |
public WriteDefinition ( Stream result ) : void | ||
result | Stream | |
return | void |
protected WriteListNumbers ( Stream result ) : void | ||
result | Stream | |
return | void |
protected WriteListTextBlock ( Stream result, int itemNr, |
||
result | Stream | |
itemNr | int | |
listLevel | ||
return | void |