Interface CTEmbeddedFontListEntry
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTEmbeddedFontListEntry extends XmlObject
An XML CT_EmbeddedFontListEntry(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTEmbeddedFontListEntry>Factorystatic SchemaTypetype-
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 CTEmbeddedFontDataIdaddNewBold()Appends and returns a new empty "bold" elementCTEmbeddedFontDataIdaddNewBoldItalic()Appends and returns a new empty "boldItalic" elementCTTextFontaddNewFont()Appends and returns a new empty "font" elementCTEmbeddedFontDataIdaddNewItalic()Appends and returns a new empty "italic" elementCTEmbeddedFontDataIdaddNewRegular()Appends and returns a new empty "regular" elementCTEmbeddedFontDataIdgetBold()Gets the "bold" elementCTEmbeddedFontDataIdgetBoldItalic()Gets the "boldItalic" elementCTTextFontgetFont()Gets the "font" elementCTEmbeddedFontDataIdgetItalic()Gets the "italic" elementCTEmbeddedFontDataIdgetRegular()Gets the "regular" elementbooleanisSetBold()True if has "bold" elementbooleanisSetBoldItalic()True if has "boldItalic" elementbooleanisSetItalic()True if has "italic" elementbooleanisSetRegular()True 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" elementvoidunsetBold()Unsets the "bold" elementvoidunsetBoldItalic()Unsets the "boldItalic" elementvoidunsetItalic()Unsets the "italic" elementvoidunsetRegular()Unsets the "regular" element-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTEmbeddedFontListEntry> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFont
CTTextFont getFont()
Gets the "font" element
-
setFont
void setFont(CTTextFont font)
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
void setRegular(CTEmbeddedFontDataId regular)
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
void setBold(CTEmbeddedFontDataId bold)
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
void setItalic(CTEmbeddedFontDataId italic)
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
void setBoldItalic(CTEmbeddedFontDataId boldItalic)
Sets the "boldItalic" element
-
addNewBoldItalic
CTEmbeddedFontDataId addNewBoldItalic()
Appends and returns a new empty "boldItalic" element
-
unsetBoldItalic
void unsetBoldItalic()
Unsets the "boldItalic" element
-
-