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

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CorrectIndentation ( ) : void
WriteListNumbers ( Stream result ) : void

Method Details

CorrectIndentation() protected méthode

protected CorrectIndentation ( ) : void
Résultat void

GetAlignment() public méthode

public GetAlignment ( ) : int
Résultat int

GetBulletCharacter() public méthode

public GetBulletCharacter ( ) : String
Résultat String

GetFirstIndent() public méthode

public GetFirstIndent ( ) : int
Résultat int

GetFontBullet() public méthode

public GetFontBullet ( ) : RtfFont
Résultat iTextSharp.text.rtf.style.RtfFont

GetFontNumber() public méthode

public GetFontNumber ( ) : RtfFont
Résultat iTextSharp.text.rtf.style.RtfFont

GetLeftIndent() public méthode

public GetLeftIndent ( ) : int
Résultat int

GetLevelFollowValue() public méthode

public GetLevelFollowValue ( ) : int
Résultat int

GetLevelTextNumber() public méthode

public GetLevelTextNumber ( ) : int
Résultat int

GetListLevel() public méthode

public GetListLevel ( ) : int
Résultat int

GetListLevelParent() public méthode

public GetListLevelParent ( ) : RtfListLevel
Résultat RtfListLevel

GetListNoRestart() public méthode

public GetListNoRestart ( ) : int
Résultat int

GetListStartAt() public méthode

public GetListStartAt ( ) : int
Résultat int

GetListType() public méthode

public GetListType ( ) : int
Résultat int

GetParent() public méthode

public GetParent ( ) : RtfList
Résultat RtfList

GetRightIndent() public méthode

public GetRightIndent ( ) : int
Résultat int

GetSymbolIndent() public méthode

public GetSymbolIndent ( ) : int
Résultat int

IsLegal() public méthode

public IsLegal ( ) : bool
Résultat bool

IsTentative() public méthode

public IsTentative ( ) : bool
Résultat bool

RtfListLevel() public méthode

public RtfListLevel ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
Résultat System

RtfListLevel() public méthode

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

RtfListLevel() public méthode

public RtfListLevel ( RtfListLevel ll ) : System
ll RtfListLevel
Résultat System

SetAlignment() public méthode

public SetAlignment ( int alignment ) : void
alignment int
Résultat void

SetBulletCharacter() public méthode

public SetBulletCharacter ( String bulletCharacter ) : void
bulletCharacter String
Résultat void

SetBulletChunk() public méthode

public SetBulletChunk ( Chunk bulletCharacter ) : void
bulletCharacter iTextSharp.text.Chunk
Résultat void

SetBulletFont() public méthode

public SetBulletFont ( Font f ) : void
f iTextSharp.text.Font
Résultat void

SetFirstIndent() public méthode

public SetFirstIndent ( int firstIndent ) : void
firstIndent int
Résultat void

SetFontBullet() public méthode

public SetFontBullet ( RtfFont fontBullet ) : void
fontBullet iTextSharp.text.rtf.style.RtfFont
Résultat void

SetFontNumber() public méthode

public SetFontNumber ( RtfFont fontNumber ) : void
fontNumber iTextSharp.text.rtf.style.RtfFont
Résultat void

SetLeftIndent() public méthode

public SetLeftIndent ( int leftIndent ) : void
leftIndent int
Résultat void

SetLegal() public méthode

public SetLegal ( bool isLegal ) : void
isLegal bool
Résultat void

SetLevelFollowValue() public méthode

public SetLevelFollowValue ( int levelFollowValue ) : void
levelFollowValue int
Résultat void

SetLevelTextNumber() public méthode

public SetLevelTextNumber ( int levelTextNumber ) : void
levelTextNumber int
Résultat void

SetListLevel() public méthode

public SetListLevel ( int listLevel ) : void
listLevel int
Résultat void

SetListLevelParent() public méthode

public SetListLevelParent ( RtfListLevel listLevelParent ) : void
listLevelParent RtfListLevel
Résultat void

SetListNoRestart() public méthode

public SetListNoRestart ( int listNoRestart ) : void
listNoRestart int
Résultat void

SetListStartAt() public méthode

public SetListStartAt ( int listStartAt ) : void
listStartAt int
Résultat void

SetListType() public méthode

public SetListType ( int listType ) : void
listType int
Résultat void

SetParent() public méthode

public SetParent ( RtfList parent ) : void
parent RtfList
Résultat void

SetRightIndent() public méthode

public SetRightIndent ( int rightIndent ) : void
rightIndent int
Résultat void

SetSymbolIndent() public méthode

public SetSymbolIndent ( int symbolIndent ) : void
symbolIndent int
Résultat void

SetTentative() public méthode

public SetTentative ( bool isTentative ) : void
isTentative bool
Résultat void

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void

WriteDefinition() public méthode

public WriteDefinition ( Stream result ) : void
result Stream
Résultat void

WriteIndentation() public méthode

public WriteIndentation ( Stream result ) : void
result Stream
Résultat void

WriteListBeginning() public méthode

public WriteListBeginning ( Stream result ) : void
result Stream
Résultat void

WriteListNumbers() protected méthode

protected WriteListNumbers ( Stream result ) : void
result Stream
Résultat void