Class BoxProperties
java.lang.Object
com.independentsoft.office.word.math.BoxProperties
The Class BoxProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.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.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
-
BoxProperties
public BoxProperties()Instantiates a new box properties.
-
-
Method Details
-
clone
-
toString
-
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
-