Class PageBorders
java.lang.Object
com.independentsoft.office.word.sections.PageBorders
The Class PageBorders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the bottom border.Gets the display type.Gets the left border.Gets the offset.Gets the right border.Gets the top border.Gets the z order.voidsetBottomBorder(BottomBorder bottomBorder)Sets the bottom border.voidsetDisplayType(PageBorderDisplayType displayType)Sets the display type.voidsetLeftBorder(LeftBorder leftBorder)Sets the left border.voidsetOffset(PageBorderOffset offset)Sets the offset.voidsetRightBorder(RightBorder rightBorder)Sets the right border.voidsetTopBorder(TopBorder topBorder)Sets the top border.voidsetZOrder(PageBorderZOrder zOrder)Sets the z order.toString()
-
Constructor Details
-
PageBorders
public PageBorders()Instantiates a new page borders.
-
-
Method Details
-
clone
-
toString
-
getDisplayType
Gets the display type.- Returns:
- the display type
-
setDisplayType
Sets the display type.- Parameters:
displayType- the new display type
-
getOffset
Gets the offset.- Returns:
- the offset
-
setOffset
Sets the offset.- Parameters:
offset- the new offset
-
getZOrder
Gets the z order.- Returns:
- the z order
-
setZOrder
Sets the z order.- Parameters:
zOrder- the new z order
-
getTopBorder
Gets the top border.- Returns:
- the top border
-
setTopBorder
Sets the top border.- Parameters:
topBorder- the new top border
-
getLeftBorder
Gets the left border.- Returns:
- the left border
-
setLeftBorder
Sets the left border.- Parameters:
leftBorder- the new left border
-
getBottomBorder
Gets the bottom border.- Returns:
- the bottom border
-
setBottomBorder
Sets the bottom border.- Parameters:
bottomBorder- the new bottom border
-
getRightBorder
Gets the right border.- Returns:
- the right border
-
setRightBorder
Sets the right border.- Parameters:
rightBorder- the new right border
-