Method | Description | |
---|---|---|
GetAlignment ( ) : int | ||
GetBulletCharacter ( ) : String | ||
GetFirstIndent ( ) : int | ||
GetFontBullet ( ) : |
||
GetFontNumber ( ) : |
||
GetLeftIndent ( ) : int | ||
GetLevelFollowValue ( ) : int | ||
GetLevelTextNumber ( ) : int | ||
GetListLevel ( ) : int | ||
GetListLevelParent ( ) : |
||
GetListNoRestart ( ) : int | ||
GetListStartAt ( ) : int | ||
GetListType ( ) : int | ||
GetParent ( ) : |
||
GetRightIndent ( ) : int | ||
GetSymbolIndent ( ) : int | ||
IsLegal ( ) : bool | ||
IsTentative ( ) : bool | ||
RtfListLevel ( |
||
RtfListLevel ( |
||
RtfListLevel ( |
||
SetAlignment ( int alignment ) : void | ||
SetBulletCharacter ( String bulletCharacter ) : void | ||
SetBulletChunk ( |
||
SetBulletFont ( |
||
SetFirstIndent ( int firstIndent ) : void | ||
SetFontBullet ( |
||
SetFontNumber ( |
||
SetLeftIndent ( int leftIndent ) : void | ||
SetLegal ( bool isLegal ) : void | ||
SetLevelFollowValue ( int levelFollowValue ) : void | ||
SetLevelTextNumber ( int levelTextNumber ) : void | ||
SetListLevel ( int listLevel ) : void | ||
SetListLevelParent ( |
||
SetListNoRestart ( int listNoRestart ) : void | ||
SetListStartAt ( int listStartAt ) : void | ||
SetListType ( int listType ) : void | ||
SetParent ( |
||
SetRightIndent ( int rightIndent ) : void | ||
SetSymbolIndent ( int symbolIndent ) : void | ||
SetTentative ( bool isTentative ) : void | ||
WriteContent ( Stream result ) : void | ||
WriteDefinition ( Stream result ) : void | ||
WriteIndentation ( Stream result ) : void | ||
WriteListBeginning ( Stream result ) : void |
Method | Description | |
---|---|---|
CorrectIndentation ( ) : void | ||
WriteListNumbers ( Stream result ) : void |
public GetFontBullet ( ) : |
||
return |
public GetFontNumber ( ) : |
||
return |
public RtfListLevel ( |
||
doc | ||
return | System |
public RtfListLevel ( |
||
doc | ||
parent | ||
return | System |
public RtfListLevel ( |
||
ll | ||
return | System |
public SetBulletCharacter ( String bulletCharacter ) : void | ||
bulletCharacter | String | |
return | void |
public SetBulletChunk ( |
||
bulletCharacter | ||
return | void |
public SetBulletFont ( |
||
f | ||
return | void |
public SetFirstIndent ( int firstIndent ) : void | ||
firstIndent | int | |
return | void |
public SetFontBullet ( |
||
fontBullet | ||
return | void |
public SetFontNumber ( |
||
fontNumber | ||
return | void |
public SetLeftIndent ( int leftIndent ) : void | ||
leftIndent | int | |
return | void |
public SetLevelFollowValue ( int levelFollowValue ) : void | ||
levelFollowValue | int | |
return | void |
public SetLevelTextNumber ( int levelTextNumber ) : void | ||
levelTextNumber | int | |
return | void |
public SetListLevelParent ( |
||
listLevelParent | ||
return | void |
public SetListNoRestart ( int listNoRestart ) : void | ||
listNoRestart | int | |
return | void |
public SetListStartAt ( int listStartAt ) : void | ||
listStartAt | int | |
return | void |
public SetRightIndent ( int rightIndent ) : void | ||
rightIndent | int | |
return | void |
public SetSymbolIndent ( int symbolIndent ) : void | ||
symbolIndent | int | |
return | void |
public SetTentative ( bool isTentative ) : void | ||
isTentative | bool | |
return | void |
public WriteDefinition ( Stream result ) : void | ||
result | Stream | |
return | void |
public WriteIndentation ( Stream result ) : void | ||
result | Stream | |
return | void |
public WriteListBeginning ( Stream result ) : void | ||
result | Stream | |
return | void |
protected WriteListNumbers ( Stream result ) : void | ||
result | Stream | |
return | void |