Package com.independentsoft.office.word
Class BottomBorder
java.lang.Object
com.independentsoft.office.word.Border
com.independentsoft.office.word.BottomBorder
The Class BottomBorder.
-
Field Summary
Fields inherited from class com.independentsoft.office.word.Border
color, frameEffect, shadow, space, style, themeColor, themeShade, themeTint, width -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new bottom border.BottomBorder(InternalXMLStreamReader reader)Instantiates a new bottom border.BottomBorder(StandardBorderStyle style)Instantiates a new bottom border. -
Method Summary
Methods inherited from class com.independentsoft.office.word.Border
getColor, getFrameEffect, getShadow, getSpace, getStyle, getThemeColor, getThemeShade, getThemeTint, getWidth, setColor, setFrameEffect, setShadow, setSpace, setStyle, setThemeColor, setThemeShade, setThemeTint, setWidth
-
Constructor Details
-
BottomBorder
public BottomBorder()Instantiates a new bottom border. -
BottomBorder
Instantiates a new bottom border.- Parameters:
style- the style
-
BottomBorder
Instantiates a new bottom border.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details