Class BorderBoxProperties
java.lang.Object
com.independentsoft.office.word.math.BorderBoxProperties
The Class BorderBoxProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the control properties.Gets the hide bottom edge.Gets the hide left edge.Gets the hide right edge.Gets the hide top edge.Gets the strikethrough bottom left to top right.Gets the strikethrough horizontal.Gets the strikethrough top left to bottom right.Gets the strikethrough vertical.voidsetHideBottomEdge(ExtendedBoolean hideBottomEdge)Sets the hide bottom edge.voidsetHideLeftEdge(ExtendedBoolean hideLeftEdge)Sets the hide left edge.voidsetHideRightEdge(ExtendedBoolean hideRightEdge)Sets the hide right edge.voidsetHideTopEdge(ExtendedBoolean hideTopEdge)Sets the hide top edge.voidsetStrikethroughBottomLeftToTopRight(ExtendedBoolean strikethroughBottomLeftToTopRight)Sets the strikethrough bottom left to top right.voidsetStrikethroughHorizontal(ExtendedBoolean strikethroughHorizontal)Sets the strikethrough horizontal.voidsetStrikethroughTopLeftToBottomRight(ExtendedBoolean strikethroughTopLeftToBottomRight)Sets the strikethrough top left to bottom right.voidsetStrikethroughVertical(ExtendedBoolean strikethroughVertical)Sets the strikethrough vertical.toString()
-
Constructor Details
-
BorderBoxProperties
public BorderBoxProperties()Instantiates a new border box properties.
-
-
Method Details
-
clone
-
toString
-
getHideBottomEdge
Gets the hide bottom edge.- Returns:
- the hide bottom edge
-
setHideBottomEdge
Sets the hide bottom edge.- Parameters:
hideBottomEdge- the new hide bottom edge
-
getHideLeftEdge
Gets the hide left edge.- Returns:
- the hide left edge
-
setHideLeftEdge
Sets the hide left edge.- Parameters:
hideLeftEdge- the new hide left edge
-
getHideRightEdge
Gets the hide right edge.- Returns:
- the hide right edge
-
setHideRightEdge
Sets the hide right edge.- Parameters:
hideRightEdge- the new hide right edge
-
getHideTopEdge
Gets the hide top edge.- Returns:
- the hide top edge
-
setHideTopEdge
Sets the hide top edge.- Parameters:
hideTopEdge- the new hide top edge
-
getStrikethroughBottomLeftToTopRight
Gets the strikethrough bottom left to top right.- Returns:
- the strikethrough bottom left to top right
-
setStrikethroughBottomLeftToTopRight
public void setStrikethroughBottomLeftToTopRight(ExtendedBoolean strikethroughBottomLeftToTopRight)Sets the strikethrough bottom left to top right.- Parameters:
strikethroughBottomLeftToTopRight- the new strikethrough bottom left to top right
-
getStrikethroughHorizontal
Gets the strikethrough horizontal.- Returns:
- the strikethrough horizontal
-
setStrikethroughHorizontal
Sets the strikethrough horizontal.- Parameters:
strikethroughHorizontal- the new strikethrough horizontal
-
getStrikethroughTopLeftToBottomRight
Gets the strikethrough top left to bottom right.- Returns:
- the strikethrough top left to bottom right
-
setStrikethroughTopLeftToBottomRight
public void setStrikethroughTopLeftToBottomRight(ExtendedBoolean strikethroughTopLeftToBottomRight)Sets the strikethrough top left to bottom right.- Parameters:
strikethroughTopLeftToBottomRight- the new strikethrough top left to bottom right
-
getStrikethroughVertical
Gets the strikethrough vertical.- Returns:
- the strikethrough vertical
-
setStrikethroughVertical
Sets the strikethrough vertical.- Parameters:
strikethroughVertical- the new strikethrough vertical
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-