Interface CTMarker

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTMarker
    extends XmlObject
    An XML CT_Marker(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
    • Method Detail

      • isSetSymbol

        boolean isSetSymbol()
        True if has "symbol" element
      • setSymbol

        void setSymbol​(CTMarkerStyle symbol)
        Sets the "symbol" element
      • addNewSymbol

        CTMarkerStyle addNewSymbol()
        Appends and returns a new empty "symbol" element
      • unsetSymbol

        void unsetSymbol()
        Unsets the "symbol" element
      • isSetSize

        boolean isSetSize()
        True if has "size" element
      • setSize

        void setSize​(CTMarkerSize size)
        Sets the "size" element
      • addNewSize

        CTMarkerSize addNewSize()
        Appends and returns a new empty "size" element
      • unsetSize

        void unsetSize()
        Unsets the "size" element
      • isSetSpPr

        boolean isSetSpPr()
        True if has "spPr" element
      • addNewSpPr

        CTShapeProperties addNewSpPr()
        Appends and returns a new empty "spPr" element
      • unsetSpPr

        void unsetSpPr()
        Unsets the "spPr" element
      • isSetExtLst

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

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

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

        void unsetExtLst()
        Unsets the "extLst" element