org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: CT_Font
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
/**
* An XML CT_Font(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTFont extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctfont14d8type");
/**
* Gets a List of "name" elements
*/
java.util.List getNameList();
/**
* Gets array of all "name" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName[] getNameArray();
/**
* Gets ith "name" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName getNameArray(int i);
/**
* Returns number of "name" element
*/
int sizeOfNameArray();
/**
* Sets array of all "name" element
*/
void setNameArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName[] nameArray);
/**
* Sets ith "name" element
*/
void setNameArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName name);
/**
* Inserts and returns a new empty value (as xml) as the ith "name" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName insertNewName(int i);
/**
* Appends and returns a new empty value (as xml) as the last "name" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontName addNewName();
/**
* Removes the ith "name" element
*/
void removeName(int i);
/**
* Gets a List of "charset" elements
*/
java.util.List getCharsetList();
/**
* Gets array of all "charset" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] getCharsetArray();
/**
* Gets ith "charset" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty getCharsetArray(int i);
/**
* Returns number of "charset" element
*/
int sizeOfCharsetArray();
/**
* Sets array of all "charset" element
*/
void setCharsetArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty[] charsetArray);
/**
* Sets ith "charset" element
*/
void setCharsetArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty charset);
/**
* Inserts and returns a new empty value (as xml) as the ith "charset" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty insertNewCharset(int i);
/**
* Appends and returns a new empty value (as xml) as the last "charset" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIntProperty addNewCharset();
/**
* Removes the ith "charset" element
*/
void removeCharset(int i);
/**
* Gets a List of "family" elements
*/
java.util.List getFamilyList();
/**
* Gets array of all "family" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily[] getFamilyArray();
/**
* Gets ith "family" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily getFamilyArray(int i);
/**
* Returns number of "family" element
*/
int sizeOfFamilyArray();
/**
* Sets array of all "family" element
*/
void setFamilyArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily[] familyArray);
/**
* Sets ith "family" element
*/
void setFamilyArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily family);
/**
* Inserts and returns a new empty value (as xml) as the ith "family" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily insertNewFamily(int i);
/**
* Appends and returns a new empty value (as xml) as the last "family" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontFamily addNewFamily();
/**
* Removes the ith "family" element
*/
void removeFamily(int i);
/**
* Gets a List of "b" elements
*/
java.util.List getBList();
/**
* Gets array of all "b" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getBArray();
/**
* Gets ith "b" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getBArray(int i);
/**
* Returns number of "b" element
*/
int sizeOfBArray();
/**
* Sets array of all "b" element
*/
void setBArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] bArray);
/**
* Sets ith "b" element
*/
void setBArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty b);
/**
* Inserts and returns a new empty value (as xml) as the ith "b" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewB(int i);
/**
* Appends and returns a new empty value (as xml) as the last "b" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewB();
/**
* Removes the ith "b" element
*/
void removeB(int i);
/**
* Gets a List of "i" elements
*/
java.util.List getIList();
/**
* Gets array of all "i" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getIArray();
/**
* Gets ith "i" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getIArray(int i);
/**
* Returns number of "i" element
*/
int sizeOfIArray();
/**
* Sets array of all "i" element
*/
void setIArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] iValueArray);
/**
* Sets ith "i" element
*/
void setIArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty iValue);
/**
* Inserts and returns a new empty value (as xml) as the ith "i" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewI(int i);
/**
* Appends and returns a new empty value (as xml) as the last "i" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewI();
/**
* Removes the ith "i" element
*/
void removeI(int i);
/**
* Gets a List of "strike" elements
*/
java.util.List getStrikeList();
/**
* Gets array of all "strike" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getStrikeArray();
/**
* Gets ith "strike" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getStrikeArray(int i);
/**
* Returns number of "strike" element
*/
int sizeOfStrikeArray();
/**
* Sets array of all "strike" element
*/
void setStrikeArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] strikeArray);
/**
* Sets ith "strike" element
*/
void setStrikeArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty strike);
/**
* Inserts and returns a new empty value (as xml) as the ith "strike" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewStrike(int i);
/**
* Appends and returns a new empty value (as xml) as the last "strike" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewStrike();
/**
* Removes the ith "strike" element
*/
void removeStrike(int i);
/**
* Gets a List of "outline" elements
*/
java.util.List getOutlineList();
/**
* Gets array of all "outline" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getOutlineArray();
/**
* Gets ith "outline" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getOutlineArray(int i);
/**
* Returns number of "outline" element
*/
int sizeOfOutlineArray();
/**
* Sets array of all "outline" element
*/
void setOutlineArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] outlineArray);
/**
* Sets ith "outline" element
*/
void setOutlineArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty outline);
/**
* Inserts and returns a new empty value (as xml) as the ith "outline" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewOutline(int i);
/**
* Appends and returns a new empty value (as xml) as the last "outline" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewOutline();
/**
* Removes the ith "outline" element
*/
void removeOutline(int i);
/**
* Gets a List of "shadow" elements
*/
java.util.List getShadowList();
/**
* Gets array of all "shadow" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getShadowArray();
/**
* Gets ith "shadow" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getShadowArray(int i);
/**
* Returns number of "shadow" element
*/
int sizeOfShadowArray();
/**
* Sets array of all "shadow" element
*/
void setShadowArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] shadowArray);
/**
* Sets ith "shadow" element
*/
void setShadowArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty shadow);
/**
* Inserts and returns a new empty value (as xml) as the ith "shadow" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewShadow(int i);
/**
* Appends and returns a new empty value (as xml) as the last "shadow" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewShadow();
/**
* Removes the ith "shadow" element
*/
void removeShadow(int i);
/**
* Gets a List of "condense" elements
*/
java.util.List getCondenseList();
/**
* Gets array of all "condense" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getCondenseArray();
/**
* Gets ith "condense" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getCondenseArray(int i);
/**
* Returns number of "condense" element
*/
int sizeOfCondenseArray();
/**
* Sets array of all "condense" element
*/
void setCondenseArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] condenseArray);
/**
* Sets ith "condense" element
*/
void setCondenseArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty condense);
/**
* Inserts and returns a new empty value (as xml) as the ith "condense" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewCondense(int i);
/**
* Appends and returns a new empty value (as xml) as the last "condense" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewCondense();
/**
* Removes the ith "condense" element
*/
void removeCondense(int i);
/**
* Gets a List of "extend" elements
*/
java.util.List getExtendList();
/**
* Gets array of all "extend" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] getExtendArray();
/**
* Gets ith "extend" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty getExtendArray(int i);
/**
* Returns number of "extend" element
*/
int sizeOfExtendArray();
/**
* Sets array of all "extend" element
*/
void setExtendArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty[] extendArray);
/**
* Sets ith "extend" element
*/
void setExtendArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty extend);
/**
* Inserts and returns a new empty value (as xml) as the ith "extend" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty insertNewExtend(int i);
/**
* Appends and returns a new empty value (as xml) as the last "extend" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBooleanProperty addNewExtend();
/**
* Removes the ith "extend" element
*/
void removeExtend(int i);
/**
* Gets a List of "color" elements
*/
java.util.List getColorList();
/**
* Gets array of all "color" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor[] getColorArray();
/**
* Gets ith "color" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor getColorArray(int i);
/**
* Returns number of "color" element
*/
int sizeOfColorArray();
/**
* Sets array of all "color" element
*/
void setColorArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor[] colorArray);
/**
* Sets ith "color" element
*/
void setColorArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color);
/**
* Inserts and returns a new empty value (as xml) as the ith "color" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor insertNewColor(int i);
/**
* Appends and returns a new empty value (as xml) as the last "color" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor addNewColor();
/**
* Removes the ith "color" element
*/
void removeColor(int i);
/**
* Gets a List of "sz" elements
*/
java.util.List getSzList();
/**
* Gets array of all "sz" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize[] getSzArray();
/**
* Gets ith "sz" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize getSzArray(int i);
/**
* Returns number of "sz" element
*/
int sizeOfSzArray();
/**
* Sets array of all "sz" element
*/
void setSzArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize[] szArray);
/**
* Sets ith "sz" element
*/
void setSzArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize sz);
/**
* Inserts and returns a new empty value (as xml) as the ith "sz" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize insertNewSz(int i);
/**
* Appends and returns a new empty value (as xml) as the last "sz" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontSize addNewSz();
/**
* Removes the ith "sz" element
*/
void removeSz(int i);
/**
* Gets a List of "u" elements
*/
java.util.List getUList();
/**
* Gets array of all "u" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty[] getUArray();
/**
* Gets ith "u" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty getUArray(int i);
/**
* Returns number of "u" element
*/
int sizeOfUArray();
/**
* Sets array of all "u" element
*/
void setUArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty[] uArray);
/**
* Sets ith "u" element
*/
void setUArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty u);
/**
* Inserts and returns a new empty value (as xml) as the ith "u" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty insertNewU(int i);
/**
* Appends and returns a new empty value (as xml) as the last "u" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUnderlineProperty addNewU();
/**
* Removes the ith "u" element
*/
void removeU(int i);
/**
* Gets a List of "vertAlign" elements
*/
java.util.List getVertAlignList();
/**
* Gets array of all "vertAlign" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty[] getVertAlignArray();
/**
* Gets ith "vertAlign" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty getVertAlignArray(int i);
/**
* Returns number of "vertAlign" element
*/
int sizeOfVertAlignArray();
/**
* Sets array of all "vertAlign" element
*/
void setVertAlignArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty[] vertAlignArray);
/**
* Sets ith "vertAlign" element
*/
void setVertAlignArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty vertAlign);
/**
* Inserts and returns a new empty value (as xml) as the ith "vertAlign" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty insertNewVertAlign(int i);
/**
* Appends and returns a new empty value (as xml) as the last "vertAlign" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTVerticalAlignFontProperty addNewVertAlign();
/**
* Removes the ith "vertAlign" element
*/
void removeVertAlign(int i);
/**
* Gets a List of "scheme" elements
*/
java.util.List getSchemeList();
/**
* Gets array of all "scheme" elements
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme[] getSchemeArray();
/**
* Gets ith "scheme" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme getSchemeArray(int i);
/**
* Returns number of "scheme" element
*/
int sizeOfSchemeArray();
/**
* Sets array of all "scheme" element
*/
void setSchemeArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme[] schemeArray);
/**
* Sets ith "scheme" element
*/
void setSchemeArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme scheme);
/**
* Inserts and returns a new empty value (as xml) as the ith "scheme" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme insertNewScheme(int i);
/**
* Appends and returns a new empty value (as xml) as the last "scheme" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFontScheme addNewScheme();
/**
* Removes the ith "scheme" element
*/
void removeScheme(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
final class Factory
{
private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
}
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont newInstance() {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().newInstance( type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( xmlAsString, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( file, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( file, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( u, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( u, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( is, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( is, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( r, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( r, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( sr, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( sr, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( node, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}