C# Class iTextSharp.text.rtf.document.RtfPageSetting

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GetMarginBottom ( ) : int
GetMarginLeft ( ) : int
GetMarginRight ( ) : int
GetMarginTop ( ) : int
GetPageHeight ( ) : int
GetPageWidth ( ) : int
RtfPageSetting ( RtfDocument doc ) : System
SetMarginBottom ( int marginBottom ) : void
SetMarginLeft ( int marginLeft ) : void
SetMarginRight ( int marginRight ) : void
SetMarginTop ( int marginTop ) : void
SetPageHeight ( int pageHeight ) : void
SetPageSize ( Rectangle pageSize ) : void
SetPageWidth ( int pageWidth ) : void
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void
WriteSectionDefinition ( Stream result ) : void

Private Methods

Méthode Description
GuessFormat ( Rectangle pageSize, bool rotate ) : bool
RectEquals ( Rectangle rect1, Rectangle rect2 ) : bool

Method Details

GetMarginBottom() public méthode

public GetMarginBottom ( ) : int
Résultat int

GetMarginLeft() public méthode

public GetMarginLeft ( ) : int
Résultat int

GetMarginRight() public méthode

public GetMarginRight ( ) : int
Résultat int

GetMarginTop() public méthode

public GetMarginTop ( ) : int
Résultat int

GetPageHeight() public méthode

public GetPageHeight ( ) : int
Résultat int

GetPageWidth() public méthode

public GetPageWidth ( ) : int
Résultat int

RtfPageSetting() public méthode

public RtfPageSetting ( RtfDocument doc ) : System
doc RtfDocument
Résultat System

SetMarginBottom() public méthode

public SetMarginBottom ( int marginBottom ) : void
marginBottom int
Résultat void

SetMarginLeft() public méthode

public SetMarginLeft ( int marginLeft ) : void
marginLeft int
Résultat void

SetMarginRight() public méthode

public SetMarginRight ( int marginRight ) : void
marginRight int
Résultat void

SetMarginTop() public méthode

public SetMarginTop ( int marginTop ) : void
marginTop int
Résultat void

SetPageHeight() public méthode

public SetPageHeight ( int pageHeight ) : void
pageHeight int
Résultat void

SetPageSize() public méthode

public SetPageSize ( Rectangle pageSize ) : void
pageSize iTextSharp.text.Rectangle
Résultat void

SetPageWidth() public méthode

public SetPageWidth ( int pageWidth ) : void
pageWidth int
Résultat void

WriteContent() public méthode

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

WriteDefinition() public méthode

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

WriteSectionDefinition() public méthode

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