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 |
Method | Description | |
---|---|---|
RtfShapeProperty ( String name, Object value ) : System |
public RtfShapeProperty ( String name, Color value ) : System | ||
name | String | |
value | Color | |
return | System |
public RtfShapeProperty ( String name, Image value ) : System | ||
name | String | |
value | Image | |
return | System |
public RtfShapeProperty ( String name, Point value ) : System | ||
name | String | |
value | Point | |
return | System |
public RtfShapeProperty ( String name, bool value ) : System | ||
name | String | |
value | bool | |
return | System |
public RtfShapeProperty ( String name, double value ) : System | ||
name | String | |
value | double | |
return | System |
public RtfShapeProperty ( String name, int value ) : System | ||
name | String | |
value | int | |
return | System |
public RtfShapeProperty ( String name, long value ) : System | ||
name | String | |
value | long | |
return | System |