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

Inheritance: RtfPhrase
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
PARAGRAPH byte[]

Protected Properties

Свойство Type Description
paragraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle

Méthodes publiques

Méthode 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 méthode

public GetIndentLeft ( ) : int
Résultat int

GetIndentRight() public méthode

public GetIndentRight ( ) : int
Résultat int

RtfParagraph() public méthode

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

SetIndentLeft() public méthode

public SetIndentLeft ( int indentLeft ) : void
indentLeft int
Résultat void

SetIndentRight() public méthode

public SetIndentRight ( int indentRight ) : void
indentRight int
Résultat void

SetKeepTogetherWithNext() public méthode

public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void
keepTogetherWithNext bool
Résultat void

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void

Property Details

PARAGRAPH public_oe static_oe property

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

paragraphStyle protected_oe property

protected RtfParagraphStyle,iTextSharp.text.rtf.style paragraphStyle
Résultat iTextSharp.text.rtf.style.RtfParagraphStyle