com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ShapeBevel

  • All Implemented Interfaces:
    IShapeBevel


    public class ShapeBevel
    extends PVIObject
    implements IShapeBevel

    Contains the properties of shape's main face relief.

    • Constructor Detail

      • ShapeBevel

        public ShapeBevel(boolean bIsTopBevel)

        Creates new instance.

        Parameters:
        bIsTopBevel - Is top bevel.
    • Method Detail

      • getWidth

        public final double getWidth()

        Bevel width. Read/write double.

        Specified by:
        getWidth in interface IShapeBevel
      • setWidth

        public final void setWidth(double value)

        Bevel width. Read/write double.

        Specified by:
        setWidth in interface IShapeBevel
      • getHeight

        public final double getHeight()

        Bevel height. Read/write double.

        Specified by:
        getHeight in interface IShapeBevel
      • setHeight

        public final void setHeight(double value)

        Bevel height. Read/write double.

        Specified by:
        setHeight in interface IShapeBevel