LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module drawing {
22
23
28published service LineProperties
29{
33
34
38
39
42 [optional, property] string LineDashName;
43
44
48
49
52 [property] short LineTransparence;
53
54
57 [property] long LineWidth;
58
59
63
64
68
69
73 [optional, property] string LineStartName;
74
75
79 [optional, property] string LineEndName;
80
81
85
86
90
91
95 [optional, property] boolean LineStartCenter;
96
97
100 [optional, property] long LineStartWidth;
101
102
106 [optional, property] boolean LineEndCenter;
107
108
111 [optional, property] long LineEndWidth;
112};
113
114
115}; }; }; };
116
117/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
LineCap
The LineCap defines rendering of ends of thick lines.
Definition LineCap.idl:26
LineStyle
specifies the appearance of the lines of a shape.
Definition LineStyle.idl:28
LineJoint
The LineJoint defines rendering of joints between thick lines.
Definition LineJoint.idl:27
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
This is a set of properties to describe the style for rendering a Line.
Definition LineProperties.idl:29
com::sun::star::drawing::LineJoint LineJoint
This property defines the rendering of joints between thick lines.
Definition LineProperties.idl:62
short LineTransparence
This property contains the extent of transparency.
Definition LineProperties.idl:52
long LineStartWidth
This property contains the width of the line start polygon.
Definition LineProperties.idl:100
com::sun::star::drawing::PolyPolygonBezierCoords LineEnd
This property contains the line end in the form of a poly polygon Bezier.
Definition LineProperties.idl:89
com::sun::star::drawing::LineStyle LineStyle
This property contains the type of the line.
Definition LineProperties.idl:32
string LineStartName
This property contains the name of the line start poly polygon Bezier.
Definition LineProperties.idl:73
long LineEndWidth
This property contains the width of the line end polygon.
Definition LineProperties.idl:111
long LineWidth
This property contains the width of the line in 1/100th mm.
Definition LineProperties.idl:57
string LineDashName
This property contains the name of the dash of the line.
Definition LineProperties.idl:42
string LineEndName
This property contains the name of the line end poly polygon Bezier.
Definition LineProperties.idl:79
boolean LineEndCenter
If this property is TRUE, the line will end in the center of the polygon.
Definition LineProperties.idl:106
boolean LineStartCenter
If this property is TRUE, the line will start from the center of the polygon.
Definition LineProperties.idl:95
com::sun::star::drawing::PolyPolygonBezierCoords LineStart
This property contains the line start in the form of a poly polygon Bezier.
Definition LineProperties.idl:84
com::sun::star::util::Color LineColor
This property contains the line color.
Definition LineProperties.idl:47
com::sun::star::drawing::LineCap LineCap
This property defines the rendering of ends of thick lines.
Definition LineProperties.idl:67
com::sun::star::drawing::LineDash LineDash
This property contains the dash of the line.
Definition LineProperties.idl:37
A LineDash defines a non-continuous line.
Definition LineDash.idl:27
specifies the coordinates for a poly polygon Bezier.
Definition PolyPolygonBezierCoords.idl:27