Class PreSubSuperscript
java.lang.Object
com.independentsoft.office.word.math.PreSubSuperscript
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class PreSubSuperscript.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new pre sub superscript.PreSubSuperscript(InternalXMLStreamReader reader)Instantiates a new pre sub superscript. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.Gets the subscript.Gets the superscript.voidSets the base.voidsetSubscript(SubPreSubSuperscript subscript)Sets the subscript.voidsetSuperscript(SupSuperscript superscript)Sets the superscript.toString()
-
Constructor Details
-
PreSubSuperscript
public PreSubSuperscript()Instantiates a new pre sub superscript. -
PreSubSuperscript
Instantiates a new pre 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
-
getSubscript
Gets the subscript.- Returns:
- the subscript
-
setSubscript
Sets the subscript.- Parameters:
subscript- the new subscript
-
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
-