LibreOffice
LibreOffice 6.0 SDK API Reference
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 #ifndef __com_sun_star_drawing_GraphicObjectShape_idl__
20 #define __com_sun_star_drawing_GraphicObjectShape_idl__
21 
23 
25 
27 
29 
32 
35 
36 
37  module com { module sun { module star { module drawing {
38 
39 
42 published service GraphicObjectShape
43 {
45 
47 
49 
51 
54  [property] string GraphicURL;
55 
58  [property] string GraphicStreamURL;
59 
64 
68  [property] short AdjustLuminance;
69 
73  [property] short AdjustContrast;
74 
78  [property] short AdjustRed;
79 
83  [property] short AdjustGreen;
84 
88  [property] short AdjustBlue;
89 
93  [property] double Gamma;
94 
99  [property] short Transparency;
100 
104 
109 
113 };
114 
115 
116 }; }; }; };
117 
118 #endif
119 
120 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ColorMode
The ColorMode defines the output style of colors for a graphic.
Definition: ColorMode.idl:29
Definition: Ambiguous.idl:22
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:33
com::sun::star::awt::XBitmap GraphicObjectFillBitmap
Deprecated.
Definition: GraphicObjectShape.idl:63
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:43
This abstract service specifies the general characteristics of all Shapes.
Definition: Shape.idl:43
short AdjustContrast
If this property is set, the contrast of this graphic shape is adjusted by the given signed percent v...
Definition: GraphicObjectShape.idl:73
This service is for a graphic shape.
Definition: GraphicObjectShape.idl:42
short AdjustRed
If this property is set, the red channel of this graphic shape is adjusted by the given signed percen...
Definition: GraphicObjectShape.idl:78
This is a set of properties to describe the style for rendering a shadow.
Definition: ShadowProperties.idl:31
com::sun::star::graphic::XGraphic Graphic
This is the graphic that represents this graphic shape.
Definition: GraphicObjectShape.idl:112
This abstract service specifies the general characteristics of an optional text inside a Shape...
Definition: Text.idl:33
double Gamma
If this property is set, the gamma value of this graphic shape is adjusted by the given value...
Definition: GraphicObjectShape.idl:93
short AdjustBlue
If this property is set, the blue channel of this graphic shape is adjusted by the given signed perce...
Definition: GraphicObjectShape.idl:88
string GraphicURL
This is an url to the source bitmap for this graphic shape.
Definition: GraphicObjectShape.idl:50
short AdjustLuminance
If this property is set, the luminance of this graphic shape is adjusted by the given signed percent ...
Definition: GraphicObjectShape.idl:68
com::sun::star::container::XIndexContainer ImageMap
This property contains a image map for this graphic.
Definition: GraphicObjectShape.idl:108
string GraphicStreamURL
This is an url to the stream ("in document" or linked graphic) for this graphic shape.
Definition: GraphicObjectShape.idl:58
short Transparency
If this property is set, the transparency value of this graphic shape is adjusted by the given unsign...
Definition: GraphicObjectShape.idl:99
This is the generic interface for supporting the insertion and removal of indexed elements...
Definition: XIndexContainer.idl:37
ColorMode GraphicColorMode
This property selects the color mode that is used for rendering.
Definition: GraphicObjectShape.idl:103
This abstract service specifies the general characteristics of an optional rotation and shearing for ...
Definition: RotationDescriptor.idl:35
short AdjustGreen
If this property is set, the green channel of this graphic shape is adjusted by the given signed perc...
Definition: GraphicObjectShape.idl:83