Class TopBevel
java.lang.Object
com.independentsoft.office.drawing.TopBevel
The Class TopBevel.
-
Constructor Summary
ConstructorsConstructorDescriptionTopBevel()Instantiates a new top bevel.TopBevel(InternalXMLStreamReader reader)Instantiates a new top 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
-
TopBevel
public TopBevel()Instantiates a new top bevel. -
TopBevel
Instantiates a new top 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
-