OdfStylePropertiesSet.java

  1. /**
  2.  * **********************************************************************
  3.  *
  4.  * <p>DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
  5.  *
  6.  * <p>Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved.
  7.  *
  8.  * <p>Use is subject to license terms.
  9.  *
  10.  * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
  11.  * except in compliance with the License. You may obtain a copy of the License at
  12.  * http://www.apache.org/licenses/LICENSE-2.0. You can also obtain a copy of the License at
  13.  * http://odftoolkit.org/docs/license.txt
  14.  *
  15.  * <p>Unless required by applicable law or agreed to in writing, software distributed under the
  16.  * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  17.  * express or implied.
  18.  *
  19.  * <p>See the License for the specific language governing permissions and limitations under the
  20.  * License.
  21.  *
  22.  * <p>**********************************************************************
  23.  */

  24. // !!! GENERATED SOURCE CODE !!!
  25. package org.odftoolkit.odfdom.dom.style.props;

  26. public enum OdfStylePropertiesSet {
  27.   // style-chart-properties-attlist
  28.   ChartProperties,
  29.   // style-drawing-page-properties-attlist
  30.   DrawingPageProperties,
  31.   // style-graphic-properties-attlist
  32.   GraphicProperties,
  33.   // style-header-footer-properties-attlist
  34.   HeaderFooterProperties,
  35.   // style-list-level-properties-attlist
  36.   ListLevelProperties,
  37.   // style-page-layout-properties-attlist
  38.   PageLayoutProperties,
  39.   // style-paragraph-properties-attlist
  40.   ParagraphProperties,
  41.   // style-ruby-properties-attlist
  42.   RubyProperties,
  43.   // style-section-properties-attlist
  44.   SectionProperties,
  45.   // style-table-cell-properties-attlist
  46.   TableCellProperties,
  47.   // style-table-column-properties-attlist
  48.   TableColumnProperties,
  49.   // style-table-properties-attlist
  50.   TableProperties,
  51.   // style-table-row-properties-attlist
  52.   TableRowProperties,
  53.   // style-text-properties-attlist
  54.   TextProperties,
  55. }