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

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

Méthodes publiques

Свойство Type Description
LIST_ID byte[]
LIST_LEVEL_NUMBER byte[]
LIST_NUMBER byte[]
LIST_NUMBER_END byte[]
LIST_TEXT byte[]
TAB byte[]

Méthodes publiques

Méthode Description
GetID ( ) : int
GetListLevel ( int index ) : RtfListLevel
GetListNumber ( ) : int
GetListType ( ) : int
GetName ( ) : String
GetParentList ( ) : RtfList
RtfList ( ) : System
RtfList ( RtfDocument doc ) : System
RtfList ( RtfDocument doc, List list ) : System
SetDocument ( RtfDocument doc ) : void
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 ( RtfList parentList ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream result ) : void

Méthodes protégées

Méthode Description
CorrectIndentation ( ) : void
CreateDefaultLevels ( ) : void
WriteListNumbers ( Stream result ) : void
WriteListTextBlock ( Stream result, int itemNr, RtfListLevel listLevel ) : void

Method Details

CorrectIndentation() protected méthode

protected CorrectIndentation ( ) : void
Résultat void

CreateDefaultLevels() protected méthode

protected CreateDefaultLevels ( ) : void
Résultat void

GetID() public méthode

public GetID ( ) : int
Résultat int

GetListLevel() public méthode

public GetListLevel ( int index ) : RtfListLevel
index int
Résultat RtfListLevel

GetListNumber() public méthode

public GetListNumber ( ) : int
Résultat int

GetListType() public méthode

public GetListType ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : String
Résultat String

GetParentList() public méthode

public GetParentList ( ) : RtfList
Résultat RtfList

RtfList() public méthode

public RtfList ( ) : System
Résultat System

RtfList() public méthode

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

RtfList() public méthode

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

SetDocument() public méthode

public SetDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
Résultat void

SetID() public méthode

public SetID ( int id ) : void
id int
Résultat void

SetInHeader() public méthode

public SetInHeader ( bool inHeader ) : void
inHeader bool
Résultat void

SetInTable() public méthode

public SetInTable ( bool inTable ) : void
inTable bool
Résultat void

SetListNumber() public méthode

public SetListNumber ( int listNumber ) : void
listNumber int
Résultat void

SetListType() public méthode

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

SetName() public méthode

public SetName ( String name ) : void
name String
Résultat void

SetParentList() public méthode

public SetParentList ( RtfList parentList ) : void
parentList RtfList
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

WriteListNumbers() protected méthode

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

WriteListTextBlock() protected méthode

protected WriteListTextBlock ( Stream result, int itemNr, RtfListLevel listLevel ) : void
result Stream
itemNr int
listLevel RtfListLevel
Résultat void

Property Details

LIST_ID public_oe static_oe property

public static byte[] LIST_ID
Résultat byte[]

LIST_LEVEL_NUMBER public_oe static_oe property

public static byte[] LIST_LEVEL_NUMBER
Résultat byte[]

LIST_NUMBER public_oe static_oe property

public static byte[] LIST_NUMBER
Résultat byte[]

LIST_NUMBER_END public_oe static_oe property

public static byte[] LIST_NUMBER_END
Résultat byte[]

LIST_TEXT public_oe static_oe property

public static byte[] LIST_TEXT
Résultat byte[]

TAB public_oe static_oe property

public static byte[] TAB
Résultat byte[]