LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module drawing {
22
26
28{
31 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair> Coordinates;
32
35 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeSegment> Segments;
36
40 [optional, property] long StretchX;
41
45 [optional, property] long StretchY;
46
51 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame> TextFrames;
52
55 [optional, property] sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair> GluePoints;
56
59 [optional, property] sequence< double > GluePointLeavingDirections;
60
64 [optional, property] short GluePointType;
65
69 [optional, property] boolean ExtrusionAllowed;
70
74 [optional, property] boolean ConcentricGradientFillAllowed;
75
79 [optional, property] boolean TextPathAllowed;
80
83 [optional, property] sequence< ::com::sun::star::awt::Size > SubViewSize;
84};
85
86
87}; }; }; };
88
89/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition Ambiguous.idl:20
This service may be represented by a com::sun::star::beans::PropertyValue [].
Definition EnhancedCustomShapePath.idl:28
sequence<::com::sun::star::drawing::EnhancedCustomShapeTextFrame > TextFrames
This property specifies the text frames that can be used with the shape.
Definition EnhancedCustomShapePath.idl:51
boolean TextPathAllowed
This property specifies if this shape supports concentric gradient fill.
Definition EnhancedCustomShapePath.idl:79
sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair > GluePoints
This property specifies custom gluepoints.
Definition EnhancedCustomShapePath.idl:55
sequence< double > GluePointLeavingDirections
This property specifies GluePoint leaving directions.
Definition EnhancedCustomShapePath.idl:59
sequence<::com::sun::star::drawing::EnhancedCustomShapeParameterPair > Coordinates
This property is specifying the points that makes the geometry of the shape.
Definition EnhancedCustomShapePath.idl:31
sequence<::com::sun::star::drawing::EnhancedCustomShapeSegment > Segments
This property specifies the commands and the way the Coordinates have to be interpreted.
Definition EnhancedCustomShapePath.idl:35
long StretchX
This property specifies the horizontal StretchPoint that has to be used.
Definition EnhancedCustomShapePath.idl:40
short GluePointType
This property defines the GluePoint type.
Definition EnhancedCustomShapePath.idl:64
sequence< ::com::sun::star::awt::Size > SubViewSize
This property specifies view size per sub path.
Definition EnhancedCustomShapePath.idl:83
boolean ConcentricGradientFillAllowed
This property specifies if this shape supports concentric gradient fill.
Definition EnhancedCustomShapePath.idl:74
long StretchY
This property specifies the vertical StretchPoint that has to be used.
Definition EnhancedCustomShapePath.idl:45
boolean ExtrusionAllowed
This property specifies if this shape supports the EnhancedCustomShapeExtrusion properties.
Definition EnhancedCustomShapePath.idl:69