Class Box
java.lang.Object
com.independentsoft.office.word.math.Box
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Box.
-
Constructor Summary
ConstructorsConstructorDescriptionBox()Instantiates a new box.Box(InternalXMLStreamReader reader)Instantiates a new box. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.getBase()Gets the base.intgetBreak()Gets the break.Gets the control properties.Gets the differential.Gets the no break.Gets the operator emulator.voidsetAlignment(ExtendedBoolean alignment)Sets the alignment.voidSets the base.voidsetBreak(int brk)Sets the break.voidsetDifferential(ExtendedBoolean differential)Sets the differential.voidsetNoBreak(ExtendedBoolean noBreak)Sets the no break.voidsetOperatorEmulator(ExtendedBoolean operatorEmulator)Sets the operator emulator.toString()
-
Constructor Details
-
Box
public Box()Instantiates a new box. -
Box
Instantiates a new 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
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getDifferential
Gets the differential.- Returns:
- the differential
-
setDifferential
Sets the differential.- Parameters:
differential- the new differential
-
getNoBreak
Gets the no break.- Returns:
- the no break
-
setNoBreak
Sets the no break.- Parameters:
noBreak- the new no break
-
getBreak
public int getBreak()Gets the break.- Returns:
- the break
-
setBreak
public void setBreak(int brk)Sets the break.- Parameters:
brk- the new break
-
getOperatorEmulator
Gets the operator emulator.- Returns:
- the operator emulator
-
setOperatorEmulator
Sets the operator emulator.- Parameters:
operatorEmulator- the new operator emulator
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-