service GraphicObjectShape in module com::sun::star::drawing::

(Global Index)

Syntax

service GraphicObjectShape;

Description

This service is for a graphic shape.

Included Services

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

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

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

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

Property 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 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 This property contains a image map for this graphic.

Property Details



GraphicURL

Syntax

string GraphicURL;

Description

This is an url to the source bitmap for this graphic shape.


GraphicStreamURL

Syntax

string GraphicStreamURL;

Description

This is an url to the stream ('in document' or linked graphic) for this graphic shape.


GraphicObjectFillBitmap [ O P T I O N A L ]

Syntax

com::sun::star::awt::XBitmap GraphicObjectFillBitmap;

Description

This is the bitmap that represents this graphic shape.


AdjustLuminance

Syntax

short AdjustLuminance;

Description

If this property is set, the luminance of this graphic shape is adjusted by the given signed percent value.


AdjustContrast

Syntax

short AdjustContrast;

Description

If this property is set, the contrast of this graphic shape is adjusted by the given signed percent value.


AdjustRed

Syntax

short AdjustRed;

Description

If this property is set, the red channel of this graphic shape is adjusted by the given signed percent value.


AdjustGreen

Syntax

short AdjustGreen;

Description

If this property is set, the green channel of this graphic shape is adjusted by the given signed percent value.


AdjustBlue

Syntax

short AdjustBlue;

Description

If this property is set, the blue channel of this graphic shape is adjusted by the given signed percent value.


Gamma

Syntax

double Gamma;

Description

If this property is set, the gama value of this graphic shape is adjusted by the given value.


Transparency

Syntax

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

Syntax

com::sun::star::drawing::ColorMode GraphicColorMode;

Description

This property selects the color mode that is used for rendering.


ImageMap [ O P T I O N A L ]

Syntax

com::sun::star::container::XIndexContainer ImageMap;

Description

This property contains a image map for this graphic.

See also

com.sun.star.image.ImageMap
Top of Page