Class SupplementalFont
java.lang.Object
com.independentsoft.office.drawing.SupplementalFont
The Class SupplementalFont.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new supplemental font.SupplementalFont(InternalXMLStreamReader reader)Instantiates a new supplemental font. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the script.Gets the typeface.voidSets the script.voidsetTypeface(String typeface)Sets the typeface.toString()
-
Constructor Details
-
SupplementalFont
public SupplementalFont()Instantiates a new supplemental font. -
SupplementalFont
Instantiates a new supplemental font.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getScript
Gets the script.- Returns:
- the script
-
setScript
Sets the script.- Parameters:
script- the new script
-
getTypeface
Gets the typeface.- Returns:
- the typeface
-
setTypeface
Sets the typeface.- Parameters:
typeface- the new typeface
-