LibreOffice
LibreOffice 7.1 SDK API Reference
TableBorder.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#ifndef __com_sun_star_table_TableBorder_idl__
21#define __com_sun_star_table_TableBorder_idl__
22
24
25
26module com { module sun { module star { module table {
27
28
40published struct TableBorder
41{
42
46
47
52
53
57
58
63
64
68
69
74
75
79
80
85
86
91
92
97
98
103
104
109
110
113 short Distance;
114
115
120
121};
122
123
124}; }; }; };
125
126#endif
127
128/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Accessible.idl:22
describes the line type for a single cell edge.
Definition: BorderLine.idl:32
contains the style settings of the border lines of all cells in a cell range.
Definition: TableBorder.idl:41
boolean IsVerticalLineValid
specifies whether the value of TableBorder::VerticalLine is used.
Definition: TableBorder.idl:108
com::sun::star::table::BorderLine RightLine
determines the line style at the right edge.
Definition: TableBorder.idl:78
boolean IsRightLineValid
specifies whether the value of TableBorder::RightLine is used.
Definition: TableBorder.idl:84
com::sun::star::table::BorderLine HorizontalLine
determines the line style of horizontal lines for the inner part of a cell range.
Definition: TableBorder.idl:90
boolean IsDistanceValid
specifies whether the value of TableBorder::Distance is used.
Definition: TableBorder.idl:119
com::sun::star::table::BorderLine VerticalLine
determines the line style of vertical lines for the inner part of a cell range.
Definition: TableBorder.idl:102
boolean IsTopLineValid
specifies whether the value of TableBorder::TopLine is used.
Definition: TableBorder.idl:51
com::sun::star::table::BorderLine LeftLine
determines the line style at the left edge.
Definition: TableBorder.idl:67
boolean IsHorizontalLineValid
specifies whether the value of TableBorder::HorizontalLine is used.
Definition: TableBorder.idl:96
com::sun::star::table::BorderLine TopLine
determines the line style at the top edge.
Definition: TableBorder.idl:45
com::sun::star::table::BorderLine BottomLine
determines the line style at the bottom edge.
Definition: TableBorder.idl:56
boolean IsBottomLineValid
specifies whether the value of TableBorder::BottomLine is used.
Definition: TableBorder.idl:62
short Distance
contains the distance between the lines and other contents.
Definition: TableBorder.idl:113
boolean IsLeftLineValid
specifies whether the value of TableBorder::LeftLine is used.
Definition: TableBorder.idl:73