1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef __com_sun_star_text_Cell_idl__
21 #define __com_sun_star_text_Cell_idl__
23 #include
<com
/sun
/star
/text
/CellProperties.idl
>
24 #include
<com
/sun
/star
/table
/CellProperties.idl
>
25 #include
<com
/sun
/star
/table
/XCell.idl
>
26 #include
<com
/sun
/star
/text
/XText.idl
>
29 module com
{ module sun
{ module star
{ module text
{
32 /** represents a singe cell within a text table.
34 @see com::sun::star::text::TextTable
38 /** contains the properties of the text table cell.
40 service com
::sun
::star
::text
::CellProperties
;
42 /** contains properties from table cells.
44 <p>All of these properties are either already available in the
46 com::sun::star::text::CellProperties,
47 or get matched against one of those or are implemented
48 non-functional since they serve no purpose for text tables.</p>
50 <p>The complete list is as follows:</p>
52 <li>CellStyle: optional property, not implemented.</li>
53 <li>CellBackColor: matched to "BackColor".</li>
54 <li>IsCellBackgroundTransparent: matched to "BackTransparent".</li>
55 <li>HoriJustify: non-functional implementation.</li>
56 <li>VertJustify: non-functional implementation.</li>
57 <li>IsTextWrapped: non-functional implementation.</li>
58 <li>ParaIndent: non-functional implementation.</li>
59 <li>Orientation: non-functional implementation.</li>
60 <li>RotateAngle: non-functional implementation.</li>
61 <li>RotateReference: non-functional implementation.</li>
62 <li>AsianVerticalMode: optional property, not implemented.</li>
63 <li>TableBorder: non-functional implementation.</li>
64 <li>TopBorder: already available.</li>
65 <li>BottomBorder: already available.</li>
66 <li>LeftBorder: already available.</li>
67 <li>RightBorder: already available.</li>
68 <li>NumberFormat: already available.</li>
69 <li>ShadowFormat: non-functional implementation.</li>
70 <li>CellProtection: non-functional implementation.</li>
75 service com
::sun
::star
::table
::CellProperties
;
78 /** provides access to the cell contents.
80 interface com
::sun
::star
::table
::XCell
;
83 /** provides access to formatted and unformatted text contents.
85 interface com
::sun
::star
::text
::XText
;
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */