Class Superscript
java.lang.Object
com.independentsoft.office.word.math.Superscript
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Superscript.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new superscript.Superscript(InternalXMLStreamReader reader)Instantiates a new superscript. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.Gets the sup superscript.voidSets the base.voidsetSupSuperscript(SupSuperscript supSuperscript)Sets the sup superscript.toString()
-
Constructor Details
-
Superscript
public Superscript()Instantiates a new superscript. -
Superscript
Instantiates a new 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
-
getSupSuperscript
Gets the sup superscript.- Returns:
- the sup superscript
-
setSupSuperscript
Sets the sup superscript.- Parameters:
supSuperscript- the new sup superscript
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-