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

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

Public Properties

Property Type Description
LIST_ID byte[]
LIST_LEVEL_NUMBER byte[]
LIST_NUMBER byte[]
LIST_NUMBER_END byte[]
LIST_TEXT byte[]
TAB byte[]

Public Methods

Method 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

Protected Methods

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

Method Details

CorrectIndentation() protected method

protected CorrectIndentation ( ) : void
return void

CreateDefaultLevels() protected method

protected CreateDefaultLevels ( ) : void
return void

GetID() public method

public GetID ( ) : int
return int

GetListLevel() public method

public GetListLevel ( int index ) : RtfListLevel
index int
return RtfListLevel

GetListNumber() public method

public GetListNumber ( ) : int
return int

GetListType() public method

public GetListType ( ) : int
return int

GetName() public method

public GetName ( ) : String
return String

GetParentList() public method

public GetParentList ( ) : RtfList
return RtfList

RtfList() public method

public RtfList ( ) : System
return System

RtfList() public method

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

RtfList() public method

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

SetDocument() public method

public SetDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
return void

SetID() public method

public SetID ( int id ) : void
id int
return void

SetInHeader() public method

public SetInHeader ( bool inHeader ) : void
inHeader bool
return void

SetInTable() public method

public SetInTable ( bool inTable ) : void
inTable bool
return void

SetListNumber() public method

public SetListNumber ( int listNumber ) : void
listNumber int
return void

SetListType() public method

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

SetName() public method

public SetName ( String name ) : void
name String
return void

SetParentList() public method

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

WriteListNumbers() protected method

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

WriteListTextBlock() protected method

protected WriteListTextBlock ( Stream result, int itemNr, RtfListLevel listLevel ) : void
result Stream
itemNr int
listLevel RtfListLevel
return void

Property Details

LIST_ID public_oe static_oe property

public static byte[] LIST_ID
return byte[]

LIST_LEVEL_NUMBER public_oe static_oe property

public static byte[] LIST_LEVEL_NUMBER
return byte[]

LIST_NUMBER public_oe static_oe property

public static byte[] LIST_NUMBER
return byte[]

LIST_NUMBER_END public_oe static_oe property

public static byte[] LIST_NUMBER_END
return byte[]

LIST_TEXT public_oe static_oe property

public static byte[] LIST_TEXT
return byte[]

TAB public_oe static_oe property

public static byte[] TAB
return byte[]