All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.presentationml.x2006.main.CTCommonViewProperties Maven / Gradle / Ivy

/*
 * XML Type:  CT_CommonViewProperties
 * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
 * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTCommonViewProperties
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.presentationml.x2006.main;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_CommonViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTCommonViewProperties extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcommonviewproperties9cc2type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "scale" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTScale2D getScale();

    /**
     * Sets the "scale" element
     */
    void setScale(org.openxmlformats.schemas.drawingml.x2006.main.CTScale2D scale);

    /**
     * Appends and returns a new empty "scale" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTScale2D addNewScale();

    /**
     * Gets the "origin" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D getOrigin();

    /**
     * Sets the "origin" element
     */
    void setOrigin(org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D origin);

    /**
     * Appends and returns a new empty "origin" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D addNewOrigin();

    /**
     * Gets the "varScale" attribute
     */
    boolean getVarScale();

    /**
     * Gets (as xml) the "varScale" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetVarScale();

    /**
     * True if has "varScale" attribute
     */
    boolean isSetVarScale();

    /**
     * Sets the "varScale" attribute
     */
    void setVarScale(boolean varScale);

    /**
     * Sets (as xml) the "varScale" attribute
     */
    void xsetVarScale(org.apache.xmlbeans.XmlBoolean varScale);

    /**
     * Unsets the "varScale" attribute
     */
    void unsetVarScale();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy