LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module drawing {
22
26
28{
32 [optional, property] boolean Extrusion;
33
36 [optional, property] double Brightness;
37
43
47 [optional, property] double Diffusion;
48
52 [optional, property] long NumberOfLineSegments;
53
56 [optional, property] boolean LightFace;
57
60 [optional, property] boolean FirstLightHarsh;
61
64 [optional, property] boolean SecondLightHarsh;
65
68 [optional, property] double FirstLightLevel;
69
72 [optional, property] double SecondLightLevel;
73
77
81
84 [optional, property] boolean Metal;
85
93 [optional, property] short MetalType;
94
98
104
110
113 [optional, property] double Shininess;
114
120
123 [optional, property] double Specularity;
124
128
132
137
140 [optional, property] boolean ExtrusionColor;
141};
142
143
144}; }; }; };
145
146/* 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:28
ShadeMode
The ShadeMode determines the quality of displaying the object.
Definition ShadeMode.idl:27
Definition Ambiguous.idl:20
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition EnhancedCustomShapeExtrusion.idl:28
double SecondLightLevel
Specifies the intensity for the second light in percent.
Definition EnhancedCustomShapeExtrusion.idl:72
double Diffusion
This attribute specifies the amount of diffusion reflected by the shape in percent.
Definition EnhancedCustomShapeExtrusion.idl:47
::com::sun::star::drawing::EnhancedCustomShapeParameterPair Depth
The first value of EnhancedCustomShapeParameterPair specifies the depth of the extrusion in 1/100 mm.
Definition EnhancedCustomShapeExtrusion.idl:42
boolean LightFace
Specifies if the front face of the extrusion responds to lightning changes.
Definition EnhancedCustomShapeExtrusion.idl:56
::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:119
com::sun::star::drawing::ProjectionMode ProjectionMode
This property defines the projection mode.
Definition EnhancedCustomShapeExtrusion.idl:127
double Shininess
The draw:extrusion-shininess specifies the shininess of a mirror in percent.
Definition EnhancedCustomShapeExtrusion.idl:113
double Specularity
This attribute specifies the specularity of an extrusion object in percent.
Definition EnhancedCustomShapeExtrusion.idl:123
boolean ExtrusionColor
This attribute specifies if the "SecondFillColor" is used as extrusion color.
Definition EnhancedCustomShapeExtrusion.idl:140
::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:136
boolean SecondLightHarsh
Specifies if the secondary light is harsh.
Definition EnhancedCustomShapeExtrusion.idl:64
boolean FirstLightHarsh
Specifies if the primary light is harsh.
Definition EnhancedCustomShapeExtrusion.idl:60
::com::sun::star::drawing::Direction3D RotationCenter
This attribute specifies the position of the rotate center in terms of shape size fractions,...
Definition EnhancedCustomShapeExtrusion.idl:109
::com::sun::star::drawing::Position3D ViewPoint
This attribute specifies the viewpoint of the observer.
Definition EnhancedCustomShapeExtrusion.idl:131
::com::sun::star::drawing::EnhancedCustomShapeParameterPair RotateAngle
This attributes specifies the rotation angle about the x-axis in degrees.
Definition EnhancedCustomShapeExtrusion.idl:103
double FirstLightLevel
Specifies the intensity for the first light in percent.
Definition EnhancedCustomShapeExtrusion.idl:68
boolean Extrusion
This property specifies if extrusion is displayed.
Definition EnhancedCustomShapeExtrusion.idl:32
::com::sun::star::drawing::ShadeMode ShadeMode
This property defines the shade mode.
Definition EnhancedCustomShapeExtrusion.idl:97
short MetalType
Specifies in case of Metal=true the way the rendering of the shape is modified.
Definition EnhancedCustomShapeExtrusion.idl:93
::com::sun::star::drawing::Direction3D SecondLightDirection
Specifies the direction of the second light.
Definition EnhancedCustomShapeExtrusion.idl:80
double Brightness
This attribute specifies the brightness of a scene in percent.
Definition EnhancedCustomShapeExtrusion.idl:36
boolean Metal
Specifies if the surface of the extrusion object looks like metal.
Definition EnhancedCustomShapeExtrusion.idl:84
::com::sun::star::drawing::Direction3D FirstLightDirection
Specifies the direction of the first light.
Definition EnhancedCustomShapeExtrusion.idl:76
long NumberOfLineSegments
Specifies the number of line segments that should be used to display curved surfaces.
Definition EnhancedCustomShapeExtrusion.idl:52
specifies a 3-dimensional vector.
Definition Direction3D.idl:27
specifies the coordinates used with EnhancedCustomShapes
Definition EnhancedCustomShapeParameterPair.idl:27
specifies a 3-dimensional point.
Definition Position3D.idl:27