C# Class iTextSharp.text.rtf.style.RtfStylesheetList

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

Public Methods

Method Description
GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
RtfStylesheetList ( RtfDocument doc ) : System
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void

Private Methods

Method Description
RegisterDefaultStyles ( ) : void

Method Details

GetRtfParagraphStyle() public method

public GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
styleName String
return RtfParagraphStyle

RegisterParagraphStyle() public method

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle RtfParagraphStyle
return void

RtfStylesheetList() public method

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

WriteContent() public method

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

WriteDefinition() public method

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