Interface CTManualLayout

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getLayoutTarget

      CTLayoutTarget getLayoutTarget()
      Gets the "layoutTarget" element
    • isSetLayoutTarget

      boolean isSetLayoutTarget()
      True if has "layoutTarget" element
    • setLayoutTarget

      void setLayoutTarget(CTLayoutTarget layoutTarget)
      Sets the "layoutTarget" element
    • addNewLayoutTarget

      CTLayoutTarget addNewLayoutTarget()
      Appends and returns a new empty "layoutTarget" element
    • unsetLayoutTarget

      void unsetLayoutTarget()
      Unsets the "layoutTarget" element
    • getXMode

      CTLayoutMode getXMode()
      Gets the "xMode" element
    • isSetXMode

      boolean isSetXMode()
      True if has "xMode" element
    • setXMode

      void setXMode(CTLayoutMode xMode)
      Sets the "xMode" element
    • addNewXMode

      CTLayoutMode addNewXMode()
      Appends and returns a new empty "xMode" element
    • unsetXMode

      void unsetXMode()
      Unsets the "xMode" element
    • getYMode

      CTLayoutMode getYMode()
      Gets the "yMode" element
    • isSetYMode

      boolean isSetYMode()
      True if has "yMode" element
    • setYMode

      void setYMode(CTLayoutMode yMode)
      Sets the "yMode" element
    • addNewYMode

      CTLayoutMode addNewYMode()
      Appends and returns a new empty "yMode" element
    • unsetYMode

      void unsetYMode()
      Unsets the "yMode" element
    • getWMode

      CTLayoutMode getWMode()
      Gets the "wMode" element
    • isSetWMode

      boolean isSetWMode()
      True if has "wMode" element
    • setWMode

      void setWMode(CTLayoutMode wMode)
      Sets the "wMode" element
    • addNewWMode

      CTLayoutMode addNewWMode()
      Appends and returns a new empty "wMode" element
    • unsetWMode

      void unsetWMode()
      Unsets the "wMode" element
    • getHMode

      CTLayoutMode getHMode()
      Gets the "hMode" element
    • isSetHMode

      boolean isSetHMode()
      True if has "hMode" element
    • setHMode

      void setHMode(CTLayoutMode hMode)
      Sets the "hMode" element
    • addNewHMode

      CTLayoutMode addNewHMode()
      Appends and returns a new empty "hMode" element
    • unsetHMode

      void unsetHMode()
      Unsets the "hMode" element
    • getX

      CTDouble getX()
      Gets the "x" element
    • isSetX

      boolean isSetX()
      True if has "x" element
    • setX

      void setX(CTDouble x)
      Sets the "x" element
    • addNewX

      CTDouble addNewX()
      Appends and returns a new empty "x" element
    • unsetX

      void unsetX()
      Unsets the "x" element
    • getY

      CTDouble getY()
      Gets the "y" element
    • isSetY

      boolean isSetY()
      True if has "y" element
    • setY

      void setY(CTDouble y)
      Sets the "y" element
    • addNewY

      CTDouble addNewY()
      Appends and returns a new empty "y" element
    • unsetY

      void unsetY()
      Unsets the "y" element
    • getW

      CTDouble getW()
      Gets the "w" element
    • isSetW

      boolean isSetW()
      True if has "w" element
    • setW

      void setW(CTDouble w)
      Sets the "w" element
    • addNewW

      CTDouble addNewW()
      Appends and returns a new empty "w" element
    • unsetW

      void unsetW()
      Unsets the "w" element
    • getH

      CTDouble getH()
      Gets the "h" element
    • isSetH

      boolean isSetH()
      True if has "h" element
    • setH

      void setH(CTDouble h)
      Sets the "h" element
    • addNewH

      CTDouble addNewH()
      Appends and returns a new empty "h" element
    • unsetH

      void unsetH()
      Unsets the "h" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" 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