LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
GraphicObjectShape.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21 module com { module sun { module star { module drawing {
22
23
26published service GraphicObjectShape
27{
29
31
33
35
46 [property] string GraphicURL;
47
50 [property] string GraphicStreamURL;
51
57
61 [property] short AdjustLuminance;
62
66 [property] short AdjustContrast;
67
71 [property] short AdjustRed;
72
76 [property] short AdjustGreen;
77
81 [property] short AdjustBlue;
82
86 [property] double Gamma;
87
92 [property] short Transparency;
93
97
102
106
108 [optional, property] boolean IsSignatureLine;
109
111 [optional, property] string SignatureLineId;
112
114 [optional, property] string SignatureLineSuggestedSignerName;
115
117 [optional, property] string SignatureLineSuggestedSignerTitle;
118
120 [optional, property] string SignatureLineSuggestedSignerEmail;
121
123 [optional, property] string SignatureLineSigningInstructions;
124
126 [optional, property] boolean SignatureLineShowSignDate;
127
129 [optional, property] boolean SignatureLineCanAddComment;
130
138
140 [optional, property] boolean SignatureLineIsSigned;
141
145};
146
147
148}; }; }; };
149
150/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition XIndexContainer.idl:28
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
ColorMode
The ColorMode defines the output style of colors for a graphic.
Definition ColorMode.idl:28
Definition Ambiguous.idl:20
This service is for a graphic shape.
Definition GraphicObjectShape.idl:27
string SignatureLineSigningInstructions
Signing instructions, to be shown at signing time.
Definition GraphicObjectShape.idl:123
string SignatureLineId
The ID of the signature line, used to connect to a signature.
Definition GraphicObjectShape.idl:111
string SignatureLineSuggestedSignerTitle
Suggested Signer, Line 2 (Title or additional information)
Definition GraphicObjectShape.idl:117
short AdjustContrast
If this property is set, the contrast of this graphic shape is adjusted by the given signed percent v...
Definition GraphicObjectShape.idl:66
double Gamma
If this property is set, the gamma value of this graphic shape is adjusted by the given value.
Definition GraphicObjectShape.idl:86
boolean IsSignatureLine
Whether this shape is actually a signature line.
Definition GraphicObjectShape.idl:108
boolean SignatureLineIsSigned
Whether the signature line is signed using a digital signature.
Definition GraphicObjectShape.idl:140
string SignatureLineSuggestedSignerName
Suggested Signer, Name of the Signer.
Definition GraphicObjectShape.idl:114
com::sun::star::container::XIndexContainer ImageMap
This property contains an image map for this graphic.
Definition GraphicObjectShape.idl:101
com::sun::star::awt::XBitmap GraphicObjectFillBitmap
This is the bitmap that represents this graphic shape.
Definition GraphicObjectShape.idl:56
ColorMode GraphicColorMode
This property selects the color mode that is used for rendering.
Definition GraphicObjectShape.idl:96
string GraphicStreamURL
This is a url to the stream ("in document" or linked graphic) for this graphic shape.
Definition GraphicObjectShape.idl:50
string GraphicURL
This is a url to the source bitmap for this graphic shape.
Definition GraphicObjectShape.idl:46
com::sun::star::drawing::BarCode BarCodeProperties
Shape as a QR Code.
Definition GraphicObjectShape.idl:144
short AdjustLuminance
If this property is set, the luminance of this graphic shape is adjusted by the given signed percent ...
Definition GraphicObjectShape.idl:61
short AdjustRed
If this property is set, the red channel of this graphic shape is adjusted by the given signed percen...
Definition GraphicObjectShape.idl:71
boolean SignatureLineCanAddComment
Whether the user can attach a comment at signing time.
Definition GraphicObjectShape.idl:129
string SignatureLineSuggestedSignerEmail
Suggested Signer Email.
Definition GraphicObjectShape.idl:120
short AdjustBlue
If this property is set, the blue channel of this graphic shape is adjusted by the given signed perce...
Definition GraphicObjectShape.idl:81
short Transparency
If this property is set, the transparency value of this graphic shape is adjusted by the given unsign...
Definition GraphicObjectShape.idl:92
boolean SignatureLineShowSignDate
Whether the signing date should be shown in the shape.
Definition GraphicObjectShape.idl:126
short AdjustGreen
If this property is set, the green channel of this graphic shape is adjusted by the given signed perc...
Definition GraphicObjectShape.idl:76
com::sun::star::graphic::XGraphic Graphic
This is the graphic that represents this graphic shape.
Definition GraphicObjectShape.idl:105
com::sun::star::graphic::XGraphic SignatureLineUnsignedImage
Image to be displayed when the signature line is unsigned.
Definition GraphicObjectShape.idl:137
This abstract service specifies the general characteristics of an optional rotation and shearing for ...
Definition RotationDescriptor.idl:34
This is a set of properties to describe the style for rendering a shadow.
Definition ShadowProperties.idl:28
This abstract service specifies the general characteristics of all Shapes.
Definition Shape.idl:32
This abstract service specifies the general characteristics of an optional text inside a Shape.
Definition Text.idl:28
This struct defines the attributes of a Bar Code.
Definition BarCode.idl:17