Interface CTFontRel
- All Superinterfaces:
CTRel,XmlObject,XmlTokenSource
An XML CT_FontRel(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "fontKey" attributeGets the "subsetted" attributebooleanTrue if has "fontKey" attributebooleanTrue if has "subsetted" attributevoidsetFontKey(String fontKey) Sets the "fontKey" attributevoidsetSubsetted(Object subsetted) Sets the "subsetted" attributevoidUnsets the "fontKey" attributevoidUnsets the "subsetted" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidGets (as xml) the "fontKey" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "subsetted" attributevoidxsetFontKey(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid fontKey) Sets (as xml) the "fontKey" attributevoidxsetSubsetted(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff subsetted) Sets (as xml) the "subsetted" attributeMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRel
getId, setId, xgetId, xsetIdMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getFontKey
String getFontKey()Gets the "fontKey" attribute -
xgetFontKey
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetFontKey()Gets (as xml) the "fontKey" attribute -
isSetFontKey
boolean isSetFontKey()True if has "fontKey" attribute -
setFontKey
Sets the "fontKey" attribute -
unsetFontKey
void unsetFontKey()Unsets the "fontKey" attribute -
getSubsetted
Object getSubsetted()Gets the "subsetted" attribute -
xgetSubsetted
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetSubsetted()Gets (as xml) the "subsetted" attribute -
isSetSubsetted
boolean isSetSubsetted()True if has "subsetted" attribute -
setSubsetted
Sets the "subsetted" attribute -
unsetSubsetted
void unsetSubsetted()Unsets the "subsetted" attribute
-