Interface CTRPrElt
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRPrElt extends XmlObject
An XML CT_RPrElt(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRPrElt.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 Deprecated Methods Modifier and Type Method Description CTBooleanProperty
addNewB()
Appends and returns a new empty value (as xml) as the last "b" elementCTIntProperty
addNewCharset()
Appends and returns a new empty value (as xml) as the last "charset" elementCTColor
addNewColor()
Appends and returns a new empty value (as xml) as the last "color" elementCTBooleanProperty
addNewCondense()
Appends and returns a new empty value (as xml) as the last "condense" elementCTBooleanProperty
addNewExtend()
Appends and returns a new empty value (as xml) as the last "extend" elementCTIntProperty
addNewFamily()
Appends and returns a new empty value (as xml) as the last "family" elementCTBooleanProperty
addNewI()
Appends and returns a new empty value (as xml) as the last "i" elementCTBooleanProperty
addNewOutline()
Appends and returns a new empty value (as xml) as the last "outline" elementCTFontName
addNewRFont()
Appends and returns a new empty value (as xml) as the last "rFont" elementCTFontScheme
addNewScheme()
Appends and returns a new empty value (as xml) as the last "scheme" elementCTBooleanProperty
addNewShadow()
Appends and returns a new empty value (as xml) as the last "shadow" elementCTBooleanProperty
addNewStrike()
Appends and returns a new empty value (as xml) as the last "strike" elementCTFontSize
addNewSz()
Appends and returns a new empty value (as xml) as the last "sz" elementCTUnderlineProperty
addNewU()
Appends and returns a new empty value (as xml) as the last "u" elementCTVerticalAlignFontProperty
addNewVertAlign()
Appends and returns a new empty value (as xml) as the last "vertAlign" elementCTBooleanProperty[]
getBArray()
Deprecated.CTBooleanProperty
getBArray(int i)
Gets ith "b" elementjava.util.List<CTBooleanProperty>
getBList()
Gets a List of "b" elementsCTIntProperty[]
getCharsetArray()
Deprecated.CTIntProperty
getCharsetArray(int i)
Gets ith "charset" elementjava.util.List<CTIntProperty>
getCharsetList()
Gets a List of "charset" elementsCTColor[]
getColorArray()
Deprecated.CTColor
getColorArray(int i)
Gets ith "color" elementjava.util.List<CTColor>
getColorList()
Gets a List of "color" elementsCTBooleanProperty[]
getCondenseArray()
Deprecated.CTBooleanProperty
getCondenseArray(int i)
Gets ith "condense" elementjava.util.List<CTBooleanProperty>
getCondenseList()
Gets a List of "condense" elementsCTBooleanProperty[]
getExtendArray()
Deprecated.CTBooleanProperty
getExtendArray(int i)
Gets ith "extend" elementjava.util.List<CTBooleanProperty>
getExtendList()
Gets a List of "extend" elementsCTIntProperty[]
getFamilyArray()
Deprecated.CTIntProperty
getFamilyArray(int i)
Gets ith "family" elementjava.util.List<CTIntProperty>
getFamilyList()
Gets a List of "family" elementsCTBooleanProperty[]
getIArray()
Deprecated.CTBooleanProperty
getIArray(int i)
Gets ith "i" elementjava.util.List<CTBooleanProperty>
getIList()
Gets a List of "i" elementsCTBooleanProperty[]
getOutlineArray()
Deprecated.CTBooleanProperty
getOutlineArray(int i)
Gets ith "outline" elementjava.util.List<CTBooleanProperty>
getOutlineList()
Gets a List of "outline" elementsCTFontName[]
getRFontArray()
Deprecated.CTFontName
getRFontArray(int i)
Gets ith "rFont" elementjava.util.List<CTFontName>
getRFontList()
Gets a List of "rFont" elementsCTFontScheme[]
getSchemeArray()
Deprecated.CTFontScheme
getSchemeArray(int i)
Gets ith "scheme" elementjava.util.List<CTFontScheme>
getSchemeList()
Gets a List of "scheme" elementsCTBooleanProperty[]
getShadowArray()
Deprecated.CTBooleanProperty
getShadowArray(int i)
Gets ith "shadow" elementjava.util.List<CTBooleanProperty>
getShadowList()
Gets a List of "shadow" elementsCTBooleanProperty[]
getStrikeArray()
Deprecated.CTBooleanProperty
getStrikeArray(int i)
Gets ith "strike" elementjava.util.List<CTBooleanProperty>
getStrikeList()
Gets a List of "strike" elementsCTFontSize[]
getSzArray()
Deprecated.CTFontSize
getSzArray(int i)
Gets ith "sz" elementjava.util.List<CTFontSize>
getSzList()
Gets a List of "sz" elementsCTUnderlineProperty[]
getUArray()
Deprecated.CTUnderlineProperty
getUArray(int i)
Gets ith "u" elementjava.util.List<CTUnderlineProperty>
getUList()
Gets a List of "u" elementsCTVerticalAlignFontProperty[]
getVertAlignArray()
Deprecated.CTVerticalAlignFontProperty
getVertAlignArray(int i)
Gets ith "vertAlign" elementjava.util.List<CTVerticalAlignFontProperty>
getVertAlignList()
Gets a List of "vertAlign" elementsCTBooleanProperty
insertNewB(int i)
Inserts and returns a new empty value (as xml) as the ith "b" elementCTIntProperty
insertNewCharset(int i)
Inserts and returns a new empty value (as xml) as the ith "charset" elementCTColor
insertNewColor(int i)
Inserts and returns a new empty value (as xml) as the ith "color" elementCTBooleanProperty
insertNewCondense(int i)
Inserts and returns a new empty value (as xml) as the ith "condense" elementCTBooleanProperty
insertNewExtend(int i)
Inserts and returns a new empty value (as xml) as the ith "extend" elementCTIntProperty
insertNewFamily(int i)
Inserts and returns a new empty value (as xml) as the ith "family" elementCTBooleanProperty
insertNewI(int i)
Inserts and returns a new empty value (as xml) as the ith "i" elementCTBooleanProperty
insertNewOutline(int i)
Inserts and returns a new empty value (as xml) as the ith "outline" elementCTFontName
insertNewRFont(int i)
Inserts and returns a new empty value (as xml) as the ith "rFont" elementCTFontScheme
insertNewScheme(int i)
Inserts and returns a new empty value (as xml) as the ith "scheme" elementCTBooleanProperty
insertNewShadow(int i)
Inserts and returns a new empty value (as xml) as the ith "shadow" elementCTBooleanProperty
insertNewStrike(int i)
Inserts and returns a new empty value (as xml) as the ith "strike" elementCTFontSize
insertNewSz(int i)
Inserts and returns a new empty value (as xml) as the ith "sz" elementCTUnderlineProperty
insertNewU(int i)
Inserts and returns a new empty value (as xml) as the ith "u" elementCTVerticalAlignFontProperty
insertNewVertAlign(int i)
Inserts and returns a new empty value (as xml) as the ith "vertAlign" elementvoid
removeB(int i)
Removes the ith "b" elementvoid
removeCharset(int i)
Removes the ith "charset" elementvoid
removeColor(int i)
Removes the ith "color" elementvoid
removeCondense(int i)
Removes the ith "condense" elementvoid
removeExtend(int i)
Removes the ith "extend" elementvoid
removeFamily(int i)
Removes the ith "family" elementvoid
removeI(int i)
Removes the ith "i" elementvoid
removeOutline(int i)
Removes the ith "outline" elementvoid
removeRFont(int i)
Removes the ith "rFont" elementvoid
removeScheme(int i)
Removes the ith "scheme" elementvoid
removeShadow(int i)
Removes the ith "shadow" elementvoid
removeStrike(int i)
Removes the ith "strike" elementvoid
removeSz(int i)
Removes the ith "sz" elementvoid
removeU(int i)
Removes the ith "u" elementvoid
removeVertAlign(int i)
Removes the ith "vertAlign" elementvoid
setBArray(int i, CTBooleanProperty b)
Sets ith "b" elementvoid
setBArray(CTBooleanProperty[] bArray)
Sets array of all "b" elementvoid
setCharsetArray(int i, CTIntProperty charset)
Sets ith "charset" elementvoid
setCharsetArray(CTIntProperty[] charsetArray)
Sets array of all "charset" elementvoid
setColorArray(int i, CTColor color)
Sets ith "color" elementvoid
setColorArray(CTColor[] colorArray)
Sets array of all "color" elementvoid
setCondenseArray(int i, CTBooleanProperty condense)
Sets ith "condense" elementvoid
setCondenseArray(CTBooleanProperty[] condenseArray)
Sets array of all "condense" elementvoid
setExtendArray(int i, CTBooleanProperty extend)
Sets ith "extend" elementvoid
setExtendArray(CTBooleanProperty[] extendArray)
Sets array of all "extend" elementvoid
setFamilyArray(int i, CTIntProperty family)
Sets ith "family" elementvoid
setFamilyArray(CTIntProperty[] familyArray)
Sets array of all "family" elementvoid
setIArray(int i, CTBooleanProperty iValue)
Sets ith "i" elementvoid
setIArray(CTBooleanProperty[] iValueArray)
Sets array of all "i" elementvoid
setOutlineArray(int i, CTBooleanProperty outline)
Sets ith "outline" elementvoid
setOutlineArray(CTBooleanProperty[] outlineArray)
Sets array of all "outline" elementvoid
setRFontArray(int i, CTFontName rFont)
Sets ith "rFont" elementvoid
setRFontArray(CTFontName[] rFontArray)
Sets array of all "rFont" elementvoid
setSchemeArray(int i, CTFontScheme scheme)
Sets ith "scheme" elementvoid
setSchemeArray(CTFontScheme[] schemeArray)
Sets array of all "scheme" elementvoid
setShadowArray(int i, CTBooleanProperty shadow)
Sets ith "shadow" elementvoid
setShadowArray(CTBooleanProperty[] shadowArray)
Sets array of all "shadow" elementvoid
setStrikeArray(int i, CTBooleanProperty strike)
Sets ith "strike" elementvoid
setStrikeArray(CTBooleanProperty[] strikeArray)
Sets array of all "strike" elementvoid
setSzArray(int i, CTFontSize sz)
Sets ith "sz" elementvoid
setSzArray(CTFontSize[] szArray)
Sets array of all "sz" elementvoid
setUArray(int i, CTUnderlineProperty u)
Sets ith "u" elementvoid
setUArray(CTUnderlineProperty[] uArray)
Sets array of all "u" elementvoid
setVertAlignArray(int i, CTVerticalAlignFontProperty vertAlign)
Sets ith "vertAlign" elementvoid
setVertAlignArray(CTVerticalAlignFontProperty[] vertAlignArray)
Sets array of all "vertAlign" elementint
sizeOfBArray()
Returns number of "b" elementint
sizeOfCharsetArray()
Returns number of "charset" elementint
sizeOfColorArray()
Returns number of "color" elementint
sizeOfCondenseArray()
Returns number of "condense" elementint
sizeOfExtendArray()
Returns number of "extend" elementint
sizeOfFamilyArray()
Returns number of "family" elementint
sizeOfIArray()
Returns number of "i" elementint
sizeOfOutlineArray()
Returns number of "outline" elementint
sizeOfRFontArray()
Returns number of "rFont" elementint
sizeOfSchemeArray()
Returns number of "scheme" elementint
sizeOfShadowArray()
Returns number of "shadow" elementint
sizeOfStrikeArray()
Returns number of "strike" elementint
sizeOfSzArray()
Returns number of "sz" elementint
sizeOfUArray()
Returns number of "u" elementint
sizeOfVertAlignArray()
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
-
getRFontList
java.util.List<CTFontName> getRFontList()
Gets a List of "rFont" elements
-
getRFontArray
@Deprecated CTFontName[] getRFontArray()
Deprecated.Gets array of all "rFont" elements
-
getRFontArray
CTFontName getRFontArray(int i)
Gets ith "rFont" element
-
sizeOfRFontArray
int sizeOfRFontArray()
Returns number of "rFont" element
-
setRFontArray
void setRFontArray(CTFontName[] rFontArray)
Sets array of all "rFont" element
-
setRFontArray
void setRFontArray(int i, CTFontName rFont)
Sets ith "rFont" element
-
insertNewRFont
CTFontName insertNewRFont(int i)
Inserts and returns a new empty value (as xml) as the ith "rFont" element
-
addNewRFont
CTFontName addNewRFont()
Appends and returns a new empty value (as xml) as the last "rFont" element
-
removeRFont
void removeRFont(int i)
Removes the ith "rFont" 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
-
-