Class PhantomProperties
java.lang.Object
com.independentsoft.office.word.math.PhantomProperties
The Class PhantomProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the control properties.getShow()Gets the show.Gets the transparent.Gets the zero ascent.Gets the zero descent.Gets the zero width.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
-
PhantomProperties
public PhantomProperties()Instantiates a new phantom properties.
-
-
Method Details
-
clone
-
toString
-
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
-