Class Bevel
java.lang.Object
com.independentsoft.office.drawing.Bevel
Represents a bevel (
a:bevel) of a 3-D shape.-
Constructor Summary
ConstructorsConstructorDescriptionBevel()Instantiates a new bevel.Bevel(InternalXMLStreamReader reader)Instantiates a new bevel. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the height.Gets the preset type.getWidth()Gets the width.voidSets the height.voidsetPresetType(BevelPresetType presetType)Sets the preset type.voidSets the width.toString()
-
Constructor Details
-
Bevel
public Bevel()Instantiates a new bevel. -
Bevel
Instantiates a new bevel.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
-
toString
-
getHeight
Gets the height.- Returns:
- the height
-
setHeight
Sets the height.- Parameters:
height- the new height
-
getWidth
Gets the width.- Returns:
- the width
-
setWidth
Sets the width.- Parameters:
width- the new width
-
getPresetType
Gets the preset type.- Returns:
- the preset type
-
setPresetType
Sets the preset type.- Parameters:
presetType- the new preset type
-