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

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

Méthodes publiques

Méthode Description
GetName ( ) : String
RtfShapeProperty ( String name, Color value ) : System
RtfShapeProperty ( String name, Image value ) : System
RtfShapeProperty ( String name, Point value ) : System
RtfShapeProperty ( String name, bool value ) : System
RtfShapeProperty ( String name, double value ) : System
RtfShapeProperty ( String name, int value ) : System
RtfShapeProperty ( String name, long value ) : System
WriteContent ( Stream result ) : void

Private Methods

Méthode Description
RtfShapeProperty ( String name, Object value ) : System

Method Details

GetName() public méthode

public GetName ( ) : String
Résultat String

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, Color value ) : System
name String
value Color
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, Image value ) : System
name String
value Image
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, Point value ) : System
name String
value Point
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, bool value ) : System
name String
value bool
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, double value ) : System
name String
value double
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, int value ) : System
name String
value int
Résultat System

RtfShapeProperty() public méthode

public RtfShapeProperty ( String name, long value ) : System
name String
value long
Résultat System

WriteContent() public méthode

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