Interface CTSelection

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getPane

        STPane.Enum getPane()
        Gets the "pane" attribute
      • xgetPane

        STPane xgetPane()
        Gets (as xml) the "pane" attribute
      • isSetPane

        boolean isSetPane()
        True if has "pane" attribute
      • setPane

        void setPane​(STPane.Enum pane)
        Sets the "pane" attribute
      • xsetPane

        void xsetPane​(STPane pane)
        Sets (as xml) the "pane" attribute
      • unsetPane

        void unsetPane()
        Unsets the "pane" attribute
      • getActiveCell

        java.lang.String getActiveCell()
        Gets the "activeCell" attribute
      • xgetActiveCell

        STCellRef xgetActiveCell()
        Gets (as xml) the "activeCell" attribute
      • isSetActiveCell

        boolean isSetActiveCell()
        True if has "activeCell" attribute
      • setActiveCell

        void setActiveCell​(java.lang.String activeCell)
        Sets the "activeCell" attribute
      • xsetActiveCell

        void xsetActiveCell​(STCellRef activeCell)
        Sets (as xml) the "activeCell" attribute
      • unsetActiveCell

        void unsetActiveCell()
        Unsets the "activeCell" attribute
      • getActiveCellId

        long getActiveCellId()
        Gets the "activeCellId" attribute
      • xgetActiveCellId

        XmlUnsignedInt xgetActiveCellId()
        Gets (as xml) the "activeCellId" attribute
      • isSetActiveCellId

        boolean isSetActiveCellId()
        True if has "activeCellId" attribute
      • setActiveCellId

        void setActiveCellId​(long activeCellId)
        Sets the "activeCellId" attribute
      • xsetActiveCellId

        void xsetActiveCellId​(XmlUnsignedInt activeCellId)
        Sets (as xml) the "activeCellId" attribute
      • unsetActiveCellId

        void unsetActiveCellId()
        Unsets the "activeCellId" attribute
      • getSqref

        java.util.List getSqref()
        Gets the "sqref" attribute
      • xgetSqref

        STSqref xgetSqref()
        Gets (as xml) the "sqref" attribute
      • isSetSqref

        boolean isSetSqref()
        True if has "sqref" attribute
      • setSqref

        void setSqref​(java.util.List sqref)
        Sets the "sqref" attribute
      • xsetSqref

        void xsetSqref​(STSqref sqref)
        Sets (as xml) the "sqref" attribute
      • unsetSqref

        void unsetSqref()
        Unsets the "sqref" attribute