Interface CTTableProperties

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getNoFill

      CTNoFillProperties getNoFill()
      Gets the "noFill" element
    • isSetNoFill

      boolean isSetNoFill()
      True if has "noFill" element
    • setNoFill

      void setNoFill(CTNoFillProperties noFill)
      Sets the "noFill" element
    • addNewNoFill

      CTNoFillProperties addNewNoFill()
      Appends and returns a new empty "noFill" element
    • unsetNoFill

      void unsetNoFill()
      Unsets the "noFill" element
    • getSolidFill

      Gets the "solidFill" element
    • isSetSolidFill

      boolean isSetSolidFill()
      True if has "solidFill" element
    • setSolidFill

      void setSolidFill(CTSolidColorFillProperties solidFill)
      Sets the "solidFill" element
    • addNewSolidFill

      CTSolidColorFillProperties addNewSolidFill()
      Appends and returns a new empty "solidFill" element
    • unsetSolidFill

      void unsetSolidFill()
      Unsets the "solidFill" element
    • getGradFill

      Gets the "gradFill" element
    • isSetGradFill

      boolean isSetGradFill()
      True if has "gradFill" element
    • setGradFill

      void setGradFill(CTGradientFillProperties gradFill)
      Sets the "gradFill" element
    • addNewGradFill

      CTGradientFillProperties addNewGradFill()
      Appends and returns a new empty "gradFill" element
    • unsetGradFill

      void unsetGradFill()
      Unsets the "gradFill" element
    • getBlipFill

      CTBlipFillProperties getBlipFill()
      Gets the "blipFill" element
    • isSetBlipFill

      boolean isSetBlipFill()
      True if has "blipFill" element
    • setBlipFill

      void setBlipFill(CTBlipFillProperties blipFill)
      Sets the "blipFill" element
    • addNewBlipFill

      CTBlipFillProperties addNewBlipFill()
      Appends and returns a new empty "blipFill" element
    • unsetBlipFill

      void unsetBlipFill()
      Unsets the "blipFill" element
    • getPattFill

      Gets the "pattFill" element
    • isSetPattFill

      boolean isSetPattFill()
      True if has "pattFill" element
    • setPattFill

      void setPattFill(CTPatternFillProperties pattFill)
      Sets the "pattFill" element
    • addNewPattFill

      CTPatternFillProperties addNewPattFill()
      Appends and returns a new empty "pattFill" element
    • unsetPattFill

      void unsetPattFill()
      Unsets the "pattFill" element
    • getGrpFill

      CTGroupFillProperties getGrpFill()
      Gets the "grpFill" element
    • isSetGrpFill

      boolean isSetGrpFill()
      True if has "grpFill" element
    • setGrpFill

      void setGrpFill(CTGroupFillProperties grpFill)
      Sets the "grpFill" element
    • addNewGrpFill

      CTGroupFillProperties addNewGrpFill()
      Appends and returns a new empty "grpFill" element
    • unsetGrpFill

      void unsetGrpFill()
      Unsets the "grpFill" element
    • getEffectLst

      CTEffectList getEffectLst()
      Gets the "effectLst" element
    • isSetEffectLst

      boolean isSetEffectLst()
      True if has "effectLst" element
    • setEffectLst

      void setEffectLst(CTEffectList effectLst)
      Sets the "effectLst" element
    • addNewEffectLst

      CTEffectList addNewEffectLst()
      Appends and returns a new empty "effectLst" element
    • unsetEffectLst

      void unsetEffectLst()
      Unsets the "effectLst" element
    • getEffectDag

      CTEffectContainer getEffectDag()
      Gets the "effectDag" element
    • isSetEffectDag

      boolean isSetEffectDag()
      True if has "effectDag" element
    • setEffectDag

      void setEffectDag(CTEffectContainer effectDag)
      Sets the "effectDag" element
    • addNewEffectDag

      CTEffectContainer addNewEffectDag()
      Appends and returns a new empty "effectDag" element
    • unsetEffectDag

      void unsetEffectDag()
      Unsets the "effectDag" element
    • getTableStyle

      CTTableStyle getTableStyle()
      Gets the "tableStyle" element
    • isSetTableStyle

      boolean isSetTableStyle()
      True if has "tableStyle" element
    • setTableStyle

      void setTableStyle(CTTableStyle tableStyle)
      Sets the "tableStyle" element
    • addNewTableStyle

      CTTableStyle addNewTableStyle()
      Appends and returns a new empty "tableStyle" element
    • unsetTableStyle

      void unsetTableStyle()
      Unsets the "tableStyle" element
    • getTableStyleId

      String getTableStyleId()
      Gets the "tableStyleId" element
    • xgetTableStyleId

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetTableStyleId()
      Gets (as xml) the "tableStyleId" element
    • isSetTableStyleId

      boolean isSetTableStyleId()
      True if has "tableStyleId" element
    • setTableStyleId

      void setTableStyleId(String tableStyleId)
      Sets the "tableStyleId" element
    • xsetTableStyleId

      void xsetTableStyleId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid tableStyleId)
      Sets (as xml) the "tableStyleId" element
    • unsetTableStyleId

      void unsetTableStyleId()
      Unsets the "tableStyleId" element
    • getExtLst

      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTOfficeArtExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTOfficeArtExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getRtl

      boolean getRtl()
      Gets the "rtl" attribute
    • xgetRtl

      XmlBoolean xgetRtl()
      Gets (as xml) the "rtl" attribute
    • isSetRtl

      boolean isSetRtl()
      True if has "rtl" attribute
    • setRtl

      void setRtl(boolean rtl)
      Sets the "rtl" attribute
    • xsetRtl

      void xsetRtl(XmlBoolean rtl)
      Sets (as xml) the "rtl" attribute
    • unsetRtl

      void unsetRtl()
      Unsets the "rtl" attribute
    • getFirstRow

      boolean getFirstRow()
      Gets the "firstRow" attribute
    • xgetFirstRow

      XmlBoolean xgetFirstRow()
      Gets (as xml) the "firstRow" attribute
    • isSetFirstRow

      boolean isSetFirstRow()
      True if has "firstRow" attribute
    • setFirstRow

      void setFirstRow(boolean firstRow)
      Sets the "firstRow" attribute
    • xsetFirstRow

      void xsetFirstRow(XmlBoolean firstRow)
      Sets (as xml) the "firstRow" attribute
    • unsetFirstRow

      void unsetFirstRow()
      Unsets the "firstRow" attribute
    • getFirstCol

      boolean getFirstCol()
      Gets the "firstCol" attribute
    • xgetFirstCol

      XmlBoolean xgetFirstCol()
      Gets (as xml) the "firstCol" attribute
    • isSetFirstCol

      boolean isSetFirstCol()
      True if has "firstCol" attribute
    • setFirstCol

      void setFirstCol(boolean firstCol)
      Sets the "firstCol" attribute
    • xsetFirstCol

      void xsetFirstCol(XmlBoolean firstCol)
      Sets (as xml) the "firstCol" attribute
    • unsetFirstCol

      void unsetFirstCol()
      Unsets the "firstCol" attribute
    • getLastRow

      boolean getLastRow()
      Gets the "lastRow" attribute
    • xgetLastRow

      XmlBoolean xgetLastRow()
      Gets (as xml) the "lastRow" attribute
    • isSetLastRow

      boolean isSetLastRow()
      True if has "lastRow" attribute
    • setLastRow

      void setLastRow(boolean lastRow)
      Sets the "lastRow" attribute
    • xsetLastRow

      void xsetLastRow(XmlBoolean lastRow)
      Sets (as xml) the "lastRow" attribute
    • unsetLastRow

      void unsetLastRow()
      Unsets the "lastRow" attribute
    • getLastCol

      boolean getLastCol()
      Gets the "lastCol" attribute
    • xgetLastCol

      XmlBoolean xgetLastCol()
      Gets (as xml) the "lastCol" attribute
    • isSetLastCol

      boolean isSetLastCol()
      True if has "lastCol" attribute
    • setLastCol

      void setLastCol(boolean lastCol)
      Sets the "lastCol" attribute
    • xsetLastCol

      void xsetLastCol(XmlBoolean lastCol)
      Sets (as xml) the "lastCol" attribute
    • unsetLastCol

      void unsetLastCol()
      Unsets the "lastCol" attribute
    • getBandRow

      boolean getBandRow()
      Gets the "bandRow" attribute
    • xgetBandRow

      XmlBoolean xgetBandRow()
      Gets (as xml) the "bandRow" attribute
    • isSetBandRow

      boolean isSetBandRow()
      True if has "bandRow" attribute
    • setBandRow

      void setBandRow(boolean bandRow)
      Sets the "bandRow" attribute
    • xsetBandRow

      void xsetBandRow(XmlBoolean bandRow)
      Sets (as xml) the "bandRow" attribute
    • unsetBandRow

      void unsetBandRow()
      Unsets the "bandRow" attribute
    • getBandCol

      boolean getBandCol()
      Gets the "bandCol" attribute
    • xgetBandCol

      XmlBoolean xgetBandCol()
      Gets (as xml) the "bandCol" attribute
    • isSetBandCol

      boolean isSetBandCol()
      True if has "bandCol" attribute
    • setBandCol

      void setBandCol(boolean bandCol)
      Sets the "bandCol" attribute
    • xsetBandCol

      void xsetBandCol(XmlBoolean bandCol)
      Sets (as xml) the "bandCol" attribute
    • unsetBandCol

      void unsetBandCol()
      Unsets the "bandCol" attribute