:: com :: sun :: star :: drawing ::

service GraphicObjectShape
Description
This service is for a graphic shape.

Included Services
Shape
This abstract service specifies the general characteristics of all Shape s.
Text
This abstract service specifies the general characteristics of an optional text inside a Shape .
ShadowProperties
This is a set of properties to describe the style for rendering a shadow.
RotationDescriptor
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape .
Properties' Summary
GraphicURL This is an url to the source bitmap for this graphic shape.
GraphicStreamURL This is an url to the stream ('in document' or linked graphic) for this graphic shape.
GraphicObjectFillBitmap [ OPTIONAL ]
This is the bitmap that represents this graphic shape.
AdjustLuminance If this property is set, the luminance of this graphic shape is adjusted by the given signed percent value.
AdjustContrast If this property is set, the contrast of this graphic shape is adjusted by the given signed percent value.
AdjustRed If this property is set, the red channel of this graphic shape is adjusted by the given signed percent value.
AdjustGreen If this property is set, the green channel of this graphic shape is adjusted by the given signed percent value.
AdjustBlue If this property is set, the blue channel of this graphic shape is adjusted by the given signed percent value.
Gamma If this property is set, the gama value of this graphic shape is adjusted by the given value.
Transparency If this property is set, the transparency value of this graphic shape is adjusted by the given unsigned percent value. 100% is fully transparent, 0 % is fully opaque.
GraphicColorMode This property selects the color mode that is used for rendering.
ImageMap [ OPTIONAL ]
This property contains a image map for this graphic.
Properties' Details
GraphicURL
string GraphicURL;
Description
This is an url to the source bitmap for this graphic shape.
GraphicStreamURL
string GraphicStreamURL;
Description
This is an url to the stream ('in document' or linked graphic) for this graphic shape.
GraphicObjectFillBitmap
::com::sun::star::awt::XBitmap GraphicObjectFillBitmap;
[ OPTIONAL ]
Description
This is the bitmap that represents this graphic shape.
AdjustLuminance
short AdjustLuminance;
Description
If this property is set, the luminance of this graphic shape is adjusted by the given signed percent value.
AdjustContrast
short AdjustContrast;
Description
If this property is set, the contrast of this graphic shape is adjusted by the given signed percent value.
AdjustRed
short AdjustRed;
Description
If this property is set, the red channel of this graphic shape is adjusted by the given signed percent value.
AdjustGreen
short AdjustGreen;
Description
If this property is set, the green channel of this graphic shape is adjusted by the given signed percent value.
AdjustBlue
short AdjustBlue;
Description
If this property is set, the blue channel of this graphic shape is adjusted by the given signed percent value.
Gamma
double Gamma;
Description
If this property is set, the gama value of this graphic shape is adjusted by the given value.
Transparency
short Transparency;
Description
If this property is set, the transparency value of this graphic shape is adjusted by the given unsigned percent value. 100% is fully transparent, 0 % is fully opaque.
GraphicColorMode
ColorMode GraphicColorMode;
Description
This property selects the color mode that is used for rendering.
ImageMap
::com::sun::star::container::XIndexContainer ImageMap;
[ OPTIONAL ]
Description
This property contains a image map for this graphic.
See also
::com::sun::star::image::ImageMap

 
Top of Page