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

Inheritance: iTextSharp.text.rtf.RtfAddableElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode 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 méthode

public RtfShape ( int type, RtfShapePosition position ) : System
type int
position RtfShapePosition
Résultat System

SetProperty() public méthode

public SetProperty ( RtfShapeProperty property ) : void
property RtfShapeProperty
Résultat void

SetShapeText() public méthode

public SetShapeText ( String shapeText ) : void
shapeText String
Résultat void

SetWrapping() public méthode

public SetWrapping ( int wrapping ) : void
wrapping int
Résultat void

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void