Class BorderBox
java.lang.Object
com.independentsoft.office.word.math.BorderBox
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class BorderBox.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new border box.BorderBox(InternalXMLStreamReader reader)Instantiates a new border box. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.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.voidSets the base.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
-
BorderBox
public BorderBox()Instantiates a new border box. -
BorderBox
Instantiates a new border box.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIMathMathElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getBase
Gets the base.- Returns:
- the base
-
setBase
Sets the base.- Parameters:
baseArgument- the new base
-
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
-