Class FontReference
java.lang.Object
com.independentsoft.office.drawing.FontReference
The Class FontReference.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new font reference.FontReference(InternalXMLStreamReader reader)Instantiates a new font reference. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.getIndex()Gets the index.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidsetIndex(FontCollectionIndex index)Sets the index.toString()
-
Constructor Details
-
FontReference
public FontReference()Instantiates a new font reference. -
FontReference
Instantiates a new font reference.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-
getIndex
Gets the index.- Returns:
- the index
-
setIndex
Sets the index.- Parameters:
index- the new index
-