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

service GraphicObjectShape

Included Services - Summary
Shape
(referenced entity's summary:)
Text
(referenced entity's summary:)
ShadowProperties
(referenced entity's summary:)
RotationDescriptor
(referenced entity's summary:)
Properties' Summary
string
GraphicURL
[ DEPRECATED ]
This is a url to the source bitmap for this graphic shape.  
string
GraphicStreamURL
This is a url to the stream ("in document" or linked graphic) for this graphic shape.  
::com::sun::star::awt::XBitmap
GraphicObjectFillBitmap
[ DEPRECATED ]
[ OPTIONAL ]
This is the bitmap that represents this graphic shape.  
short
AdjustLuminance
If this property is set, the luminance of this graphic shape is adjusted by the given signed percent value.  
short
AdjustContrast
If this property is set, the contrast of this graphic shape is adjusted by the given signed percent value.  
short
AdjustRed
If this property is set, the red channel of this graphic shape is adjusted by the given signed percent value.  
short
AdjustGreen
If this property is set, the green channel of this graphic shape is adjusted by the given signed percent value.  
short
AdjustBlue
If this property is set, the blue channel of this graphic shape is adjusted by the given signed percent value.  
double
Gamma
If this property is set, the gamma value of this graphic shape is adjusted by the given value.  
short
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.  
ColorMode
GraphicColorMode
This property selects the color mode that is used for rendering.  
::com::sun::star::container::XIndexContainer
ImageMap
[ OPTIONAL ]
This property contains an image map for this graphic.  
::com::sun::star::graphic::XGraphic
Graphic
[ OPTIONAL ]
This is the graphic that represents this graphic shape  
boolean
IsSignatureLine
[ OPTIONAL ]
Whether this shape is actually a signature line. 
string
SignatureLineId
[ OPTIONAL ]
The ID of the signature line, used to connect to a signature. 
string
SignatureLineSuggestedSignerName
[ OPTIONAL ]
Suggested Signer, Name of the Signer 
string
SignatureLineSuggestedSignerTitle
[ OPTIONAL ]
Suggested Signer, Line 2 (Title or additional information) 
string
SignatureLineSuggestedSignerEmail
[ OPTIONAL ]
Suggested Signer Email 
string
SignatureLineSigningInstructions
[ OPTIONAL ]
Signing instructions, to be shown at signing time 
boolean
SignatureLineShowSignDate
[ OPTIONAL ]
Whether the signing date should be shown in the shape 
boolean
SignatureLineCanAddComment
[ OPTIONAL ]
Whether the user can attach a comment at signing time 
::com::sun::star::graphic::XGraphic
SignatureLineUnsignedImage
[ OPTIONAL ]
Image to be displayed when the signature line is unsigned * * Images for signed signature lines (valid and invalid) * are to be retrieved via com::sun::star::security::DocumentSignatureInformation * (you can get the matching signature with the SignatureLineId property).  
boolean
SignatureLineIsSigned
[ OPTIONAL ]
Whether the signature line is signed using a digital signature 
QRCode
QRCodeProperties
[ OPTIONAL ]

Since LibreOffice 6.4 
Included Services - Details
Shape
(referenced entity's summary:)
Text
(referenced entity's summary:)
ShadowProperties
(referenced entity's summary:)
RotationDescriptor
(referenced entity's summary:)
Properties' Details
GraphicURL
string GraphicURL;
Usage Restrictions
deprecated
Deprecation Info
as of LibreOffice 6.1 - use Graphic instead Note the new behaviour since it was deprecated: This property can only be set and only external URLs are supported (no more vnd.sun.star.GraphicObject scheme). When a URL is set, then it will load the image and set the Graphic property.
Description
This is a url to the source bitmap for this graphic shape.
GraphicStreamURL
string GraphicStreamURL;
Description
This is a url to the stream ("in document" or linked graphic) for this graphic shape.
GraphicObjectFillBitmap
::com::sun::star::awt::XBitmap GraphicObjectFillBitmap;
Usage Restrictions
deprecated
optional
Deprecation Info
Use graphic property instead!
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 gamma 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;
Usage Restrictions
optional
Description
This property contains an image map for this graphic.
See also
::com::sun::star::image::ImageMap
Graphic
::com::sun::star::graphic::XGraphic Graphic;
Usage Restrictions
optional
Description
This is the graphic that represents this graphic shape
IsSignatureLine
boolean IsSignatureLine;
Usage Restrictions
optional
Description
Whether this shape is actually a signature line.
SignatureLineId
string SignatureLineId;
Usage Restrictions
optional
Description
The ID of the signature line, used to connect to a signature.
SignatureLineSuggestedSignerName
string SignatureLineSuggestedSignerName;
Usage Restrictions
optional
Description
Suggested Signer, Name of the Signer
SignatureLineSuggestedSignerTitle
string SignatureLineSuggestedSignerTitle;
Usage Restrictions
optional
Description
Suggested Signer, Line 2 (Title or additional information)
SignatureLineSuggestedSignerEmail
string SignatureLineSuggestedSignerEmail;
Usage Restrictions
optional
Description
Suggested Signer Email
SignatureLineSigningInstructions
string SignatureLineSigningInstructions;
Usage Restrictions
optional
Description
Signing instructions, to be shown at signing time
SignatureLineShowSignDate
boolean SignatureLineShowSignDate;
Usage Restrictions
optional
Description
Whether the signing date should be shown in the shape
SignatureLineCanAddComment
boolean SignatureLineCanAddComment;
Usage Restrictions
optional
Description
Whether the user can attach a comment at signing time
SignatureLineUnsignedImage
::com::sun::star::graphic::XGraphic SignatureLineUnsignedImage;
Usage Restrictions
optional
Description
Image to be displayed when the signature line is unsigned * * Images for signed signature lines (valid and invalid) * are to be retrieved via com::sun::star::security::DocumentSignatureInformation * (you can get the matching signature with the SignatureLineId property).
SignatureLineIsSigned
boolean SignatureLineIsSigned;
Usage Restrictions
optional
Description
Whether the signature line is signed using a digital signature
QRCodeProperties
QRCode QRCodeProperties;
Usage Restrictions
optional
Description

Since LibreOffice 6.4

 
Top of Page