Interface CTFont
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFont extends XmlObject
An XML CT_Font(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFont.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTBooleanPropertyaddNewB()Appends and returns a new empty value (as xml) as the last "b" elementCTIntPropertyaddNewCharset()Appends and returns a new empty value (as xml) as the last "charset" elementCTColoraddNewColor()Appends and returns a new empty value (as xml) as the last "color" elementCTBooleanPropertyaddNewCondense()Appends and returns a new empty value (as xml) as the last "condense" elementCTBooleanPropertyaddNewExtend()Appends and returns a new empty value (as xml) as the last "extend" elementCTIntPropertyaddNewFamily()Appends and returns a new empty value (as xml) as the last "family" elementCTBooleanPropertyaddNewI()Appends and returns a new empty value (as xml) as the last "i" elementCTFontNameaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementCTBooleanPropertyaddNewOutline()Appends and returns a new empty value (as xml) as the last "outline" elementCTFontSchemeaddNewScheme()Appends and returns a new empty value (as xml) as the last "scheme" elementCTBooleanPropertyaddNewShadow()Appends and returns a new empty value (as xml) as the last "shadow" elementCTBooleanPropertyaddNewStrike()Appends and returns a new empty value (as xml) as the last "strike" elementCTFontSizeaddNewSz()Appends and returns a new empty value (as xml) as the last "sz" elementCTUnderlinePropertyaddNewU()Appends and returns a new empty value (as xml) as the last "u" elementCTVerticalAlignFontPropertyaddNewVertAlign()Appends and returns a new empty value (as xml) as the last "vertAlign" elementCTBooleanProperty[]getBArray()Deprecated.CTBooleanPropertygetBArray(int i)Gets ith "b" elementjava.util.List<CTBooleanProperty>getBList()Gets a List of "b" elementsCTIntProperty[]getCharsetArray()Deprecated.CTIntPropertygetCharsetArray(int i)Gets ith "charset" elementjava.util.List<CTIntProperty>getCharsetList()Gets a List of "charset" elementsCTColor[]getColorArray()Deprecated.CTColorgetColorArray(int i)Gets ith "color" elementjava.util.List<CTColor>getColorList()Gets a List of "color" elementsCTBooleanProperty[]getCondenseArray()Deprecated.CTBooleanPropertygetCondenseArray(int i)Gets ith "condense" elementjava.util.List<CTBooleanProperty>getCondenseList()Gets a List of "condense" elementsCTBooleanProperty[]getExtendArray()Deprecated.CTBooleanPropertygetExtendArray(int i)Gets ith "extend" elementjava.util.List<CTBooleanProperty>getExtendList()Gets a List of "extend" elementsCTIntProperty[]getFamilyArray()Deprecated.CTIntPropertygetFamilyArray(int i)Gets ith "family" elementjava.util.List<CTIntProperty>getFamilyList()Gets a List of "family" elementsCTBooleanProperty[]getIArray()Deprecated.CTBooleanPropertygetIArray(int i)Gets ith "i" elementjava.util.List<CTBooleanProperty>getIList()Gets a List of "i" elementsCTFontName[]getNameArray()Deprecated.CTFontNamegetNameArray(int i)Gets ith "name" elementjava.util.List<CTFontName>getNameList()Gets a List of "name" elementsCTBooleanProperty[]getOutlineArray()Deprecated.CTBooleanPropertygetOutlineArray(int i)Gets ith "outline" elementjava.util.List<CTBooleanProperty>getOutlineList()Gets a List of "outline" elementsCTFontScheme[]getSchemeArray()Deprecated.CTFontSchemegetSchemeArray(int i)Gets ith "scheme" elementjava.util.List<CTFontScheme>getSchemeList()Gets a List of "scheme" elementsCTBooleanProperty[]getShadowArray()Deprecated.CTBooleanPropertygetShadowArray(int i)Gets ith "shadow" elementjava.util.List<CTBooleanProperty>getShadowList()Gets a List of "shadow" elementsCTBooleanProperty[]getStrikeArray()Deprecated.CTBooleanPropertygetStrikeArray(int i)Gets ith "strike" elementjava.util.List<CTBooleanProperty>getStrikeList()Gets a List of "strike" elementsCTFontSize[]getSzArray()Deprecated.CTFontSizegetSzArray(int i)Gets ith "sz" elementjava.util.List<CTFontSize>getSzList()Gets a List of "sz" elementsCTUnderlineProperty[]getUArray()Deprecated.CTUnderlinePropertygetUArray(int i)Gets ith "u" elementjava.util.List<CTUnderlineProperty>getUList()Gets a List of "u" elementsCTVerticalAlignFontProperty[]getVertAlignArray()Deprecated.CTVerticalAlignFontPropertygetVertAlignArray(int i)Gets ith "vertAlign" elementjava.util.List<CTVerticalAlignFontProperty>getVertAlignList()Gets a List of "vertAlign" elementsCTBooleanPropertyinsertNewB(int i)Inserts and returns a new empty value (as xml) as the ith "b" elementCTIntPropertyinsertNewCharset(int i)Inserts and returns a new empty value (as xml) as the ith "charset" elementCTColorinsertNewColor(int i)Inserts and returns a new empty value (as xml) as the ith "color" elementCTBooleanPropertyinsertNewCondense(int i)Inserts and returns a new empty value (as xml) as the ith "condense" elementCTBooleanPropertyinsertNewExtend(int i)Inserts and returns a new empty value (as xml) as the ith "extend" elementCTIntPropertyinsertNewFamily(int i)Inserts and returns a new empty value (as xml) as the ith "family" elementCTBooleanPropertyinsertNewI(int i)Inserts and returns a new empty value (as xml) as the ith "i" elementCTFontNameinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementCTBooleanPropertyinsertNewOutline(int i)Inserts and returns a new empty value (as xml) as the ith "outline" elementCTFontSchemeinsertNewScheme(int i)Inserts and returns a new empty value (as xml) as the ith "scheme" elementCTBooleanPropertyinsertNewShadow(int i)Inserts and returns a new empty value (as xml) as the ith "shadow" elementCTBooleanPropertyinsertNewStrike(int i)Inserts and returns a new empty value (as xml) as the ith "strike" elementCTFontSizeinsertNewSz(int i)Inserts and returns a new empty value (as xml) as the ith "sz" elementCTUnderlinePropertyinsertNewU(int i)Inserts and returns a new empty value (as xml) as the ith "u" elementCTVerticalAlignFontPropertyinsertNewVertAlign(int i)Inserts and returns a new empty value (as xml) as the ith "vertAlign" elementvoidremoveB(int i)Removes the ith "b" elementvoidremoveCharset(int i)Removes the ith "charset" elementvoidremoveColor(int i)Removes the ith "color" elementvoidremoveCondense(int i)Removes the ith "condense" elementvoidremoveExtend(int i)Removes the ith "extend" elementvoidremoveFamily(int i)Removes the ith "family" elementvoidremoveI(int i)Removes the ith "i" elementvoidremoveName(int i)Removes the ith "name" elementvoidremoveOutline(int i)Removes the ith "outline" elementvoidremoveScheme(int i)Removes the ith "scheme" elementvoidremoveShadow(int i)Removes the ith "shadow" elementvoidremoveStrike(int i)Removes the ith "strike" elementvoidremoveSz(int i)Removes the ith "sz" elementvoidremoveU(int i)Removes the ith "u" elementvoidremoveVertAlign(int i)Removes the ith "vertAlign" elementvoidsetBArray(int i, CTBooleanProperty b)Sets ith "b" elementvoidsetBArray(CTBooleanProperty[] bArray)Sets array of all "b" elementvoidsetCharsetArray(int i, CTIntProperty charset)Sets ith "charset" elementvoidsetCharsetArray(CTIntProperty[] charsetArray)Sets array of all "charset" elementvoidsetColorArray(int i, CTColor color)Sets ith "color" elementvoidsetColorArray(CTColor[] colorArray)Sets array of all "color" elementvoidsetCondenseArray(int i, CTBooleanProperty condense)Sets ith "condense" elementvoidsetCondenseArray(CTBooleanProperty[] condenseArray)Sets array of all "condense" elementvoidsetExtendArray(int i, CTBooleanProperty extend)Sets ith "extend" elementvoidsetExtendArray(CTBooleanProperty[] extendArray)Sets array of all "extend" elementvoidsetFamilyArray(int i, CTIntProperty family)Sets ith "family" elementvoidsetFamilyArray(CTIntProperty[] familyArray)Sets array of all "family" elementvoidsetIArray(int i, CTBooleanProperty iValue)Sets ith "i" elementvoidsetIArray(CTBooleanProperty[] iValueArray)Sets array of all "i" elementvoidsetNameArray(int i, CTFontName name)Sets ith "name" elementvoidsetNameArray(CTFontName[] nameArray)Sets array of all "name" elementvoidsetOutlineArray(int i, CTBooleanProperty outline)Sets ith "outline" elementvoidsetOutlineArray(CTBooleanProperty[] outlineArray)Sets array of all "outline" elementvoidsetSchemeArray(int i, CTFontScheme scheme)Sets ith "scheme" elementvoidsetSchemeArray(CTFontScheme[] schemeArray)Sets array of all "scheme" elementvoidsetShadowArray(int i, CTBooleanProperty shadow)Sets ith "shadow" elementvoidsetShadowArray(CTBooleanProperty[] shadowArray)Sets array of all "shadow" elementvoidsetStrikeArray(int i, CTBooleanProperty strike)Sets ith "strike" elementvoidsetStrikeArray(CTBooleanProperty[] strikeArray)Sets array of all "strike" elementvoidsetSzArray(int i, CTFontSize sz)Sets ith "sz" elementvoidsetSzArray(CTFontSize[] szArray)Sets array of all "sz" elementvoidsetUArray(int i, CTUnderlineProperty u)Sets ith "u" elementvoidsetUArray(CTUnderlineProperty[] uArray)Sets array of all "u" elementvoidsetVertAlignArray(int i, CTVerticalAlignFontProperty vertAlign)Sets ith "vertAlign" elementvoidsetVertAlignArray(CTVerticalAlignFontProperty[] vertAlignArray)Sets array of all "vertAlign" elementintsizeOfBArray()Returns number of "b" elementintsizeOfCharsetArray()Returns number of "charset" elementintsizeOfColorArray()Returns number of "color" elementintsizeOfCondenseArray()Returns number of "condense" elementintsizeOfExtendArray()Returns number of "extend" elementintsizeOfFamilyArray()Returns number of "family" elementintsizeOfIArray()Returns number of "i" elementintsizeOfNameArray()Returns number of "name" elementintsizeOfOutlineArray()Returns number of "outline" elementintsizeOfSchemeArray()Returns number of "scheme" elementintsizeOfShadowArray()Returns number of "shadow" elementintsizeOfStrikeArray()Returns number of "strike" elementintsizeOfSzArray()Returns number of "sz" elementintsizeOfUArray()Returns number of "u" elementintsizeOfVertAlignArray()Returns number of "vertAlign" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNameList
java.util.List<CTFontName> getNameList()
Gets a List of "name" elements
-
getNameArray
@Deprecated CTFontName[] getNameArray()
Deprecated.Gets array of all "name" elements
-
getNameArray
CTFontName getNameArray(int i)
Gets ith "name" element
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element
-
setNameArray
void setNameArray(CTFontName[] nameArray)
Sets array of all "name" element
-
setNameArray
void setNameArray(int i, CTFontName name)Sets ith "name" element
-
insertNewName
CTFontName insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName
CTFontName addNewName()
Appends and returns a new empty value (as xml) as the last "name" element
-
removeName
void removeName(int i)
Removes the ith "name" element
-
getCharsetList
java.util.List<CTIntProperty> getCharsetList()
Gets a List of "charset" elements
-
getCharsetArray
@Deprecated CTIntProperty[] getCharsetArray()
Deprecated.Gets array of all "charset" elements
-
getCharsetArray
CTIntProperty getCharsetArray(int i)
Gets ith "charset" element
-
sizeOfCharsetArray
int sizeOfCharsetArray()
Returns number of "charset" element
-
setCharsetArray
void setCharsetArray(CTIntProperty[] charsetArray)
Sets array of all "charset" element
-
setCharsetArray
void setCharsetArray(int i, CTIntProperty charset)Sets ith "charset" element
-
insertNewCharset
CTIntProperty insertNewCharset(int i)
Inserts and returns a new empty value (as xml) as the ith "charset" element
-
addNewCharset
CTIntProperty addNewCharset()
Appends and returns a new empty value (as xml) as the last "charset" element
-
removeCharset
void removeCharset(int i)
Removes the ith "charset" element
-
getFamilyList
java.util.List<CTIntProperty> getFamilyList()
Gets a List of "family" elements
-
getFamilyArray
@Deprecated CTIntProperty[] getFamilyArray()
Deprecated.Gets array of all "family" elements
-
getFamilyArray
CTIntProperty getFamilyArray(int i)
Gets ith "family" element
-
sizeOfFamilyArray
int sizeOfFamilyArray()
Returns number of "family" element
-
setFamilyArray
void setFamilyArray(CTIntProperty[] familyArray)
Sets array of all "family" element
-
setFamilyArray
void setFamilyArray(int i, CTIntProperty family)Sets ith "family" element
-
insertNewFamily
CTIntProperty insertNewFamily(int i)
Inserts and returns a new empty value (as xml) as the ith "family" element
-
addNewFamily
CTIntProperty addNewFamily()
Appends and returns a new empty value (as xml) as the last "family" element
-
removeFamily
void removeFamily(int i)
Removes the ith "family" element
-
getBList
java.util.List<CTBooleanProperty> getBList()
Gets a List of "b" elements
-
getBArray
@Deprecated CTBooleanProperty[] getBArray()
Deprecated.Gets array of all "b" elements
-
getBArray
CTBooleanProperty getBArray(int i)
Gets ith "b" element
-
sizeOfBArray
int sizeOfBArray()
Returns number of "b" element
-
setBArray
void setBArray(CTBooleanProperty[] bArray)
Sets array of all "b" element
-
setBArray
void setBArray(int i, CTBooleanProperty b)Sets ith "b" element
-
insertNewB
CTBooleanProperty insertNewB(int i)
Inserts and returns a new empty value (as xml) as the ith "b" element
-
addNewB
CTBooleanProperty addNewB()
Appends and returns a new empty value (as xml) as the last "b" element
-
removeB
void removeB(int i)
Removes the ith "b" element
-
getIList
java.util.List<CTBooleanProperty> getIList()
Gets a List of "i" elements
-
getIArray
@Deprecated CTBooleanProperty[] getIArray()
Deprecated.Gets array of all "i" elements
-
getIArray
CTBooleanProperty getIArray(int i)
Gets ith "i" element
-
sizeOfIArray
int sizeOfIArray()
Returns number of "i" element
-
setIArray
void setIArray(CTBooleanProperty[] iValueArray)
Sets array of all "i" element
-
setIArray
void setIArray(int i, CTBooleanProperty iValue)Sets ith "i" element
-
insertNewI
CTBooleanProperty insertNewI(int i)
Inserts and returns a new empty value (as xml) as the ith "i" element
-
addNewI
CTBooleanProperty addNewI()
Appends and returns a new empty value (as xml) as the last "i" element
-
removeI
void removeI(int i)
Removes the ith "i" element
-
getStrikeList
java.util.List<CTBooleanProperty> getStrikeList()
Gets a List of "strike" elements
-
getStrikeArray
@Deprecated CTBooleanProperty[] getStrikeArray()
Deprecated.Gets array of all "strike" elements
-
getStrikeArray
CTBooleanProperty getStrikeArray(int i)
Gets ith "strike" element
-
sizeOfStrikeArray
int sizeOfStrikeArray()
Returns number of "strike" element
-
setStrikeArray
void setStrikeArray(CTBooleanProperty[] strikeArray)
Sets array of all "strike" element
-
setStrikeArray
void setStrikeArray(int i, CTBooleanProperty strike)Sets ith "strike" element
-
insertNewStrike
CTBooleanProperty insertNewStrike(int i)
Inserts and returns a new empty value (as xml) as the ith "strike" element
-
addNewStrike
CTBooleanProperty addNewStrike()
Appends and returns a new empty value (as xml) as the last "strike" element
-
removeStrike
void removeStrike(int i)
Removes the ith "strike" element
-
getOutlineList
java.util.List<CTBooleanProperty> getOutlineList()
Gets a List of "outline" elements
-
getOutlineArray
@Deprecated CTBooleanProperty[] getOutlineArray()
Deprecated.Gets array of all "outline" elements
-
getOutlineArray
CTBooleanProperty getOutlineArray(int i)
Gets ith "outline" element
-
sizeOfOutlineArray
int sizeOfOutlineArray()
Returns number of "outline" element
-
setOutlineArray
void setOutlineArray(CTBooleanProperty[] outlineArray)
Sets array of all "outline" element
-
setOutlineArray
void setOutlineArray(int i, CTBooleanProperty outline)Sets ith "outline" element
-
insertNewOutline
CTBooleanProperty insertNewOutline(int i)
Inserts and returns a new empty value (as xml) as the ith "outline" element
-
addNewOutline
CTBooleanProperty addNewOutline()
Appends and returns a new empty value (as xml) as the last "outline" element
-
removeOutline
void removeOutline(int i)
Removes the ith "outline" element
-
getShadowList
java.util.List<CTBooleanProperty> getShadowList()
Gets a List of "shadow" elements
-
getShadowArray
@Deprecated CTBooleanProperty[] getShadowArray()
Deprecated.Gets array of all "shadow" elements
-
getShadowArray
CTBooleanProperty getShadowArray(int i)
Gets ith "shadow" element
-
sizeOfShadowArray
int sizeOfShadowArray()
Returns number of "shadow" element
-
setShadowArray
void setShadowArray(CTBooleanProperty[] shadowArray)
Sets array of all "shadow" element
-
setShadowArray
void setShadowArray(int i, CTBooleanProperty shadow)Sets ith "shadow" element
-
insertNewShadow
CTBooleanProperty insertNewShadow(int i)
Inserts and returns a new empty value (as xml) as the ith "shadow" element
-
addNewShadow
CTBooleanProperty addNewShadow()
Appends and returns a new empty value (as xml) as the last "shadow" element
-
removeShadow
void removeShadow(int i)
Removes the ith "shadow" element
-
getCondenseList
java.util.List<CTBooleanProperty> getCondenseList()
Gets a List of "condense" elements
-
getCondenseArray
@Deprecated CTBooleanProperty[] getCondenseArray()
Deprecated.Gets array of all "condense" elements
-
getCondenseArray
CTBooleanProperty getCondenseArray(int i)
Gets ith "condense" element
-
sizeOfCondenseArray
int sizeOfCondenseArray()
Returns number of "condense" element
-
setCondenseArray
void setCondenseArray(CTBooleanProperty[] condenseArray)
Sets array of all "condense" element
-
setCondenseArray
void setCondenseArray(int i, CTBooleanProperty condense)Sets ith "condense" element
-
insertNewCondense
CTBooleanProperty insertNewCondense(int i)
Inserts and returns a new empty value (as xml) as the ith "condense" element
-
addNewCondense
CTBooleanProperty addNewCondense()
Appends and returns a new empty value (as xml) as the last "condense" element
-
removeCondense
void removeCondense(int i)
Removes the ith "condense" element
-
getExtendList
java.util.List<CTBooleanProperty> getExtendList()
Gets a List of "extend" elements
-
getExtendArray
@Deprecated CTBooleanProperty[] getExtendArray()
Deprecated.Gets array of all "extend" elements
-
getExtendArray
CTBooleanProperty getExtendArray(int i)
Gets ith "extend" element
-
sizeOfExtendArray
int sizeOfExtendArray()
Returns number of "extend" element
-
setExtendArray
void setExtendArray(CTBooleanProperty[] extendArray)
Sets array of all "extend" element
-
setExtendArray
void setExtendArray(int i, CTBooleanProperty extend)Sets ith "extend" element
-
insertNewExtend
CTBooleanProperty insertNewExtend(int i)
Inserts and returns a new empty value (as xml) as the ith "extend" element
-
addNewExtend
CTBooleanProperty addNewExtend()
Appends and returns a new empty value (as xml) as the last "extend" element
-
removeExtend
void removeExtend(int i)
Removes the ith "extend" element
-
getColorList
java.util.List<CTColor> getColorList()
Gets a List of "color" elements
-
getColorArray
@Deprecated CTColor[] getColorArray()
Deprecated.Gets array of all "color" elements
-
getColorArray
CTColor getColorArray(int i)
Gets ith "color" element
-
sizeOfColorArray
int sizeOfColorArray()
Returns number of "color" element
-
setColorArray
void setColorArray(CTColor[] colorArray)
Sets array of all "color" element
-
setColorArray
void setColorArray(int i, CTColor color)Sets ith "color" element
-
insertNewColor
CTColor insertNewColor(int i)
Inserts and returns a new empty value (as xml) as the ith "color" element
-
addNewColor
CTColor addNewColor()
Appends and returns a new empty value (as xml) as the last "color" element
-
removeColor
void removeColor(int i)
Removes the ith "color" element
-
getSzList
java.util.List<CTFontSize> getSzList()
Gets a List of "sz" elements
-
getSzArray
@Deprecated CTFontSize[] getSzArray()
Deprecated.Gets array of all "sz" elements
-
getSzArray
CTFontSize getSzArray(int i)
Gets ith "sz" element
-
sizeOfSzArray
int sizeOfSzArray()
Returns number of "sz" element
-
setSzArray
void setSzArray(CTFontSize[] szArray)
Sets array of all "sz" element
-
setSzArray
void setSzArray(int i, CTFontSize sz)Sets ith "sz" element
-
insertNewSz
CTFontSize insertNewSz(int i)
Inserts and returns a new empty value (as xml) as the ith "sz" element
-
addNewSz
CTFontSize addNewSz()
Appends and returns a new empty value (as xml) as the last "sz" element
-
removeSz
void removeSz(int i)
Removes the ith "sz" element
-
getUList
java.util.List<CTUnderlineProperty> getUList()
Gets a List of "u" elements
-
getUArray
@Deprecated CTUnderlineProperty[] getUArray()
Deprecated.Gets array of all "u" elements
-
getUArray
CTUnderlineProperty getUArray(int i)
Gets ith "u" element
-
sizeOfUArray
int sizeOfUArray()
Returns number of "u" element
-
setUArray
void setUArray(CTUnderlineProperty[] uArray)
Sets array of all "u" element
-
setUArray
void setUArray(int i, CTUnderlineProperty u)Sets ith "u" element
-
insertNewU
CTUnderlineProperty insertNewU(int i)
Inserts and returns a new empty value (as xml) as the ith "u" element
-
addNewU
CTUnderlineProperty addNewU()
Appends and returns a new empty value (as xml) as the last "u" element
-
removeU
void removeU(int i)
Removes the ith "u" element
-
getVertAlignList
java.util.List<CTVerticalAlignFontProperty> getVertAlignList()
Gets a List of "vertAlign" elements
-
getVertAlignArray
@Deprecated CTVerticalAlignFontProperty[] getVertAlignArray()
Deprecated.Gets array of all "vertAlign" elements
-
getVertAlignArray
CTVerticalAlignFontProperty getVertAlignArray(int i)
Gets ith "vertAlign" element
-
sizeOfVertAlignArray
int sizeOfVertAlignArray()
Returns number of "vertAlign" element
-
setVertAlignArray
void setVertAlignArray(CTVerticalAlignFontProperty[] vertAlignArray)
Sets array of all "vertAlign" element
-
setVertAlignArray
void setVertAlignArray(int i, CTVerticalAlignFontProperty vertAlign)Sets ith "vertAlign" element
-
insertNewVertAlign
CTVerticalAlignFontProperty insertNewVertAlign(int i)
Inserts and returns a new empty value (as xml) as the ith "vertAlign" element
-
addNewVertAlign
CTVerticalAlignFontProperty addNewVertAlign()
Appends and returns a new empty value (as xml) as the last "vertAlign" element
-
removeVertAlign
void removeVertAlign(int i)
Removes the ith "vertAlign" element
-
getSchemeList
java.util.List<CTFontScheme> getSchemeList()
Gets a List of "scheme" elements
-
getSchemeArray
@Deprecated CTFontScheme[] getSchemeArray()
Deprecated.Gets array of all "scheme" elements
-
getSchemeArray
CTFontScheme getSchemeArray(int i)
Gets ith "scheme" element
-
sizeOfSchemeArray
int sizeOfSchemeArray()
Returns number of "scheme" element
-
setSchemeArray
void setSchemeArray(CTFontScheme[] schemeArray)
Sets array of all "scheme" element
-
setSchemeArray
void setSchemeArray(int i, CTFontScheme scheme)Sets ith "scheme" element
-
insertNewScheme
CTFontScheme insertNewScheme(int i)
Inserts and returns a new empty value (as xml) as the ith "scheme" element
-
addNewScheme
CTFontScheme addNewScheme()
Appends and returns a new empty value (as xml) as the last "scheme" element
-
removeScheme
void removeScheme(int i)
Removes the ith "scheme" element
-
-