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