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

Inheritance: iTextSharp.text.rtf.RtfAddableElement
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Method Description
RtfShapeProperty ( String name, Object value ) : System

Method Details

GetName() public method

public GetName ( ) : String
return String

RtfShapeProperty() public method

public RtfShapeProperty ( String name, Color value ) : System
name String
value Color
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, Image value ) : System
name String
value Image
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, Point value ) : System
name String
value Point
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, bool value ) : System
name String
value bool
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, double value ) : System
name String
value double
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, int value ) : System
name String
value int
return System

RtfShapeProperty() public method

public RtfShapeProperty ( String name, long value ) : System
name String
value long
return System

WriteContent() public method

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