LibreOffice
LibreOffice 24.2 SDK API Reference
TableBorder2.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 
10 
11 module com { module sun { module star { module table {
12 
13 
31 published struct TableBorder2
32 {
33 
37 
38 
42  boolean IsTopLineValid;
43 
44 
48 
49 
54 
55 
59 
60 
64  boolean IsLeftLineValid;
65 
66 
70 
71 
76 
77 
82 
83 
88 
89 
94 
95 
100 
101 
104  short Distance;
105 
106 
111 
112 };
113 
114 
115 }; }; }; };
116 
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
boolean IsBottomLineValid
specifies whether the value of TableBorder2::BottomLine is used.
Definition: TableBorder2.idl:53
com::sun::star::table::BorderLine2 LeftLine
determines the line style at the left edge.
Definition: TableBorder2.idl:58
Definition: Ambiguous.idl:20
com::sun::star::table::BorderLine2 VerticalLine
determines the line style of vertical lines for the inner part of a cell range.
Definition: TableBorder2.idl:93
com::sun::star::table::BorderLine2 TopLine
determines the line style at the top edge.
Definition: TableBorder2.idl:36
boolean IsRightLineValid
specifies whether the value of TableBorder2::RightLine is used.
Definition: TableBorder2.idl:75
boolean IsLeftLineValid
specifies whether the value of TableBorder2::LeftLine is used.
Definition: TableBorder2.idl:64
boolean IsHorizontalLineValid
specifies whether the value of TableBorder2::HorizontalLine is used.
Definition: TableBorder2.idl:87
boolean IsTopLineValid
specifies whether the value of TableBorder2::TopLine is used.
Definition: TableBorder2.idl:42
com::sun::star::table::BorderLine2 HorizontalLine
determines the line style of horizontal lines for the inner part of a cell range. ...
Definition: TableBorder2.idl:81
contains the style settings of the border lines of all cells in a cell range.
Definition: TableBorder2.idl:31
com::sun::star::table::BorderLine2 RightLine
determines the line style at the right edge.
Definition: TableBorder2.idl:69
boolean IsVerticalLineValid
specifies whether the value of TableBorder2::VerticalLine is used.
Definition: TableBorder2.idl:99
com::sun::star::table::BorderLine2 BottomLine
determines the line style at the bottom edge.
Definition: TableBorder2.idl:47
A border line, extended with line style.
Definition: BorderLine2.idl:30
boolean IsDistanceValid
specifies whether the value of TableBorder2::Distance is used.
Definition: TableBorder2.idl:110
short Distance
contains the distance between the lines and other contents.
Definition: TableBorder2.idl:104