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 DrawingML extension list (a:extLst).Gets the script.Gets the typeface.voidsetExtensionList(ExtensionList extensionList)Sets the DrawingML extension list (a:extLst).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
-
getExtensionList
Gets the DrawingML extension list (a:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the DrawingML extension list (a:extLst).- Parameters:
extensionList- the new extension list
-
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
-