C# Class iTextSharp.text.rtf.text.RtfTab

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

Public Methods

Method Description
RtfTab ( float position, int type ) : System
WriteContent ( Stream result ) : void

Method Details

RtfTab() public method

public RtfTab ( float position, int type ) : System
position float
type int
return System

WriteContent() public method

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