Class FontTable
java.lang.Object
com.independentsoft.office.word.fonts.FontTable
The Class FontTable.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new font table.FontTable(byte[] buffer, Relationship relationship)Instantiates a new font table. -
Method Summary
Modifier and TypeMethodDescriptionclone()getFonts()Gets the fonts.Gets the mc:Ignorable attribute value of the fonts root, ornullif absent.voidsetMarkupCompatibilityIgnorable(String markupCompatibilityIgnorable)Sets the mc:Ignorable attribute value of the fonts root.toString()
-
Constructor Details
-
FontTable
public FontTable()Instantiates a new font table. -
FontTable
Instantiates a new font table.- Parameters:
buffer- the bufferrelationship- the relationship- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getFonts
Gets the fonts.- Returns:
- the fonts
-
getMarkupCompatibilityIgnorable
Gets the mc:Ignorable attribute value of the fonts root, ornullif absent.- Returns:
- the markup-compatibility ignorable prefixes
-
setMarkupCompatibilityIgnorable
Sets the mc:Ignorable attribute value of the fonts root.- Parameters:
markupCompatibilityIgnorable- the new value
-