Interface CTPatternFillProperties

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFgClr

      CTColor getFgClr()
      Gets the "fgClr" element
    • isSetFgClr

      boolean isSetFgClr()
      True if has "fgClr" element
    • setFgClr

      void setFgClr(CTColor fgClr)
      Sets the "fgClr" element
    • addNewFgClr

      CTColor addNewFgClr()
      Appends and returns a new empty "fgClr" element
    • unsetFgClr

      void unsetFgClr()
      Unsets the "fgClr" element
    • getBgClr

      CTColor getBgClr()
      Gets the "bgClr" element
    • isSetBgClr

      boolean isSetBgClr()
      True if has "bgClr" element
    • setBgClr

      void setBgClr(CTColor bgClr)
      Sets the "bgClr" element
    • addNewBgClr

      CTColor addNewBgClr()
      Appends and returns a new empty "bgClr" element
    • unsetBgClr

      void unsetBgClr()
      Unsets the "bgClr" element
    • getPrst

      Gets the "prst" attribute
    • xgetPrst

      STPresetPatternVal xgetPrst()
      Gets (as xml) the "prst" attribute
    • isSetPrst

      boolean isSetPrst()
      True if has "prst" attribute
    • setPrst

      void setPrst(STPresetPatternVal.Enum prst)
      Sets the "prst" attribute
    • xsetPrst

      void xsetPrst(STPresetPatternVal prst)
      Sets (as xml) the "prst" attribute
    • unsetPrst

      void unsetPrst()
      Unsets the "prst" attribute