Interface CTEmbeddedFontListEntry
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EmbeddedFontListEntry(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEmbeddedFontListEntry> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bold" elementAppends and returns a new empty "boldItalic" elementAppends and returns a new empty "font" elementAppends and returns a new empty "italic" elementAppends and returns a new empty "regular" elementgetBold()Gets the "bold" elementGets the "boldItalic" elementgetFont()Gets the "font" elementGets the "italic" elementGets the "regular" elementbooleanTrue if has "bold" elementbooleanTrue if has "boldItalic" elementbooleanTrue if has "italic" elementbooleanTrue if has "regular" elementvoidsetBold(CTEmbeddedFontDataId bold) Sets the "bold" elementvoidsetBoldItalic(CTEmbeddedFontDataId boldItalic) Sets the "boldItalic" elementvoidsetFont(CTTextFont font) Sets the "font" elementvoidsetItalic(CTEmbeddedFontDataId italic) Sets the "italic" elementvoidsetRegular(CTEmbeddedFontDataId regular) Sets the "regular" elementvoidUnsets the "bold" elementvoidUnsets the "boldItalic" elementvoidUnsets the "italic" elementvoidUnsets the "regular" elementMethods 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
-
getFont
CTTextFont getFont()Gets the "font" element -
setFont
Sets the "font" element -
addNewFont
CTTextFont addNewFont()Appends and returns a new empty "font" element -
getRegular
CTEmbeddedFontDataId getRegular()Gets the "regular" element -
isSetRegular
boolean isSetRegular()True if has "regular" element -
setRegular
Sets the "regular" element -
addNewRegular
CTEmbeddedFontDataId addNewRegular()Appends and returns a new empty "regular" element -
unsetRegular
void unsetRegular()Unsets the "regular" element -
getBold
CTEmbeddedFontDataId getBold()Gets the "bold" element -
isSetBold
boolean isSetBold()True if has "bold" element -
setBold
Sets the "bold" element -
addNewBold
CTEmbeddedFontDataId addNewBold()Appends and returns a new empty "bold" element -
unsetBold
void unsetBold()Unsets the "bold" element -
getItalic
CTEmbeddedFontDataId getItalic()Gets the "italic" element -
isSetItalic
boolean isSetItalic()True if has "italic" element -
setItalic
Sets the "italic" element -
addNewItalic
CTEmbeddedFontDataId addNewItalic()Appends and returns a new empty "italic" element -
unsetItalic
void unsetItalic()Unsets the "italic" element -
getBoldItalic
CTEmbeddedFontDataId getBoldItalic()Gets the "boldItalic" element -
isSetBoldItalic
boolean isSetBoldItalic()True if has "boldItalic" element -
setBoldItalic
Sets the "boldItalic" element -
addNewBoldItalic
CTEmbeddedFontDataId addNewBoldItalic()Appends and returns a new empty "boldItalic" element -
unsetBoldItalic
void unsetBoldItalic()Unsets the "boldItalic" element
-