Interface CTTableBackgroundStyle

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFill

      CTFillProperties getFill()
      Gets the "fill" element
    • isSetFill

      boolean isSetFill()
      True if has "fill" element
    • setFill

      void setFill(CTFillProperties fill)
      Sets the "fill" element
    • addNewFill

      CTFillProperties addNewFill()
      Appends and returns a new empty "fill" element
    • unsetFill

      void unsetFill()
      Unsets the "fill" element
    • getFillRef

      Gets the "fillRef" element
    • isSetFillRef

      boolean isSetFillRef()
      True if has "fillRef" element
    • setFillRef

      void setFillRef(CTStyleMatrixReference fillRef)
      Sets the "fillRef" element
    • addNewFillRef

      CTStyleMatrixReference addNewFillRef()
      Appends and returns a new empty "fillRef" element
    • unsetFillRef

      void unsetFillRef()
      Unsets the "fillRef" element
    • getEffect

      CTEffectProperties getEffect()
      Gets the "effect" element
    • isSetEffect

      boolean isSetEffect()
      True if has "effect" element
    • setEffect

      void setEffect(CTEffectProperties effect)
      Sets the "effect" element
    • addNewEffect

      CTEffectProperties addNewEffect()
      Appends and returns a new empty "effect" element
    • unsetEffect

      void unsetEffect()
      Unsets the "effect" element
    • getEffectRef

      CTStyleMatrixReference getEffectRef()
      Gets the "effectRef" element
    • isSetEffectRef

      boolean isSetEffectRef()
      True if has "effectRef" element
    • setEffectRef

      void setEffectRef(CTStyleMatrixReference effectRef)
      Sets the "effectRef" element
    • addNewEffectRef

      CTStyleMatrixReference addNewEffectRef()
      Appends and returns a new empty "effectRef" element
    • unsetEffectRef

      void unsetEffectRef()
      Unsets the "effectRef" element