LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 #ifndef __com_sun_star_table_TableBorder2_idl__
11 #define __com_sun_star_table_TableBorder2_idl__
12 
14 
15 
16 module com { module sun { module star { module table {
17 
18 
36 published struct TableBorder2
37 {
38 
42 
43 
47  boolean IsTopLineValid;
48 
49 
53 
54 
59 
60 
64 
65 
69  boolean IsLeftLineValid;
70 
71 
75 
76 
81 
82 
87 
88 
93 
94 
99 
100 
105 
106 
109  short Distance;
110 
111 
116 
117 };
118 
119 
120 }; }; }; };
121 
122 #endif
123 
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */