com.aspose.diagram

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

Represents a bevel of a shape

Property Getters/Setters Summary
DoubleValuegetHeight()
void
           Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
DoubleValuegetWidth()
void
           Gets and sets the width of the bevel, or how far into the shape it is applied.
 

    • Property Getters/Setters Detail

      • getWidth/setWidth

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

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