LineProperties.idl (d1766043) LineProperties.idl (5aaf853b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef __com_sun_star_drawing_LineProperties_idl__
24#define __com_sun_star_drawing_LineProperties_idl__
25
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef __com_sun_star_drawing_LineProperties_idl__
24#define __com_sun_star_drawing_LineProperties_idl__
25
26#ifndef __com_sun_star_drawing_LineStyle_idl__
27#include <com/sun/star/drawing/LineStyle.idl>
26#include <com/sun/star/drawing/LineStyle.idl>
28#endif
29
30#ifndef __com_sun_star_util_Color_idl__
31#include <com/sun/star/util/Color.idl>
27#include <com/sun/star/util/Color.idl>
32#endif
33
34#ifndef __com_sun_star_drawing_LineDash_idl__
35#include <com/sun/star/drawing/LineDash.idl>
28#include <com/sun/star/drawing/LineDash.idl>
36#endif
37
38#ifndef __com_sun_star_drawing_PolyPolygonBezierCoords_idl__
39#include <com/sun/star/drawing/PolyPolygonBezierCoords.idl>
29#include <com/sun/star/drawing/PolyPolygonBezierCoords.idl>
40#endif
41
42#ifndef __com_sun_star_drawing_LineJoint_idl__
43#include <com/sun/star/drawing/LineJoint.idl>
30#include <com/sun/star/drawing/LineJoint.idl>
44#endif
31#include <com/sun/star/drawing/LineCap.idl>
45
32
46
47//=============================================================================
48
49 module com { module sun { module star { module drawing {
50
51//=============================================================================
52
53/** This is a set of properties to describe the style for rendering a Line.
54 <p>The properties for line ends and line starts are only supported by

--- 38 unchanged lines hidden (view full) ---

93 //-------------------------------------------------------------------------
94
95 /** This property defines the rendering of joints between thick lines
96 */
97 [property] com::sun::star::drawing::LineJoint LineJoint;
98
99 //-------------------------------------------------------------------------
100
33//=============================================================================
34
35 module com { module sun { module star { module drawing {
36
37//=============================================================================
38
39/** This is a set of properties to describe the style for rendering a Line.
40 <p>The properties for line ends and line starts are only supported by

--- 38 unchanged lines hidden (view full) ---

79 //-------------------------------------------------------------------------
80
81 /** This property defines the rendering of joints between thick lines
82 */
83 [property] com::sun::star::drawing::LineJoint LineJoint;
84
85 //-------------------------------------------------------------------------
86
87 /** This property defines the rendering of ends of thick lines
88 */
89 [optional, property] com::sun::star::drawing::LineCap LineCap;
90
91 //-------------------------------------------------------------------------
92
101 /** This property contains the name of the line start poly polygon bezier.
102 <p>If this string is empty, no line start polygon is rendered.
103 */
104 [optional, property] string LineStartName;
105
106 //-------------------------------------------------------------------------
107
108 /** This property contains the name of the line end poly polygon bezier.

--- 49 unchanged lines hidden ---
93 /** This property contains the name of the line start poly polygon bezier.
94 <p>If this string is empty, no line start polygon is rendered.
95 */
96 [optional, property] string LineStartName;
97
98 //-------------------------------------------------------------------------
99
100 /** This property contains the name of the line end poly polygon bezier.

--- 49 unchanged lines hidden ---