com.aspose.cells

  • java.lang.Object
    • com.aspose.cells.Bevel
public class Bevel 
extends java.lang.Object

Represents a bevel of a shape

Property Getters/Setters Summary
doublegetHeight()
void
setHeight(doublevalue)
           Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
intgetType()
void
setType(intvalue)
           Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant.
doublegetWidth()
void
setWidth(doublevalue)
           Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
 

    • Property Getters/Setters Detail

      • getWidth/setWidth

        public double getWidth() / public void setWidth(double value)
        
        Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
      • getHeight/setHeight

        public double getHeight() / public void setHeight(double value)
        
        Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
      • getType/setType

        public int getType() / public void setType(int value)
        
        Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant.

    setWidth

    public voidsetWidth(doublevalue)
    
    Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.

    setHeight

    public voidsetHeight(doublevalue)
    
    Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.

    setType

    public voidsetType(intvalue)
    
    Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant.