Method | Description | |
---|---|---|
Add ( IElement element ) : bool | ||
Close ( ) : void | ||
GetDocumentSettings ( ) : |
||
GetInstance ( |
||
ImportRtfDocument ( Stream documentSource ) : void | ||
ImportRtfDocument ( Stream documentSource, IEventListener events ) : void | ||
ImportRtfDocumentIntoElement ( IElement elem, |
||
ImportRtfDocumentIntoElement ( IElement elem, |
||
ImportRtfFragment ( Stream documentSource, iTextSharp.text.rtf.direct.RtfImportMappings mappings ) : void | ||
ImportRtfFragment ( Stream documentSource, iTextSharp.text.rtf.direct.RtfImportMappings mappings, IEventListener events ) : void | ||
NewPage ( ) : bool | ||
Open ( ) : void | ||
ResetFooter ( ) : void | ||
ResetHeader ( ) : void | ||
ResetPageCount ( ) : void | ||
SetAutogenerateTOCEntries ( bool autogenerate ) : void | ||
SetMargins ( float left, float right, float top, float bottom ) : bool | ||
SetPageSize ( |
Method | Description | |
---|---|---|
RtfWriter2 ( |
public GetDocumentSettings ( ) : |
||
return |
public static GetInstance ( |
||
doc | ||
os | Stream | |
return |
public ImportRtfDocument ( Stream documentSource ) : void | ||
documentSource | Stream | |
return | void |
public ImportRtfDocument ( Stream documentSource, IEventListener events ) : void | ||
documentSource | Stream | |
events | IEventListener | |
return | void |
public ImportRtfDocumentIntoElement ( IElement elem, |
||
elem | IElement | |
documentSource | ||
return | void |
public ImportRtfDocumentIntoElement ( IElement elem, |
||
elem | IElement | |
documentSource | ||
events | IEventListener | |
return | void |
public ImportRtfFragment ( Stream documentSource, iTextSharp.text.rtf.direct.RtfImportMappings mappings ) : void | ||
documentSource | Stream | |
mappings | iTextSharp.text.rtf.direct.RtfImportMappings | |
return | void |
public ImportRtfFragment ( Stream documentSource, iTextSharp.text.rtf.direct.RtfImportMappings mappings, IEventListener events ) : void | ||
documentSource | Stream | |
mappings | iTextSharp.text.rtf.direct.RtfImportMappings | |
events | IEventListener | |
return | void |
protected RtfWriter2 ( |
||
doc | ||
os | Stream | |
return | System |
public SetAutogenerateTOCEntries ( bool autogenerate ) : void | ||
autogenerate | bool | |
return | void |
public SetMargins ( float left, float right, float top, float bottom ) : bool | ||
left | float | |
right | float | |
top | float | |
bottom | float | |
return | bool |
public SetPageSize ( |
||
rect | ||
return | bool |