Package com.independentsoft.office.vml
Class Border
java.lang.Object
com.independentsoft.office.vml.Border
- Direct Known Subclasses:
BottomBorder,LeftBorder,RightBorder,TopBorder
The Class Border.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Border
public Border()
-
-
Method Details
-
clone
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
hasShadow
public boolean hasShadow()Checks for shadow.- Returns:
- true, if successful
-
setShadow
public void setShadow(boolean hasShadow)Sets the shadow.- Parameters:
hasShadow- the new shadow
-
getWidth
public int getWidth()Gets the width.- Returns:
- the width
-
setWidth
public void setWidth(int width)Sets the width.- Parameters:
width- the new width
-