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

service TextGraphicObject
Description
specifies a graphic which can be embedded in ::com::sun::star::drawing::Text .
Developers Guide
7.3.10 Text Documents - Working with Text Documents - Shape Objects in Text - Base Frames vs. Drawing Shapes

Included Services
BaseFrame
Description
contains the definition of interfaces and properties that are supported by text frames, graphic objects and embeddedobjects.
Properties' 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 [ OPTIONAL ]
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 ::com::sun::star::drawing::ColorMode .
Properties' Details
ImageMap
::com::sun::star::container::XIndexContainer ImageMap;
Description
returns the client-side image map if one is assigned to the object.
ContentProtected
boolean ContentProtected;
Description
determines if the content is protected against changes from the user interface.
SurroundContour
boolean SurroundContour;
Description
determines if the text wraps around the contour of the object.
ContourOutside
boolean ContourOutside;
Description
the text flows only around the contour of the object.
ContourPolyPolygon
::com::sun::star::drawing::PointSequenceSequence ContourPolyPolygon;
[ OPTIONAL ]
Description
contains the contour of the object as PolyPolygon.
GraphicCrop
GraphicCrop GraphicCrop;
Description
contains the cropping of the object.
See also
GraphicCrop
HoriMirroredOnEvenPages
boolean HoriMirroredOnEvenPages;
Description
determines if the object is horizontally mirrored on even pages.
HoriMirroredOnOddPages
boolean HoriMirroredOnOddPages;
Description
determines if the object is horizontally mirrored on odd pages.
VertMirrored
boolean VertMirrored;
Description
determines if the object is mirrored vertically.
GraphicURL
string GraphicURL;
Description
contains the URL of the background graphic of the object
GraphicFilter
string GraphicFilter;
Description
contains the name of the filter of the background graphic of the object.
ActualSize
::com::sun::star::awt::Size ActualSize;
Description
contains the original size of the bitmap in the graphic object.
AdjustLuminance
short AdjustLuminance;
Description
changes the display of the luminance. It contains percentage values between -100 and +100.
AdjustContrast
short AdjustContrast;
Description
changes the display of contrast. It contains percentage values between -100 and +100.
AdjustRed
short AdjustRed;
Description
changes the display of the red color channel. It contains percentage values between -100 and +100.
AdjustGreen
short AdjustGreen;
Description
changes the display of the green color channel. It contains percentage values between -100 and +100.
AdjustBlue
short AdjustBlue;
Description
changes the display of the blue color channel. It contains percentage values between -100 and +100.
Gamma
double Gamma;
Description
determins the gamma value of the graphic.
GraphicIsInverted
boolean GraphicIsInverted;
Description
determins if the graphic is display in inverted colors. It contains percentage values between -100 and +100.
Transparency
short Transparency;
Description
. It contains percentage values between -100 and +100.
GraphicColorMode
::com::sun::star::drawing::ColorMode GraphicColorMode;
Description
contains the ColorMode as ::com::sun::star::drawing::ColorMode .

 
Top of Page