C# Class iTextSharp.text.rtf.graphic.RtfShape

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

Public Methods

Method Description
RtfShape ( int type, RtfShapePosition position ) : System
SetProperty ( RtfShapeProperty property ) : void
SetShapeText ( String shapeText ) : void
SetWrapping ( int wrapping ) : void
WriteContent ( Stream result ) : void

Method Details

RtfShape() public method

public RtfShape ( int type, RtfShapePosition position ) : System
type int
position RtfShapePosition
return System

SetProperty() public method

public SetProperty ( RtfShapeProperty property ) : void
property RtfShapeProperty
return void

SetShapeText() public method

public SetShapeText ( String shapeText ) : void
shapeText String
return void

SetWrapping() public method

public SetWrapping ( int wrapping ) : void
wrapping int
return void

WriteContent() public method

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