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

Inheritance: iTextSharp.text.rtf.text.RtfParagraph
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetLevel ( ) : int
GetParent ( ) : RtfListLevel
InheritListSettings ( int listNumber, int listLevel ) : void
IsContainsInnerList ( ) : bool
RtfListItem ( RtfDocument doc, ListItem listItem ) : System
SetLevel ( int level ) : void
SetParent ( RtfListLevel parentList ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream outp ) : bool

Protected Methods

Method Description
CorrectIndentation ( ) : void

Method Details

CorrectIndentation() protected method

protected CorrectIndentation ( ) : void
return void

GetLevel() public method

public GetLevel ( ) : int
return int

GetParent() public method

public GetParent ( ) : RtfListLevel
return RtfListLevel

InheritListSettings() public method

public InheritListSettings ( int listNumber, int listLevel ) : void
listNumber int
listLevel int
return void

IsContainsInnerList() public method

public IsContainsInnerList ( ) : bool
return bool

RtfListItem() public method

public RtfListItem ( RtfDocument doc, ListItem listItem ) : System
doc iTextSharp.text.rtf.document.RtfDocument
listItem iTextSharp.text.ListItem
return System

SetLevel() public method

public SetLevel ( int level ) : void
level int
return void

SetParent() public method

public SetParent ( RtfListLevel parentList ) : void
parentList RtfListLevel
return void

WriteContent() public method

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

WriteDefinition() public method

public WriteDefinition ( Stream outp ) : bool
outp Stream
return bool