public class Bevel
Property Getters/Setters Summary | ||
---|---|---|
double | getHeight() | |
void | setHeight(doublevalue) | |
Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points. | ||
int | getType() | |
void | setType(intvalue) | |
Gets and sets the preset bevel type. The value of the property is BevelPresetType integer constant. | ||
double | getWidth() | |
void | setWidth(doublevalue) | |
Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points. |
public double getWidth() / public void setWidth(double value)
public double getHeight() / public void setHeight(double value)
public int getType() / public void setType(int value)