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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPane Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * XML Type:  CT_Pane
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPane
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.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_Pane(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTPane extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpaneaab1type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "xSplit" attribute
     */
    double getXSplit();

    /**
     * Gets (as xml) the "xSplit" attribute
     */
    org.apache.xmlbeans.XmlDouble xgetXSplit();

    /**
     * True if has "xSplit" attribute
     */
    boolean isSetXSplit();

    /**
     * Sets the "xSplit" attribute
     */
    void setXSplit(double xSplit);

    /**
     * Sets (as xml) the "xSplit" attribute
     */
    void xsetXSplit(org.apache.xmlbeans.XmlDouble xSplit);

    /**
     * Unsets the "xSplit" attribute
     */
    void unsetXSplit();

    /**
     * Gets the "ySplit" attribute
     */
    double getYSplit();

    /**
     * Gets (as xml) the "ySplit" attribute
     */
    org.apache.xmlbeans.XmlDouble xgetYSplit();

    /**
     * True if has "ySplit" attribute
     */
    boolean isSetYSplit();

    /**
     * Sets the "ySplit" attribute
     */
    void setYSplit(double ySplit);

    /**
     * Sets (as xml) the "ySplit" attribute
     */
    void xsetYSplit(org.apache.xmlbeans.XmlDouble ySplit);

    /**
     * Unsets the "ySplit" attribute
     */
    void unsetYSplit();

    /**
     * Gets the "topLeftCell" attribute
     */
    java.lang.String getTopLeftCell();

    /**
     * Gets (as xml) the "topLeftCell" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetTopLeftCell();

    /**
     * True if has "topLeftCell" attribute
     */
    boolean isSetTopLeftCell();

    /**
     * Sets the "topLeftCell" attribute
     */
    void setTopLeftCell(java.lang.String topLeftCell);

    /**
     * Sets (as xml) the "topLeftCell" attribute
     */
    void xsetTopLeftCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef topLeftCell);

    /**
     * Unsets the "topLeftCell" attribute
     */
    void unsetTopLeftCell();

    /**
     * Gets the "activePane" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum getActivePane();

    /**
     * Gets (as xml) the "activePane" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane xgetActivePane();

    /**
     * True if has "activePane" attribute
     */
    boolean isSetActivePane();

    /**
     * Sets the "activePane" attribute
     */
    void setActivePane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum activePane);

    /**
     * Sets (as xml) the "activePane" attribute
     */
    void xsetActivePane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane activePane);

    /**
     * Unsets the "activePane" attribute
     */
    void unsetActivePane();

    /**
     * Gets the "state" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState.Enum getState();

    /**
     * Gets (as xml) the "state" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState xgetState();

    /**
     * True if has "state" attribute
     */
    boolean isSetState();

    /**
     * Sets the "state" attribute
     */
    void setState(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState.Enum state);

    /**
     * Sets (as xml) the "state" attribute
     */
    void xsetState(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPaneState state);

    /**
     * Unsets the "state" attribute
     */
    void unsetState();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy