Class Radical
java.lang.Object
com.independentsoft.office.word.math.Radical
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Radical.
-
Constructor Summary
ConstructorsConstructorDescriptionRadical()Instantiates a new radical.Radical(InternalXMLStreamReader reader)Instantiates a new radical. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.Gets the degree.Gets the hide degree.voidSets the base.voidSets the degree.voidsetHideDegree(ExtendedBoolean hideDegree)Sets the hide degree.toString()
-
Constructor Details
-
Radical
public Radical()Instantiates a new radical. -
Radical
Instantiates a new radical.- 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
-
getDegree
Gets the degree.- Returns:
- the degree
-
setDegree
Sets the degree.- Parameters:
degree- the new degree
-
getHideDegree
Gets the hide degree.- Returns:
- the hide degree
-
setHideDegree
Sets the hide degree.- Parameters:
hideDegree- the new hide degree
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-