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

Inheritance: iTextSharp.text.rtf.RtfElement, IRtfExtendedElement
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Method Description
GuessFormat ( Rectangle pageSize, bool rotate ) : bool
RectEquals ( Rectangle rect1, Rectangle rect2 ) : bool

Method Details

GetMarginBottom() public method

public GetMarginBottom ( ) : int
return int

GetMarginLeft() public method

public GetMarginLeft ( ) : int
return int

GetMarginRight() public method

public GetMarginRight ( ) : int
return int

GetMarginTop() public method

public GetMarginTop ( ) : int
return int

GetPageHeight() public method

public GetPageHeight ( ) : int
return int

GetPageWidth() public method

public GetPageWidth ( ) : int
return int

RtfPageSetting() public method

public RtfPageSetting ( RtfDocument doc ) : System
doc RtfDocument
return System

SetMarginBottom() public method

public SetMarginBottom ( int marginBottom ) : void
marginBottom int
return void

SetMarginLeft() public method

public SetMarginLeft ( int marginLeft ) : void
marginLeft int
return void

SetMarginRight() public method

public SetMarginRight ( int marginRight ) : void
marginRight int
return void

SetMarginTop() public method

public SetMarginTop ( int marginTop ) : void
marginTop int
return void

SetPageHeight() public method

public SetPageHeight ( int pageHeight ) : void
pageHeight int
return void

SetPageSize() public method

public SetPageSize ( Rectangle pageSize ) : void
pageSize iTextSharp.text.Rectangle
return void

SetPageWidth() public method

public SetPageWidth ( int pageWidth ) : void
pageWidth int
return void

WriteContent() public method

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

WriteDefinition() public method

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

WriteSectionDefinition() public method

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