C# Class iTextSharp.text.rtf.text.RtfParagraph

Inheritance: RtfPhrase
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
PARAGRAPH byte[]

Protected Properties

Property Type Description
paragraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle

Public Methods

Method Description
GetIndentLeft ( ) : int
GetIndentRight ( ) : int
RtfParagraph ( RtfDocument doc, Paragraph paragraph ) : System
SetIndentLeft ( int indentLeft ) : void
SetIndentRight ( int indentRight ) : void
SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
WriteContent ( Stream result ) : void

Method Details

GetIndentLeft() public method

public GetIndentLeft ( ) : int
return int

GetIndentRight() public method

public GetIndentRight ( ) : int
return int

RtfParagraph() public method

public RtfParagraph ( RtfDocument doc, Paragraph paragraph ) : System
doc iTextSharp.text.rtf.document.RtfDocument
paragraph iTextSharp.text.Paragraph
return System

SetIndentLeft() public method

public SetIndentLeft ( int indentLeft ) : void
indentLeft int
return void

SetIndentRight() public method

public SetIndentRight ( int indentRight ) : void
indentRight int
return void

SetKeepTogetherWithNext() public method

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
return void

WriteContent() public method

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

Property Details

PARAGRAPH public static property

public static byte[] PARAGRAPH
return byte[]

paragraphStyle protected property

protected RtfParagraphStyle,iTextSharp.text.rtf.style paragraphStyle
return iTextSharp.text.rtf.style.RtfParagraphStyle