Interface CTFontRel
-
- All Superinterfaces:
CTRel
,XmlObject
,XmlTokenSource
public interface CTFontRel extends CTRel
An XML CT_FontRel(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTFontRel.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFontKey()
Gets the "fontKey" attributeSTOnOff.Enum
getSubsetted()
Gets the "subsetted" attributeboolean
isSetFontKey()
True if has "fontKey" attributeboolean
isSetSubsetted()
True if has "subsetted" attributevoid
setFontKey(java.lang.String fontKey)
Sets the "fontKey" attributevoid
setSubsetted(STOnOff.Enum subsetted)
Sets the "subsetted" attributevoid
unsetFontKey()
Unsets the "fontKey" attributevoid
unsetSubsetted()
Unsets the "subsetted" attributeSTGuid
xgetFontKey()
Gets (as xml) the "fontKey" attributeSTOnOff
xgetSubsetted()
Gets (as xml) the "subsetted" attributevoid
xsetFontKey(STGuid fontKey)
Sets (as xml) the "fontKey" attributevoid
xsetSubsetted(STOnOff subsetted)
Sets (as xml) the "subsetted" attribute-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRel
getId, setId, xgetId, xsetId
-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFontKey
java.lang.String getFontKey()
Gets the "fontKey" attribute
-
xgetFontKey
STGuid xgetFontKey()
Gets (as xml) the "fontKey" attribute
-
isSetFontKey
boolean isSetFontKey()
True if has "fontKey" attribute
-
setFontKey
void setFontKey(java.lang.String fontKey)
Sets the "fontKey" attribute
-
xsetFontKey
void xsetFontKey(STGuid fontKey)
Sets (as xml) the "fontKey" attribute
-
unsetFontKey
void unsetFontKey()
Unsets the "fontKey" attribute
-
getSubsetted
STOnOff.Enum getSubsetted()
Gets the "subsetted" attribute
-
xgetSubsetted
STOnOff xgetSubsetted()
Gets (as xml) the "subsetted" attribute
-
isSetSubsetted
boolean isSetSubsetted()
True if has "subsetted" attribute
-
setSubsetted
void setSubsetted(STOnOff.Enum subsetted)
Sets the "subsetted" attribute
-
xsetSubsetted
void xsetSubsetted(STOnOff subsetted)
Sets (as xml) the "subsetted" attribute
-
unsetSubsetted
void unsetSubsetted()
Unsets the "subsetted" attribute
-
-