Interface CTPane

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTPane
    extends XmlObject
    An XML CT_Pane(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getXSplit

        double getXSplit()
        Gets the "xSplit" attribute
      • xgetXSplit

        XmlDouble xgetXSplit()
        Gets (as xml) the "xSplit" attribute
      • isSetXSplit

        boolean isSetXSplit()
        True if has "xSplit" attribute
      • setXSplit

        void setXSplit​(double xSplit)
        Sets the "xSplit" attribute
      • xsetXSplit

        void xsetXSplit​(XmlDouble xSplit)
        Sets (as xml) the "xSplit" attribute
      • unsetXSplit

        void unsetXSplit()
        Unsets the "xSplit" attribute
      • getYSplit

        double getYSplit()
        Gets the "ySplit" attribute
      • xgetYSplit

        XmlDouble xgetYSplit()
        Gets (as xml) the "ySplit" attribute
      • isSetYSplit

        boolean isSetYSplit()
        True if has "ySplit" attribute
      • setYSplit

        void setYSplit​(double ySplit)
        Sets the "ySplit" attribute
      • xsetYSplit

        void xsetYSplit​(XmlDouble ySplit)
        Sets (as xml) the "ySplit" attribute
      • unsetYSplit

        void unsetYSplit()
        Unsets the "ySplit" attribute
      • getTopLeftCell

        java.lang.String getTopLeftCell()
        Gets the "topLeftCell" attribute
      • xgetTopLeftCell

        STCellRef xgetTopLeftCell()
        Gets (as xml) the "topLeftCell" attribute
      • isSetTopLeftCell

        boolean isSetTopLeftCell()
        True if has "topLeftCell" attribute
      • setTopLeftCell

        void setTopLeftCell​(java.lang.String topLeftCell)
        Sets the "topLeftCell" attribute
      • xsetTopLeftCell

        void xsetTopLeftCell​(STCellRef topLeftCell)
        Sets (as xml) the "topLeftCell" attribute
      • unsetTopLeftCell

        void unsetTopLeftCell()
        Unsets the "topLeftCell" attribute
      • getActivePane

        STPane.Enum getActivePane()
        Gets the "activePane" attribute
      • xgetActivePane

        STPane xgetActivePane()
        Gets (as xml) the "activePane" attribute
      • isSetActivePane

        boolean isSetActivePane()
        True if has "activePane" attribute
      • setActivePane

        void setActivePane​(STPane.Enum activePane)
        Sets the "activePane" attribute
      • xsetActivePane

        void xsetActivePane​(STPane activePane)
        Sets (as xml) the "activePane" attribute
      • unsetActivePane

        void unsetActivePane()
        Unsets the "activePane" attribute
      • xgetState

        STPaneState xgetState()
        Gets (as xml) the "state" attribute
      • isSetState

        boolean isSetState()
        True if has "state" attribute
      • setState

        void setState​(STPaneState.Enum state)
        Sets the "state" attribute
      • xsetState

        void xsetState​(STPaneState state)
        Sets (as xml) the "state" attribute
      • unsetState

        void unsetState()
        Unsets the "state" attribute