All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getW

      long getW()
      Gets the "w" attribute
    • xgetW

      Gets (as xml) the "w" attribute
    • isSetW

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

      void setW(long w)
      Sets the "w" attribute
    • xsetW

      void xsetW(STPositiveCoordinate w)
      Sets (as xml) the "w" attribute
    • unsetW

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

      long getH()
      Gets the "h" attribute
    • xgetH

      Gets (as xml) the "h" attribute
    • isSetH

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

      void setH(long h)
      Sets the "h" attribute
    • xsetH

      void xsetH(STPositiveCoordinate h)
      Sets (as xml) the "h" attribute
    • unsetH

      void unsetH()
      Unsets the "h" attribute
    • getPrst

      Gets the "prst" attribute
    • xgetPrst

      STBevelPresetType xgetPrst()
      Gets (as xml) the "prst" attribute
    • isSetPrst

      boolean isSetPrst()
      True if has "prst" attribute
    • setPrst

      void setPrst(STBevelPresetType.Enum prst)
      Sets the "prst" attribute
    • xsetPrst

      void xsetPrst(STBevelPresetType prst)
      Sets (as xml) the "prst" attribute
    • unsetPrst

      void unsetPrst()
      Unsets the "prst" attribute