Method | Description | |
---|---|---|
AddInfoElement ( |
||
FreeListNumber ( |
||
GetColorNumber ( iTextSharp.text.rtf.style color ) : int | ||
GetFontNumber ( iTextSharp.text.rtf.style font ) : int | ||
GetListNumber ( |
||
GetListTable ( ) : |
||
GetPageSetting ( ) : |
||
GetRtfParagraphStyle ( String styleName ) : |
||
RegisterParagraphStyle ( |
||
SetFooter ( |
||
SetHeader ( |
||
WriteContent ( Stream result ) : void | ||
WriteSectionDefinition ( Stream result ) : void |
Method | Description | |
---|---|---|
Init ( ) : void | ||
RtfDocumentHeader ( |
Method | Description | |
---|---|---|
ConvertHeaderFooter ( |
public AddInfoElement ( |
||
rtfInfoElement | ||
return | void |
public FreeListNumber ( |
||
list | ||
return | void |
public GetColorNumber ( iTextSharp.text.rtf.style color ) : int | ||
color | iTextSharp.text.rtf.style | |
return | int |
public GetFontNumber ( iTextSharp.text.rtf.style font ) : int | ||
font | iTextSharp.text.rtf.style | |
return | int |
public GetListNumber ( |
||
list | ||
return | int |
public GetListTable ( ) : |
||
return |
public GetRtfParagraphStyle ( String styleName ) : |
||
styleName | String | |
return |
public RegisterParagraphStyle ( |
||
rtfParagraphStyle | ||
return | void |
protected RtfDocumentHeader ( |
||
doc | ||
return | System |
public SetFooter ( |
||
footer | ||
return | void |
public SetHeader ( |
||
header | ||
return | void |
public WriteSectionDefinition ( Stream result ) : void | ||
result | Stream | |
return | void |