All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTLocation extends XmlObject
An XML CT_Location(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getRef

      String getRef()
      Gets the "ref" attribute
    • xgetRef

      STRef xgetRef()
      Gets (as xml) the "ref" attribute
    • setRef

      void setRef(String ref)
      Sets the "ref" attribute
    • xsetRef

      void xsetRef(STRef ref)
      Sets (as xml) the "ref" attribute
    • getFirstHeaderRow

      long getFirstHeaderRow()
      Gets the "firstHeaderRow" attribute
    • xgetFirstHeaderRow

      XmlUnsignedInt xgetFirstHeaderRow()
      Gets (as xml) the "firstHeaderRow" attribute
    • setFirstHeaderRow

      void setFirstHeaderRow(long firstHeaderRow)
      Sets the "firstHeaderRow" attribute
    • xsetFirstHeaderRow

      void xsetFirstHeaderRow(XmlUnsignedInt firstHeaderRow)
      Sets (as xml) the "firstHeaderRow" attribute
    • getFirstDataRow

      long getFirstDataRow()
      Gets the "firstDataRow" attribute
    • xgetFirstDataRow

      XmlUnsignedInt xgetFirstDataRow()
      Gets (as xml) the "firstDataRow" attribute
    • setFirstDataRow

      void setFirstDataRow(long firstDataRow)
      Sets the "firstDataRow" attribute
    • xsetFirstDataRow

      void xsetFirstDataRow(XmlUnsignedInt firstDataRow)
      Sets (as xml) the "firstDataRow" attribute
    • getFirstDataCol

      long getFirstDataCol()
      Gets the "firstDataCol" attribute
    • xgetFirstDataCol

      XmlUnsignedInt xgetFirstDataCol()
      Gets (as xml) the "firstDataCol" attribute
    • setFirstDataCol

      void setFirstDataCol(long firstDataCol)
      Sets the "firstDataCol" attribute
    • xsetFirstDataCol

      void xsetFirstDataCol(XmlUnsignedInt firstDataCol)
      Sets (as xml) the "firstDataCol" attribute
    • getRowPageCount

      long getRowPageCount()
      Gets the "rowPageCount" attribute
    • xgetRowPageCount

      XmlUnsignedInt xgetRowPageCount()
      Gets (as xml) the "rowPageCount" attribute
    • isSetRowPageCount

      boolean isSetRowPageCount()
      True if has "rowPageCount" attribute
    • setRowPageCount

      void setRowPageCount(long rowPageCount)
      Sets the "rowPageCount" attribute
    • xsetRowPageCount

      void xsetRowPageCount(XmlUnsignedInt rowPageCount)
      Sets (as xml) the "rowPageCount" attribute
    • unsetRowPageCount

      void unsetRowPageCount()
      Unsets the "rowPageCount" attribute
    • getColPageCount

      long getColPageCount()
      Gets the "colPageCount" attribute
    • xgetColPageCount

      XmlUnsignedInt xgetColPageCount()
      Gets (as xml) the "colPageCount" attribute
    • isSetColPageCount

      boolean isSetColPageCount()
      True if has "colPageCount" attribute
    • setColPageCount

      void setColPageCount(long colPageCount)
      Sets the "colPageCount" attribute
    • xsetColPageCount

      void xsetColPageCount(XmlUnsignedInt colPageCount)
      Sets (as xml) the "colPageCount" attribute
    • unsetColPageCount

      void unsetColPageCount()
      Unsets the "colPageCount" attribute