Interface CTPlaceholder

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getExtLst

      Gets the "extLst" element
    • isSetExtLst

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

      void setExtLst(CTExtensionListModify extLst)
      Sets the "extLst" element
    • addNewExtLst

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

      void unsetExtLst()
      Unsets the "extLst" element
    • getType

      Gets the "type" attribute
    • xgetType

      STPlaceholderType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(STPlaceholderType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(STPlaceholderType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute
    • getOrient

      STDirection.Enum getOrient()
      Gets the "orient" attribute
    • xgetOrient

      STDirection xgetOrient()
      Gets (as xml) the "orient" attribute
    • isSetOrient

      boolean isSetOrient()
      True if has "orient" attribute
    • setOrient

      void setOrient(STDirection.Enum orient)
      Sets the "orient" attribute
    • xsetOrient

      void xsetOrient(STDirection orient)
      Sets (as xml) the "orient" attribute
    • unsetOrient

      void unsetOrient()
      Unsets the "orient" attribute
    • getSz

      Gets the "sz" attribute
    • xgetSz

      Gets (as xml) the "sz" attribute
    • isSetSz

      boolean isSetSz()
      True if has "sz" attribute
    • setSz

      void setSz(STPlaceholderSize.Enum sz)
      Sets the "sz" attribute
    • xsetSz

      void xsetSz(STPlaceholderSize sz)
      Sets (as xml) the "sz" attribute
    • unsetSz

      void unsetSz()
      Unsets the "sz" attribute
    • getIdx

      long getIdx()
      Gets the "idx" attribute
    • xgetIdx

      XmlUnsignedInt xgetIdx()
      Gets (as xml) the "idx" attribute
    • isSetIdx

      boolean isSetIdx()
      True if has "idx" attribute
    • setIdx

      void setIdx(long idx)
      Sets the "idx" attribute
    • xsetIdx

      void xsetIdx(XmlUnsignedInt idx)
      Sets (as xml) the "idx" attribute
    • unsetIdx

      void unsetIdx()
      Unsets the "idx" attribute
    • getHasCustomPrompt

      boolean getHasCustomPrompt()
      Gets the "hasCustomPrompt" attribute
    • xgetHasCustomPrompt

      XmlBoolean xgetHasCustomPrompt()
      Gets (as xml) the "hasCustomPrompt" attribute
    • isSetHasCustomPrompt

      boolean isSetHasCustomPrompt()
      True if has "hasCustomPrompt" attribute
    • setHasCustomPrompt

      void setHasCustomPrompt(boolean hasCustomPrompt)
      Sets the "hasCustomPrompt" attribute
    • xsetHasCustomPrompt

      void xsetHasCustomPrompt(XmlBoolean hasCustomPrompt)
      Sets (as xml) the "hasCustomPrompt" attribute
    • unsetHasCustomPrompt

      void unsetHasCustomPrompt()
      Unsets the "hasCustomPrompt" attribute