OdfTableCellProperties.java
/**
* **********************************************************************
*
* <p>DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* <p>Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved.
*
* <p>Use is subject to license terms.
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0. You can also obtain a copy of the License at
* http://odftoolkit.org/docs/license.txt
*
* <p>Unless required by applicable law or agreed to in writing, software distributed under the
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied.
*
* <p>See the License for the specific language governing permissions and limitations under the
* License.
*
* <p>**********************************************************************
*/
// !!! GENERATED SOURCE CODE !!!
package org.odftoolkit.odfdom.dom.style.props;
import org.odftoolkit.odfdom.dom.OdfDocumentNamespace;
import org.odftoolkit.odfdom.pkg.OdfName;
public interface OdfTableCellProperties {
public static final OdfStyleProperty BackgroundColor =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "background-color"));
public static final OdfStyleProperty Border =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "border"));
public static final OdfStyleProperty BorderBottom =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "border-bottom"));
public static final OdfStyleProperty BorderLeft =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "border-left"));
public static final OdfStyleProperty BorderRight =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "border-right"));
public static final OdfStyleProperty BorderTop =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "border-top"));
public static final OdfStyleProperty Padding =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "padding"));
public static final OdfStyleProperty PaddingBottom =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "padding-bottom"));
public static final OdfStyleProperty PaddingLeft =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "padding-left"));
public static final OdfStyleProperty PaddingRight =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "padding-right"));
public static final OdfStyleProperty PaddingTop =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "padding-top"));
public static final OdfStyleProperty WrapOption =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.FO, "wrap-option"));
public static final OdfStyleProperty BorderLineWidth =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "border-line-width"));
public static final OdfStyleProperty BorderLineWidthBottom =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "border-line-width-bottom"));
public static final OdfStyleProperty BorderLineWidthLeft =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "border-line-width-left"));
public static final OdfStyleProperty BorderLineWidthRight =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "border-line-width-right"));
public static final OdfStyleProperty BorderLineWidthTop =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "border-line-width-top"));
public static final OdfStyleProperty CellProtect =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "cell-protect"));
public static final OdfStyleProperty DecimalPlaces =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "decimal-places"));
public static final OdfStyleProperty DiagonalBlTr =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "diagonal-bl-tr"));
public static final OdfStyleProperty DiagonalBlTrWidths =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "diagonal-bl-tr-widths"));
public static final OdfStyleProperty DiagonalTlBr =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "diagonal-tl-br"));
public static final OdfStyleProperty DiagonalTlBrWidths =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "diagonal-tl-br-widths"));
public static final OdfStyleProperty Direction =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "direction"));
public static final OdfStyleProperty GlyphOrientationVertical =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "glyph-orientation-vertical"));
public static final OdfStyleProperty PrintContent =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "print-content"));
public static final OdfStyleProperty RepeatContent =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "repeat-content"));
public static final OdfStyleProperty RotationAlign =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "rotation-align"));
public static final OdfStyleProperty RotationAngle =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "rotation-angle"));
public static final OdfStyleProperty Shadow =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "shadow"));
public static final OdfStyleProperty ShrinkToFit =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "shrink-to-fit"));
public static final OdfStyleProperty TextAlignSource =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "text-align-source"));
public static final OdfStyleProperty VerticalAlign =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "vertical-align"));
public static final OdfStyleProperty WritingMode =
OdfStyleProperty.get(
OdfStylePropertiesSet.TableCellProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "writing-mode"));
}