service TextGraphicObject in module com::sun::star::text::

(Global Index)

Syntax

service TextGraphicObject;

Description

specifies a graphic which can be embedded in Text .

Included Services

com::sun::star::text::BaseFrame

Description

contains the definition of interfaces and properties that are supported by text frames, graphic objects and embeddedobjects.


Property Summary

ImageMap returns the client-side image map if one is assigned to the object.

ContentProtected determines if the content is protected against changes from the user interface.

SurroundContour determines if the text wraps around the contour of the object.

ContourOutside the text flows only around the contour of the object.

ContourPolyPolygon contains the contour of the object as PolyPolygon.

GraphicCrop contains the cropping of the object.

HoriMirroredOnEvenPages determines if the object is horizontally mirrored on even pages.

HoriMirroredOnOddPages determines if the object is horizontally mirrored on odd pages.

VertMirrored determines if the object is mirrored vertically.

GraphicURL contains the URL of the background graphic of the object

GraphicFilter contains the name of the filter of the background graphic of the object.

ActualSize contains the original size of the bitmap in the graphic object.

AdjustLuminance changes the display of the luminance. It contains percentage values between -100 and +100.

AdjustContrast changes the display of contrast. It contains percentage values between -100 and +100.

AdjustRed changes the display of the red color channel. It contains percentage values between -100 and +100.

AdjustGreen changes the display of the green color channel. It contains percentage values between -100 and +100.

AdjustBlue changes the display of the blue color channel. It contains percentage values between -100 and +100.

Gamma determins the gamma value of the graphic.

GraphicIsInverted determins if the graphic is display in inverted colors. It contains percentage values between -100 and +100.

Transparency . It contains percentage values between -100 and +100.

GraphicColorMode contains the ColorMode as ColorMode .

Property Details



ImageMap

Syntax

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

Description

returns the client-side image map if one is assigned to the object.


ContentProtected

Syntax

boolean ContentProtected;

Description

determines if the content is protected against changes from the user interface.


SurroundContour

Syntax

boolean SurroundContour;

Description

determines if the text wraps around the contour of the object.


ContourOutside

Syntax

boolean ContourOutside;

Description

the text flows only around the contour of the object.


ContourPolyPolygon [ O P T I O N A L ]

Syntax

com::sun::star::drawing::PointSequenceSequence ContourPolyPolygon;

Description

contains the contour of the object as PolyPolygon.


GraphicCrop

Syntax

com::sun::star::text::GraphicCrop GraphicCrop;

Description

contains the cropping of the object.

See also

GraphicCrop

HoriMirroredOnEvenPages

Syntax

boolean HoriMirroredOnEvenPages;

Description

determines if the object is horizontally mirrored on even pages.


HoriMirroredOnOddPages

Syntax

boolean HoriMirroredOnOddPages;

Description

determines if the object is horizontally mirrored on odd pages.


VertMirrored

Syntax

boolean VertMirrored;

Description

determines if the object is mirrored vertically.


GraphicURL

Syntax

string GraphicURL;

Description

contains the URL of the background graphic of the object


GraphicFilter

Syntax

string GraphicFilter;

Description

contains the name of the filter of the background graphic of the object.


ActualSize

Syntax

com::sun::star::awt::Size ActualSize;

Description

contains the original size of the bitmap in the graphic object.


AdjustLuminance

Syntax

short AdjustLuminance;

Description

changes the display of the luminance. It contains percentage values between -100 and +100.


AdjustContrast

Syntax

short AdjustContrast;

Description

changes the display of contrast. It contains percentage values between -100 and +100.


AdjustRed

Syntax

short AdjustRed;

Description

changes the display of the red color channel. It contains percentage values between -100 and +100.


AdjustGreen

Syntax

short AdjustGreen;

Description

changes the display of the green color channel. It contains percentage values between -100 and +100.


AdjustBlue

Syntax

short AdjustBlue;

Description

changes the display of the blue color channel. It contains percentage values between -100 and +100.


Gamma

Syntax

double Gamma;

Description

determins the gamma value of the graphic.


GraphicIsInverted

Syntax

boolean GraphicIsInverted;

Description

determins if the graphic is display in inverted colors. It contains percentage values between -100 and +100.


Transparency

Syntax

short Transparency;

Description

. It contains percentage values between -100 and +100.


GraphicColorMode

Syntax

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

Description

contains the ColorMode as ColorMode .

Top of Page