public interface CTFontCollection extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTFontCollection.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTTextFont |
addNewCs()
Appends and returns a new empty "cs" element
|
CTTextFont |
addNewEa()
Appends and returns a new empty "ea" element
|
CTOfficeArtExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTSupplementalFont |
addNewFont()
Appends and returns a new empty value (as xml) as the last "font" element
|
CTTextFont |
addNewLatin()
Appends and returns a new empty "latin" element
|
CTTextFont |
getCs()
Gets the "cs" element
|
CTTextFont |
getEa()
Gets the "ea" element
|
CTOfficeArtExtensionList |
getExtLst()
Gets the "extLst" element
|
CTSupplementalFont[] |
getFontArray()
Deprecated.
|
CTSupplementalFont |
getFontArray(int i)
Gets ith "font" element
|
List<CTSupplementalFont> |
getFontList()
Gets a List of "font" elements
|
CTTextFont |
getLatin()
Gets the "latin" element
|
CTSupplementalFont |
insertNewFont(int i)
Inserts and returns a new empty value (as xml) as the ith "font" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
void |
removeFont(int i)
Removes the ith "font" element
|
void |
setCs(CTTextFont cs)
Sets the "cs" element
|
void |
setEa(CTTextFont ea)
Sets the "ea" element
|
void |
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
|
void |
setFontArray(CTSupplementalFont[] fontArray)
Sets array of all "font" element
|
void |
setFontArray(int i,
CTSupplementalFont font)
Sets ith "font" element
|
void |
setLatin(CTTextFont latin)
Sets the "latin" element
|
int |
sizeOfFontArray()
Returns number of "font" element
|
void |
unsetExtLst()
Unsets the "extLst" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTTextFont getLatin()
void setLatin(CTTextFont latin)
CTTextFont addNewLatin()
CTTextFont getEa()
void setEa(CTTextFont ea)
CTTextFont addNewEa()
CTTextFont getCs()
void setCs(CTTextFont cs)
CTTextFont addNewCs()
List<CTSupplementalFont> getFontList()
@Deprecated CTSupplementalFont[] getFontArray()
CTSupplementalFont getFontArray(int i)
int sizeOfFontArray()
void setFontArray(CTSupplementalFont[] fontArray)
void setFontArray(int i,
CTSupplementalFont font)
CTSupplementalFont insertNewFont(int i)
CTSupplementalFont addNewFont()
void removeFont(int i)
CTOfficeArtExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTOfficeArtExtensionList extLst)
CTOfficeArtExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved