Method | Description | |
---|---|---|
GetMarginBottom ( ) : int | ||
GetMarginLeft ( ) : int | ||
GetMarginRight ( ) : int | ||
GetMarginTop ( ) : int | ||
GetPageHeight ( ) : int | ||
GetPageWidth ( ) : int | ||
RtfPageSetting ( |
||
SetMarginBottom ( int marginBottom ) : void | ||
SetMarginLeft ( int marginLeft ) : void | ||
SetMarginRight ( int marginRight ) : void | ||
SetMarginTop ( int marginTop ) : void | ||
SetPageHeight ( int pageHeight ) : void | ||
SetPageSize ( |
||
SetPageWidth ( int pageWidth ) : void | ||
WriteContent ( Stream outp ) : void | ||
WriteDefinition ( Stream result ) : void | ||
WriteSectionDefinition ( Stream result ) : void |
Method | Description | |
---|---|---|
GuessFormat ( |
||
RectEquals ( |
public RtfPageSetting ( |
||
doc | ||
return | System |
public SetMarginBottom ( int marginBottom ) : void | ||
marginBottom | int | |
return | void |
public SetMarginLeft ( int marginLeft ) : void | ||
marginLeft | int | |
return | void |
public SetMarginRight ( int marginRight ) : void | ||
marginRight | int | |
return | void |
public SetPageHeight ( int pageHeight ) : void | ||
pageHeight | int | |
return | void |
public SetPageSize ( |
||
pageSize | ||
return | void |
public WriteDefinition ( Stream result ) : void | ||
result | Stream | |
return | void |
public WriteSectionDefinition ( Stream result ) : void | ||
result | Stream | |
return | void |