C# Class iTextSharp.text.rtf.list.RtfListLevel

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetAlignment ( ) : int
GetBulletCharacter ( ) : String
GetFirstIndent ( ) : int
GetFontBullet ( ) : RtfFont
GetFontNumber ( ) : RtfFont
GetLeftIndent ( ) : int
GetLevelFollowValue ( ) : int
GetLevelTextNumber ( ) : int
GetListLevel ( ) : int
GetListLevelParent ( ) : RtfListLevel
GetListNoRestart ( ) : int
GetListStartAt ( ) : int
GetListType ( ) : int
GetParent ( ) : RtfList
GetRightIndent ( ) : int
GetSymbolIndent ( ) : int
IsLegal ( ) : bool
IsTentative ( ) : bool
RtfListLevel ( RtfDocument doc ) : System
RtfListLevel ( RtfDocument doc, RtfList parent ) : System
RtfListLevel ( RtfListLevel ll ) : System
SetAlignment ( int alignment ) : void
SetBulletCharacter ( String bulletCharacter ) : void
SetBulletChunk ( Chunk bulletCharacter ) : void
SetBulletFont ( Font f ) : void
SetFirstIndent ( int firstIndent ) : void
SetFontBullet ( RtfFont fontBullet ) : void
SetFontNumber ( RtfFont fontNumber ) : void
SetLeftIndent ( int leftIndent ) : void
SetLegal ( bool isLegal ) : void
SetLevelFollowValue ( int levelFollowValue ) : void
SetLevelTextNumber ( int levelTextNumber ) : void
SetListLevel ( int listLevel ) : void
SetListLevelParent ( RtfListLevel listLevelParent ) : void
SetListNoRestart ( int listNoRestart ) : void
SetListStartAt ( int listStartAt ) : void
SetListType ( int listType ) : void
SetParent ( RtfList parent ) : void
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

Protected Methods

Method Description
CorrectIndentation ( ) : void
WriteListNumbers ( Stream result ) : void

Method Details

CorrectIndentation() protected method

protected CorrectIndentation ( ) : void
return void

GetAlignment() public method

public GetAlignment ( ) : int
return int

GetBulletCharacter() public method

public GetBulletCharacter ( ) : String
return String

GetFirstIndent() public method

public GetFirstIndent ( ) : int
return int

GetFontBullet() public method

public GetFontBullet ( ) : RtfFont
return iTextSharp.text.rtf.style.RtfFont

GetFontNumber() public method

public GetFontNumber ( ) : RtfFont
return iTextSharp.text.rtf.style.RtfFont

GetLeftIndent() public method

public GetLeftIndent ( ) : int
return int

GetLevelFollowValue() public method

public GetLevelFollowValue ( ) : int
return int

GetLevelTextNumber() public method

public GetLevelTextNumber ( ) : int
return int

GetListLevel() public method

public GetListLevel ( ) : int
return int

GetListLevelParent() public method

public GetListLevelParent ( ) : RtfListLevel
return RtfListLevel

GetListNoRestart() public method

public GetListNoRestart ( ) : int
return int

GetListStartAt() public method

public GetListStartAt ( ) : int
return int

GetListType() public method

public GetListType ( ) : int
return int

GetParent() public method

public GetParent ( ) : RtfList
return RtfList

GetRightIndent() public method

public GetRightIndent ( ) : int
return int

GetSymbolIndent() public method

public GetSymbolIndent ( ) : int
return int

IsLegal() public method

public IsLegal ( ) : bool
return bool

IsTentative() public method

public IsTentative ( ) : bool
return bool

RtfListLevel() public method

public RtfListLevel ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
return System

RtfListLevel() public method

public RtfListLevel ( RtfDocument doc, RtfList parent ) : System
doc iTextSharp.text.rtf.document.RtfDocument
parent RtfList
return System

RtfListLevel() public method

public RtfListLevel ( RtfListLevel ll ) : System
ll RtfListLevel
return System

SetAlignment() public method

public SetAlignment ( int alignment ) : void
alignment int
return void

SetBulletCharacter() public method

public SetBulletCharacter ( String bulletCharacter ) : void
bulletCharacter String
return void

SetBulletChunk() public method

public SetBulletChunk ( Chunk bulletCharacter ) : void
bulletCharacter iTextSharp.text.Chunk
return void

SetBulletFont() public method

public SetBulletFont ( Font f ) : void
f iTextSharp.text.Font
return void

SetFirstIndent() public method

public SetFirstIndent ( int firstIndent ) : void
firstIndent int
return void

SetFontBullet() public method

public SetFontBullet ( RtfFont fontBullet ) : void
fontBullet iTextSharp.text.rtf.style.RtfFont
return void

SetFontNumber() public method

public SetFontNumber ( RtfFont fontNumber ) : void
fontNumber iTextSharp.text.rtf.style.RtfFont
return void

SetLeftIndent() public method

public SetLeftIndent ( int leftIndent ) : void
leftIndent int
return void

SetLegal() public method

public SetLegal ( bool isLegal ) : void
isLegal bool
return void

SetLevelFollowValue() public method

public SetLevelFollowValue ( int levelFollowValue ) : void
levelFollowValue int
return void

SetLevelTextNumber() public method

public SetLevelTextNumber ( int levelTextNumber ) : void
levelTextNumber int
return void

SetListLevel() public method

public SetListLevel ( int listLevel ) : void
listLevel int
return void

SetListLevelParent() public method

public SetListLevelParent ( RtfListLevel listLevelParent ) : void
listLevelParent RtfListLevel
return void

SetListNoRestart() public method

public SetListNoRestart ( int listNoRestart ) : void
listNoRestart int
return void

SetListStartAt() public method

public SetListStartAt ( int listStartAt ) : void
listStartAt int
return void

SetListType() public method

public SetListType ( int listType ) : void
listType int
return void

SetParent() public method

public SetParent ( RtfList parent ) : void
parent RtfList
return void

SetRightIndent() public method

public SetRightIndent ( int rightIndent ) : void
rightIndent int
return void

SetSymbolIndent() public method

public SetSymbolIndent ( int symbolIndent ) : void
symbolIndent int
return void

SetTentative() public method

public SetTentative ( bool isTentative ) : void
isTentative bool
return void

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void

WriteDefinition() public method

public WriteDefinition ( Stream result ) : void
result Stream
return void

WriteIndentation() public method

public WriteIndentation ( Stream result ) : void
result Stream
return void

WriteListBeginning() public method

public WriteListBeginning ( Stream result ) : void
result Stream
return void

WriteListNumbers() protected method

protected WriteListNumbers ( Stream result ) : void
result Stream
return void