Interface CTCommonViewProperties

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getScale

      CTScale2D getScale()
      Gets the "scale" element
    • setScale

      void setScale(CTScale2D scale)
      Sets the "scale" element
    • addNewScale

      CTScale2D addNewScale()
      Appends and returns a new empty "scale" element
    • getOrigin

      CTPoint2D getOrigin()
      Gets the "origin" element
    • setOrigin

      void setOrigin(CTPoint2D origin)
      Sets the "origin" element
    • addNewOrigin

      CTPoint2D addNewOrigin()
      Appends and returns a new empty "origin" element
    • getVarScale

      boolean getVarScale()
      Gets the "varScale" attribute
    • xgetVarScale

      XmlBoolean xgetVarScale()
      Gets (as xml) the "varScale" attribute
    • isSetVarScale

      boolean isSetVarScale()
      True if has "varScale" attribute
    • setVarScale

      void setVarScale(boolean varScale)
      Sets the "varScale" attribute
    • xsetVarScale

      void xsetVarScale(XmlBoolean varScale)
      Sets (as xml) the "varScale" attribute
    • unsetVarScale

      void unsetVarScale()
      Unsets the "varScale" attribute