Interface CTPatternFill

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFgColor

      CTColor getFgColor()
      Gets the "fgColor" element
    • isSetFgColor

      boolean isSetFgColor()
      True if has "fgColor" element
    • setFgColor

      void setFgColor(CTColor fgColor)
      Sets the "fgColor" element
    • addNewFgColor

      CTColor addNewFgColor()
      Appends and returns a new empty "fgColor" element
    • unsetFgColor

      void unsetFgColor()
      Unsets the "fgColor" element
    • getBgColor

      CTColor getBgColor()
      Gets the "bgColor" element
    • isSetBgColor

      boolean isSetBgColor()
      True if has "bgColor" element
    • setBgColor

      void setBgColor(CTColor bgColor)
      Sets the "bgColor" element
    • addNewBgColor

      CTColor addNewBgColor()
      Appends and returns a new empty "bgColor" element
    • unsetBgColor

      void unsetBgColor()
      Unsets the "bgColor" element
    • getPatternType

      STPatternType.Enum getPatternType()
      Gets the "patternType" attribute
    • xgetPatternType

      STPatternType xgetPatternType()
      Gets (as xml) the "patternType" attribute
    • isSetPatternType

      boolean isSetPatternType()
      True if has "patternType" attribute
    • setPatternType

      void setPatternType(STPatternType.Enum patternType)
      Sets the "patternType" attribute
    • xsetPatternType

      void xsetPatternType(STPatternType patternType)
      Sets (as xml) the "patternType" attribute
    • unsetPatternType

      void unsetPatternType()
      Unsets the "patternType" attribute