Class SubSuperscript
java.lang.Object
com.independentsoft.office.word.math.SubSuperscript
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class SubSuperscript.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sub superscript.SubSuperscript(InternalXMLStreamReader reader)Instantiates a new sub superscript. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.Gets the sub superscript properties.Gets the superscript.voidSets the base.voidsetSubSuperscriptProperties(SubSuperscriptProperties subSuperscriptProperties)Sets the sub superscript properties.voidsetSuperscript(SupSuperscript superscript)Sets the superscript.toString()
-
Constructor Details
-
SubSuperscript
public SubSuperscript()Instantiates a new sub superscript. -
SubSuperscript
Instantiates a new sub superscript.- 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
-
getSubSuperscriptProperties
Gets the sub superscript properties.- Returns:
- the sub superscript properties
-
setSubSuperscriptProperties
Sets the sub superscript properties.- Parameters:
subSuperscriptProperties- the new sub superscript properties
-
getSuperscript
Gets the superscript.- Returns:
- the superscript
-
setSuperscript
Sets the superscript.- Parameters:
superscript- the new superscript
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-