LibreOffice
LibreOffice 7.1 SDK API Reference
LineProperties.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_LineProperties_idl__
20#define __com_sun_star_drawing_LineProperties_idl__
21
28
29
30module com { module sun { module star { module drawing {
31
32
37published service LineProperties
38{
42
43
47
48
51 [optional, property] string LineDashName;
52
53
57
58
61 [property] short LineTransparence;
62
63
66 [property] long LineWidth;
67
68
72
73
77
78
82 [optional, property] string LineStartName;
83
84
88 [optional, property] string LineEndName;
89
90
94
95
99
100
104 [optional, property] boolean LineStartCenter;
105
106
109 [optional, property] long LineStartWidth;
110
111
115 [optional, property] boolean LineEndCenter;
116
117
120 [optional, property] long LineEndWidth;
121};
122
123
124}; }; }; };
125
126#endif
127
128/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
LineCap
The LineCap defines rendering of ends of thick lines.
Definition: LineCap.idl:29
LineStyle
specifies the appearance of the lines of a shape.
Definition: LineStyle.idl:30
LineJoint
The LineJoint defines rendering of joints between thick lines.
Definition: LineJoint.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Accessible.idl:22
This is a set of properties to describe the style for rendering a Line.
Definition: LineProperties.idl:38
com::sun::star::drawing::LineJoint LineJoint
This property defines the rendering of joints between thick lines.
Definition: LineProperties.idl:71
short LineTransparence
This property contains the extent of transparency.
Definition: LineProperties.idl:61
long LineStartWidth
This property contains the width of the line start polygon.
Definition: LineProperties.idl:109
com::sun::star::drawing::PolyPolygonBezierCoords LineEnd
This property contains the line end in the form of a poly polygon Bezier.
Definition: LineProperties.idl:98
com::sun::star::drawing::LineStyle LineStyle
This property contains the type of the line.
Definition: LineProperties.idl:41
string LineStartName
This property contains the name of the line start poly polygon Bezier.
Definition: LineProperties.idl:82
long LineEndWidth
This property contains the width of the line end polygon.
Definition: LineProperties.idl:120
long LineWidth
This property contains the width of the line in 1/100th mm.
Definition: LineProperties.idl:66
string LineDashName
This property contains the name of the dash of the line.
Definition: LineProperties.idl:51
string LineEndName
This property contains the name of the line end poly polygon Bezier.
Definition: LineProperties.idl:88
boolean LineEndCenter
If this property is TRUE, the line will end in the center of the polygon.
Definition: LineProperties.idl:115
boolean LineStartCenter
If this property is TRUE, the line will start from the center of the polygon.
Definition: LineProperties.idl:104
com::sun::star::drawing::PolyPolygonBezierCoords LineStart
This property contains the line start in the form of a poly polygon Bezier.
Definition: LineProperties.idl:93
com::sun::star::util::Color LineColor
This property contains the line color.
Definition: LineProperties.idl:56
com::sun::star::drawing::LineCap LineCap
This property defines the rendering of ends of thick lines.
Definition: LineProperties.idl:76
com::sun::star::drawing::LineDash LineDash
This property contains the dash of the line.
Definition: LineProperties.idl:46
A LineDash defines a non-continuous line.
Definition: LineDash.idl:31
specifies the coordinates for a poly polygon Bezier.
Definition: PolyPolygonBezierCoords.idl:33