LibreOffice
LibreOffice 7.4 SDK API Reference
EnhancedCustomShapeExtrusion.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_EnhancedCustomShapeExtrusion_idl__
20 #define __com_sun_star_drawing_EnhancedCustomShapeExtrusion_idl__
21 
30 
31 
32 module com { module sun { module star { module drawing {
33 
39 {
43  [optional, property] boolean Extrusion;
44 
47  [optional, property] double Brightness;
48 
54 
58  [optional, property] double Diffusion;
59 
63  [optional, property] long NumberOfLineSegments;
64 
67  [optional, property] boolean LightFace;
68 
71  [optional, property] boolean FirstLightHarsh;
72 
75  [optional, property] boolean SecondLightHarsh;
76 
79  [optional, property] double FirstLightLevel;
80 
83  [optional, property] double SecondLightLevel;
84 
88 
92 
95  [optional, property] boolean Metal;
96 
104  [optional, property] short MetalType;
105 
109 
115 
121 
124  [optional, property] double Shininess;
125 
131 
134  [optional, property] double Specularity;
135 
139 
143 
148 
151  [optional, property] boolean ExtrusionColor;
152 };
153 
154 
155 }; }; }; };
156 
157 #endif
158 
159 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ProjectionMode
defines whether the 3D objects are to be drawn in perspective or parallel projection.
Definition: ProjectionMode.idl:30
ShadeMode
The ShadeMode determines the quality of displaying the object.
Definition: ShadeMode.idl:29
Definition: Ambiguous.idl:22
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition: EnhancedCustomShapeExtrusion.idl:39
double SecondLightLevel
Specifies the intensity for the second light in percent.
Definition: EnhancedCustomShapeExtrusion.idl:83
double Diffusion
This attribute specifies the amount of diffusion reflected by the shape in percent.
Definition: EnhancedCustomShapeExtrusion.idl:58
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Depth
The first value of EnhancedCustomShapeParameterPair specifies the depth of the extrusion in 1/100 mm.
Definition: EnhancedCustomShapeExtrusion.idl:53
boolean LightFace
Specifies if the front face of the extrusion responds to lightning changes.
Definition: EnhancedCustomShapeExtrusion.idl:67
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Skew
The first value of the draw:extrusion-skew attribute specifies the skew amount of an extrusion in per...
Definition: EnhancedCustomShapeExtrusion.idl:130
com::sun::star::drawing::ProjectionMode ProjectionMode
This property defines the projection mode.
Definition: EnhancedCustomShapeExtrusion.idl:138
double Shininess
The draw:extrusion-shininess specifies the shininess of a mirror in percent.
Definition: EnhancedCustomShapeExtrusion.idl:124
double Specularity
This attribute specifies the specularity of an extrusion object in percent.
Definition: EnhancedCustomShapeExtrusion.idl:134
boolean ExtrusionColor
This attribute specifies if the "SecondFillColor" is used as extrusion color.
Definition: EnhancedCustomShapeExtrusion.idl:151
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Origin
This attribute specifies the origin within the bounding box of the shape in terms of the shape size f...
Definition: EnhancedCustomShapeExtrusion.idl:147
boolean SecondLightHarsh
Specifies if the secondary light is harsh.
Definition: EnhancedCustomShapeExtrusion.idl:75
boolean FirstLightHarsh
Specifies if the primary light is harsh.
Definition: EnhancedCustomShapeExtrusion.idl:71
::com::sun::star::drawing::Direction3D RotationCenter
This attribute specifies the position of the rotate center in terms of shape size fractions,...
Definition: EnhancedCustomShapeExtrusion.idl:120
::com::sun::star::drawing::Position3D ViewPoint
This attribute specifies the viewpoint of the observer.
Definition: EnhancedCustomShapeExtrusion.idl:142
::com::sun::star::drawing::EnhancedCustomShapeParameterPair RotateAngle
This attributes specifies the rotation angle about the x-axis in degrees.
Definition: EnhancedCustomShapeExtrusion.idl:114
double FirstLightLevel
Specifies the intensity for the first light in percent.
Definition: EnhancedCustomShapeExtrusion.idl:79
boolean Extrusion
This property specifies if extrusion is displayed.
Definition: EnhancedCustomShapeExtrusion.idl:43
::com::sun::star::drawing::ShadeMode ShadeMode
This property defines the shade mode.
Definition: EnhancedCustomShapeExtrusion.idl:108
short MetalType
Specifies in case of Metal=true the way the rendering of the shape is modified.
Definition: EnhancedCustomShapeExtrusion.idl:104
::com::sun::star::drawing::Direction3D SecondLightDirection
Specifies the direction of the second light.
Definition: EnhancedCustomShapeExtrusion.idl:91
double Brightness
This attribute specifies the brightness of a scene in percent.
Definition: EnhancedCustomShapeExtrusion.idl:47
boolean Metal
Specifies if the surface of the extrusion object looks like metal.
Definition: EnhancedCustomShapeExtrusion.idl:95
::com::sun::star::drawing::Direction3D FirstLightDirection
Specifies the direction of the first light.
Definition: EnhancedCustomShapeExtrusion.idl:87
long NumberOfLineSegments
Specifies the number of line segments that should be used to display curved surfaces.
Definition: EnhancedCustomShapeExtrusion.idl:63
specifies a 3-dimensional vector.
Definition: Direction3D.idl:29
specifies the coordinates used with EnhancedCustomShapes
Definition: EnhancedCustomShapeParameterPair.idl:31
specifies a 3-dimensional point.
Definition: Position3D.idl:29