OdfDrawingPageProperties.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 OdfDrawingPageProperties {
public static final OdfStyleProperty BackgroundSize =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "background-size"));
public static final OdfStyleProperty Fill =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill"));
public static final OdfStyleProperty FillColor =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-color"));
public static final OdfStyleProperty FillGradientName =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-gradient-name"));
public static final OdfStyleProperty FillHatchName =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-hatch-name"));
public static final OdfStyleProperty FillHatchSolid =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-hatch-solid"));
public static final OdfStyleProperty FillImageHeight =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-height"));
public static final OdfStyleProperty FillImageName =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-name"));
public static final OdfStyleProperty FillImageRefPoint =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-ref-point"));
public static final OdfStyleProperty FillImageRefPointX =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-ref-point-x"));
public static final OdfStyleProperty FillImageRefPointY =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-ref-point-y"));
public static final OdfStyleProperty FillImageWidth =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "fill-image-width"));
public static final OdfStyleProperty GradientStepCount =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "gradient-step-count"));
public static final OdfStyleProperty Opacity =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "opacity"));
public static final OdfStyleProperty OpacityName =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "opacity-name"));
public static final OdfStyleProperty SecondaryFillColor =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "secondary-fill-color"));
public static final OdfStyleProperty TileRepeatOffset =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.DRAW, "tile-repeat-offset"));
public static final OdfStyleProperty BackgroundObjectsVisible =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "background-objects-visible"));
public static final OdfStyleProperty BackgroundVisible =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "background-visible"));
public static final OdfStyleProperty DisplayDateTime =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "display-date-time"));
public static final OdfStyleProperty DisplayFooter =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "display-footer"));
public static final OdfStyleProperty DisplayHeader =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "display-header"));
public static final OdfStyleProperty DisplayPageNumber =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "display-page-number"));
public static final OdfStyleProperty Duration =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "duration"));
public static final OdfStyleProperty TransitionSpeed =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "transition-speed"));
public static final OdfStyleProperty TransitionStyle =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "transition-style"));
public static final OdfStyleProperty TransitionType =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "transition-type"));
public static final OdfStyleProperty Visibility =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.PRESENTATION, "visibility"));
public static final OdfStyleProperty Direction =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.SMIL, "direction"));
public static final OdfStyleProperty FadeColor =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.SMIL, "fadeColor"));
public static final OdfStyleProperty Subtype =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.SMIL, "subtype"));
public static final OdfStyleProperty Type =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.SMIL, "type"));
public static final OdfStyleProperty Repeat =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.STYLE, "repeat"));
public static final OdfStyleProperty FillRule =
OdfStyleProperty.get(
OdfStylePropertiesSet.DrawingPageProperties,
OdfName.newName(OdfDocumentNamespace.SVG, "fill-rule"));
}