Class Bar
java.lang.Object
com.independentsoft.office.word.math.Bar
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Bar.
-
Constructor Summary
ConstructorsConstructorDescriptionBar()Instantiates a new bar.Bar(InternalXMLStreamReader reader)Instantiates a new bar. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.Gets the position.voidSets the base.voidsetPosition(TopBottomAlignment position)Sets the position.toString()
-
Constructor Details
-
Bar
public Bar()Instantiates a new bar. -
Bar
Instantiates a new bar.- 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
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-