Class Phantom
java.lang.Object
com.independentsoft.office.word.math.Phantom
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class Phantom.
-
Constructor Summary
ConstructorsConstructorDescriptionPhantom()Instantiates a new phantom.Phantom(InternalXMLStreamReader reader)Instantiates a new phantom. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.Gets the control properties.getShow()Gets the show.Gets the transparent.Gets the zero ascent.Gets the zero descent.Gets the zero width.voidSets the base.voidsetShow(ExtendedBoolean show)Sets the show.voidsetTransparent(ExtendedBoolean transparent)Sets the transparent.voidsetZeroAscent(ExtendedBoolean zeroAscent)Sets the zero ascent.voidsetZeroDescent(ExtendedBoolean zeroDescent)Sets the zero descent.voidsetZeroWidth(ExtendedBoolean zeroWidth)Sets the zero width.toString()
-
Constructor Details
-
Phantom
public Phantom()Instantiates a new phantom. -
Phantom
Instantiates a new phantom.- 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
-
getShow
Gets the show.- Returns:
- the show
-
setShow
Sets the show.- Parameters:
show- the new show
-
getTransparent
Gets the transparent.- Returns:
- the transparent
-
setTransparent
Sets the transparent.- Parameters:
transparent- the new transparent
-
getZeroAscent
Gets the zero ascent.- Returns:
- the zero ascent
-
setZeroAscent
Sets the zero ascent.- Parameters:
zeroAscent- the new zero ascent
-
getZeroDescent
Gets the zero descent.- Returns:
- the zero descent
-
setZeroDescent
Sets the zero descent.- Parameters:
zeroDescent- the new zero descent
-
getZeroWidth
Gets the zero width.- Returns:
- the zero width
-
setZeroWidth
Sets the zero width.- Parameters:
zeroWidth- the new zero width
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-