LibreOffice
LibreOffice 7.4 SDK API Reference
EnhancedCustomShapePath.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_EnhancedCustomShapePath_idl__
20 #define __com_sun_star_drawing_EnhancedCustomShapePath_idl__
21 
28 
29 
30 module com { module sun { module star { module drawing {
31 
37 {
40  [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair> Coordinates;
41 
44  [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeSegment> Segments;
45 
49  [optional, property] long StretchX;
50 
54  [optional, property] long StretchY;
55 
60  [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame> TextFrames;
61 
64  [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair> GluePoints;
65 
68  [optional, property] sequence< double > GluePointLeavingDirections;
69 
73  [optional, property] short GluePointType;
74 
78  [optional, property] boolean ExtrusionAllowed;
79 
83  [optional, property] boolean ConcentricGradientFillAllowed;
84 
88  [optional, property] boolean TextPathAllowed;
89 
92  [optional, property] sequence< ::com::sun::star::awt::Size > SubViewSize;
93 };
94 
95 
96 }; }; }; };
97 
98 #endif
99 
100 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition: EnhancedCustomShapePath.idl:37
sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame > TextFrames
This property specifies the text frames that can be used with the shape.
Definition: EnhancedCustomShapePath.idl:60
boolean TextPathAllowed
This property specifies if this shape supports concentric gradient fill.
Definition: EnhancedCustomShapePath.idl:88
sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair > GluePoints
This property specifies custom gluepoints.
Definition: EnhancedCustomShapePath.idl:64
sequence< double > GluePointLeavingDirections
This property specifies GluePoint leaving directions.
Definition: EnhancedCustomShapePath.idl:68
sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair > Coordinates
This property is specifying the points that makes the geometry of the shape.
Definition: EnhancedCustomShapePath.idl:40
sequence<::com::sun::star::drawing::EnhancedCustomShapeSegment > Segments
This property specifies the commands and the way the Coordinates have to be interpreted.
Definition: EnhancedCustomShapePath.idl:44
long StretchX
This property specifies the horizontal StretchPoint that has to be used.
Definition: EnhancedCustomShapePath.idl:49
short GluePointType
This property defines the GluePoint type.
Definition: EnhancedCustomShapePath.idl:73
sequence< ::com::sun::star::awt::Size > SubViewSize
This property specifies view size per sub path.
Definition: EnhancedCustomShapePath.idl:92
boolean ConcentricGradientFillAllowed
This property specifies if this shape supports concentric gradient fill.
Definition: EnhancedCustomShapePath.idl:83
long StretchY
This property specifies the vertical StretchPoint that has to be used.
Definition: EnhancedCustomShapePath.idl:54
boolean ExtrusionAllowed
This property specifies if this shape supports the EnhancedCustomShapeExtrusion properties.
Definition: EnhancedCustomShapePath.idl:78