Interface CTScaling

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getLogBase

        CTLogBase getLogBase()
        Gets the "logBase" element
      • isSetLogBase

        boolean isSetLogBase()
        True if has "logBase" element
      • setLogBase

        void setLogBase​(CTLogBase logBase)
        Sets the "logBase" element
      • addNewLogBase

        CTLogBase addNewLogBase()
        Appends and returns a new empty "logBase" element
      • unsetLogBase

        void unsetLogBase()
        Unsets the "logBase" element
      • getOrientation

        CTOrientation getOrientation()
        Gets the "orientation" element
      • isSetOrientation

        boolean isSetOrientation()
        True if has "orientation" element
      • setOrientation

        void setOrientation​(CTOrientation orientation)
        Sets the "orientation" element
      • addNewOrientation

        CTOrientation addNewOrientation()
        Appends and returns a new empty "orientation" element
      • unsetOrientation

        void unsetOrientation()
        Unsets the "orientation" element
      • getMax

        CTDouble getMax()
        Gets the "max" element
      • isSetMax

        boolean isSetMax()
        True if has "max" element
      • setMax

        void setMax​(CTDouble max)
        Sets the "max" element
      • addNewMax

        CTDouble addNewMax()
        Appends and returns a new empty "max" element
      • unsetMax

        void unsetMax()
        Unsets the "max" element
      • getMin

        CTDouble getMin()
        Gets the "min" element
      • isSetMin

        boolean isSetMin()
        True if has "min" element
      • setMin

        void setMin​(CTDouble min)
        Sets the "min" element
      • addNewMin

        CTDouble addNewMin()
        Appends and returns a new empty "min" element
      • unsetMin

        void unsetMin()
        Unsets the "min" 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