aspose.cells

Class Bevel

Represents a bevel of a shape

Property Getters/Setters Summary
functiongetHeight()
function
setHeight(value)
           Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
functiongetType()
function
setType(value)
           Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant.
functiongetWidth()
function
setWidth(value)
           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 : Number 

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

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

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