Свойство | Тип | Описание | |
---|---|---|---|
LIST_ID | byte[] | ||
LIST_LEVEL_NUMBER | byte[] | ||
LIST_NUMBER | byte[] | ||
LIST_NUMBER_END | byte[] | ||
LIST_TEXT | byte[] | ||
TAB | byte[] |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CorrectIndentation ( ) : void | ||
CreateDefaultLevels ( ) : void | ||
WriteListNumbers ( Stream result ) : void | ||
WriteListTextBlock ( Stream result, int itemNr, |
public GetListLevel ( int index ) : |
||
index | int | |
Результат |
public RtfList ( |
||
doc | ||
Результат | System |
public RtfList ( |
||
doc | ||
list | ||
Результат | System |
public SetDocument ( |
||
doc | ||
Результат | void |
public SetInHeader ( bool inHeader ) : void | ||
inHeader | bool | |
Результат | void |
public SetListNumber ( int listNumber ) : void | ||
listNumber | int | |
Результат | void |
public SetListType ( int listType ) : void | ||
listType | int | |
Результат | void |
public SetParentList ( |
||
parentList | ||
Результат | void |
public WriteContent ( Stream result ) : void | ||
result | Stream | |
Результат | void |
public WriteDefinition ( Stream result ) : void | ||
result | Stream | |
Результат | void |
protected WriteListNumbers ( Stream result ) : void | ||
result | Stream | |
Результат | void |
protected WriteListTextBlock ( Stream result, int itemNr, |
||
result | Stream | |
itemNr | int | |
listLevel | ||
Результат | void |
public static byte[] LIST_LEVEL_NUMBER | ||
Результат | byte[] |
public static byte[] LIST_NUMBER_END | ||
Результат | byte[] |