schemasMicrosoftComVml.CTShape Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip
/*
* XML Type: CT_Shape
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.CTShape
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml;
/**
* An XML CT_Shape(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTShape extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTShape.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctshape5cb5type");
/**
* Gets a List of "path" elements
*/
java.util.List getPathList();
/**
* Gets array of all "path" elements
* @deprecated
*/
schemasMicrosoftComVml.CTPath[] getPathArray();
/**
* Gets ith "path" element
*/
schemasMicrosoftComVml.CTPath getPathArray(int i);
/**
* Returns number of "path" element
*/
int sizeOfPathArray();
/**
* Sets array of all "path" element
*/
void setPathArray(schemasMicrosoftComVml.CTPath[] pathArray);
/**
* Sets ith "path" element
*/
void setPathArray(int i, schemasMicrosoftComVml.CTPath path);
/**
* Inserts and returns a new empty value (as xml) as the ith "path" element
*/
schemasMicrosoftComVml.CTPath insertNewPath(int i);
/**
* Appends and returns a new empty value (as xml) as the last "path" element
*/
schemasMicrosoftComVml.CTPath addNewPath();
/**
* Removes the ith "path" element
*/
void removePath(int i);
/**
* Gets a List of "formulas" elements
*/
java.util.List getFormulasList();
/**
* Gets array of all "formulas" elements
* @deprecated
*/
schemasMicrosoftComVml.CTFormulas[] getFormulasArray();
/**
* Gets ith "formulas" element
*/
schemasMicrosoftComVml.CTFormulas getFormulasArray(int i);
/**
* Returns number of "formulas" element
*/
int sizeOfFormulasArray();
/**
* Sets array of all "formulas" element
*/
void setFormulasArray(schemasMicrosoftComVml.CTFormulas[] formulasArray);
/**
* Sets ith "formulas" element
*/
void setFormulasArray(int i, schemasMicrosoftComVml.CTFormulas formulas);
/**
* Inserts and returns a new empty value (as xml) as the ith "formulas" element
*/
schemasMicrosoftComVml.CTFormulas insertNewFormulas(int i);
/**
* Appends and returns a new empty value (as xml) as the last "formulas" element
*/
schemasMicrosoftComVml.CTFormulas addNewFormulas();
/**
* Removes the ith "formulas" element
*/
void removeFormulas(int i);
/**
* Gets a List of "handles" elements
*/
java.util.List getHandlesList();
/**
* Gets array of all "handles" elements
* @deprecated
*/
schemasMicrosoftComVml.CTHandles[] getHandlesArray();
/**
* Gets ith "handles" element
*/
schemasMicrosoftComVml.CTHandles getHandlesArray(int i);
/**
* Returns number of "handles" element
*/
int sizeOfHandlesArray();
/**
* Sets array of all "handles" element
*/
void setHandlesArray(schemasMicrosoftComVml.CTHandles[] handlesArray);
/**
* Sets ith "handles" element
*/
void setHandlesArray(int i, schemasMicrosoftComVml.CTHandles handles);
/**
* Inserts and returns a new empty value (as xml) as the ith "handles" element
*/
schemasMicrosoftComVml.CTHandles insertNewHandles(int i);
/**
* Appends and returns a new empty value (as xml) as the last "handles" element
*/
schemasMicrosoftComVml.CTHandles addNewHandles();
/**
* Removes the ith "handles" element
*/
void removeHandles(int i);
/**
* Gets a List of "fill" elements
*/
java.util.List getFillList();
/**
* Gets array of all "fill" elements
* @deprecated
*/
schemasMicrosoftComVml.CTFill[] getFillArray();
/**
* Gets ith "fill" element
*/
schemasMicrosoftComVml.CTFill getFillArray(int i);
/**
* Returns number of "fill" element
*/
int sizeOfFillArray();
/**
* Sets array of all "fill" element
*/
void setFillArray(schemasMicrosoftComVml.CTFill[] fillArray);
/**
* Sets ith "fill" element
*/
void setFillArray(int i, schemasMicrosoftComVml.CTFill fill);
/**
* Inserts and returns a new empty value (as xml) as the ith "fill" element
*/
schemasMicrosoftComVml.CTFill insertNewFill(int i);
/**
* Appends and returns a new empty value (as xml) as the last "fill" element
*/
schemasMicrosoftComVml.CTFill addNewFill();
/**
* Removes the ith "fill" element
*/
void removeFill(int i);
/**
* Gets a List of "stroke" elements
*/
java.util.List getStrokeList();
/**
* Gets array of all "stroke" elements
* @deprecated
*/
schemasMicrosoftComVml.CTStroke[] getStrokeArray();
/**
* Gets ith "stroke" element
*/
schemasMicrosoftComVml.CTStroke getStrokeArray(int i);
/**
* Returns number of "stroke" element
*/
int sizeOfStrokeArray();
/**
* Sets array of all "stroke" element
*/
void setStrokeArray(schemasMicrosoftComVml.CTStroke[] strokeArray);
/**
* Sets ith "stroke" element
*/
void setStrokeArray(int i, schemasMicrosoftComVml.CTStroke stroke);
/**
* Inserts and returns a new empty value (as xml) as the ith "stroke" element
*/
schemasMicrosoftComVml.CTStroke insertNewStroke(int i);
/**
* Appends and returns a new empty value (as xml) as the last "stroke" element
*/
schemasMicrosoftComVml.CTStroke addNewStroke();
/**
* Removes the ith "stroke" element
*/
void removeStroke(int i);
/**
* Gets a List of "shadow" elements
*/
java.util.List getShadowList();
/**
* Gets array of all "shadow" elements
* @deprecated
*/
schemasMicrosoftComVml.CTShadow[] getShadowArray();
/**
* Gets ith "shadow" element
*/
schemasMicrosoftComVml.CTShadow getShadowArray(int i);
/**
* Returns number of "shadow" element
*/
int sizeOfShadowArray();
/**
* Sets array of all "shadow" element
*/
void setShadowArray(schemasMicrosoftComVml.CTShadow[] shadowArray);
/**
* Sets ith "shadow" element
*/
void setShadowArray(int i, schemasMicrosoftComVml.CTShadow shadow);
/**
* Inserts and returns a new empty value (as xml) as the ith "shadow" element
*/
schemasMicrosoftComVml.CTShadow insertNewShadow(int i);
/**
* Appends and returns a new empty value (as xml) as the last "shadow" element
*/
schemasMicrosoftComVml.CTShadow addNewShadow();
/**
* Removes the ith "shadow" element
*/
void removeShadow(int i);
/**
* Gets a List of "textbox" elements
*/
java.util.List getTextboxList();
/**
* Gets array of all "textbox" elements
* @deprecated
*/
schemasMicrosoftComVml.CTTextbox[] getTextboxArray();
/**
* Gets ith "textbox" element
*/
schemasMicrosoftComVml.CTTextbox getTextboxArray(int i);
/**
* Returns number of "textbox" element
*/
int sizeOfTextboxArray();
/**
* Sets array of all "textbox" element
*/
void setTextboxArray(schemasMicrosoftComVml.CTTextbox[] textboxArray);
/**
* Sets ith "textbox" element
*/
void setTextboxArray(int i, schemasMicrosoftComVml.CTTextbox textbox);
/**
* Inserts and returns a new empty value (as xml) as the ith "textbox" element
*/
schemasMicrosoftComVml.CTTextbox insertNewTextbox(int i);
/**
* Appends and returns a new empty value (as xml) as the last "textbox" element
*/
schemasMicrosoftComVml.CTTextbox addNewTextbox();
/**
* Removes the ith "textbox" element
*/
void removeTextbox(int i);
/**
* Gets a List of "textpath" elements
*/
java.util.List getTextpathList();
/**
* Gets array of all "textpath" elements
* @deprecated
*/
schemasMicrosoftComVml.CTTextPath[] getTextpathArray();
/**
* Gets ith "textpath" element
*/
schemasMicrosoftComVml.CTTextPath getTextpathArray(int i);
/**
* Returns number of "textpath" element
*/
int sizeOfTextpathArray();
/**
* Sets array of all "textpath" element
*/
void setTextpathArray(schemasMicrosoftComVml.CTTextPath[] textpathArray);
/**
* Sets ith "textpath" element
*/
void setTextpathArray(int i, schemasMicrosoftComVml.CTTextPath textpath);
/**
* Inserts and returns a new empty value (as xml) as the ith "textpath" element
*/
schemasMicrosoftComVml.CTTextPath insertNewTextpath(int i);
/**
* Appends and returns a new empty value (as xml) as the last "textpath" element
*/
schemasMicrosoftComVml.CTTextPath addNewTextpath();
/**
* Removes the ith "textpath" element
*/
void removeTextpath(int i);
/**
* Gets a List of "imagedata" elements
*/
java.util.List getImagedataList();
/**
* Gets array of all "imagedata" elements
* @deprecated
*/
schemasMicrosoftComVml.CTImageData[] getImagedataArray();
/**
* Gets ith "imagedata" element
*/
schemasMicrosoftComVml.CTImageData getImagedataArray(int i);
/**
* Returns number of "imagedata" element
*/
int sizeOfImagedataArray();
/**
* Sets array of all "imagedata" element
*/
void setImagedataArray(schemasMicrosoftComVml.CTImageData[] imagedataArray);
/**
* Sets ith "imagedata" element
*/
void setImagedataArray(int i, schemasMicrosoftComVml.CTImageData imagedata);
/**
* Inserts and returns a new empty value (as xml) as the ith "imagedata" element
*/
schemasMicrosoftComVml.CTImageData insertNewImagedata(int i);
/**
* Appends and returns a new empty value (as xml) as the last "imagedata" element
*/
schemasMicrosoftComVml.CTImageData addNewImagedata();
/**
* Removes the ith "imagedata" element
*/
void removeImagedata(int i);
/**
* Gets a List of "skew" elements
*/
java.util.List getSkewList();
/**
* Gets array of all "skew" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTSkew[] getSkewArray();
/**
* Gets ith "skew" element
*/
schemasMicrosoftComOfficeOffice.CTSkew getSkewArray(int i);
/**
* Returns number of "skew" element
*/
int sizeOfSkewArray();
/**
* Sets array of all "skew" element
*/
void setSkewArray(schemasMicrosoftComOfficeOffice.CTSkew[] skewArray);
/**
* Sets ith "skew" element
*/
void setSkewArray(int i, schemasMicrosoftComOfficeOffice.CTSkew skew);
/**
* Inserts and returns a new empty value (as xml) as the ith "skew" element
*/
schemasMicrosoftComOfficeOffice.CTSkew insertNewSkew(int i);
/**
* Appends and returns a new empty value (as xml) as the last "skew" element
*/
schemasMicrosoftComOfficeOffice.CTSkew addNewSkew();
/**
* Removes the ith "skew" element
*/
void removeSkew(int i);
/**
* Gets a List of "extrusion" elements
*/
java.util.List getExtrusionList();
/**
* Gets array of all "extrusion" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTExtrusion[] getExtrusionArray();
/**
* Gets ith "extrusion" element
*/
schemasMicrosoftComOfficeOffice.CTExtrusion getExtrusionArray(int i);
/**
* Returns number of "extrusion" element
*/
int sizeOfExtrusionArray();
/**
* Sets array of all "extrusion" element
*/
void setExtrusionArray(schemasMicrosoftComOfficeOffice.CTExtrusion[] extrusionArray);
/**
* Sets ith "extrusion" element
*/
void setExtrusionArray(int i, schemasMicrosoftComOfficeOffice.CTExtrusion extrusion);
/**
* Inserts and returns a new empty value (as xml) as the ith "extrusion" element
*/
schemasMicrosoftComOfficeOffice.CTExtrusion insertNewExtrusion(int i);
/**
* Appends and returns a new empty value (as xml) as the last "extrusion" element
*/
schemasMicrosoftComOfficeOffice.CTExtrusion addNewExtrusion();
/**
* Removes the ith "extrusion" element
*/
void removeExtrusion(int i);
/**
* Gets a List of "callout" elements
*/
java.util.List getCalloutList();
/**
* Gets array of all "callout" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTCallout[] getCalloutArray();
/**
* Gets ith "callout" element
*/
schemasMicrosoftComOfficeOffice.CTCallout getCalloutArray(int i);
/**
* Returns number of "callout" element
*/
int sizeOfCalloutArray();
/**
* Sets array of all "callout" element
*/
void setCalloutArray(schemasMicrosoftComOfficeOffice.CTCallout[] calloutArray);
/**
* Sets ith "callout" element
*/
void setCalloutArray(int i, schemasMicrosoftComOfficeOffice.CTCallout callout);
/**
* Inserts and returns a new empty value (as xml) as the ith "callout" element
*/
schemasMicrosoftComOfficeOffice.CTCallout insertNewCallout(int i);
/**
* Appends and returns a new empty value (as xml) as the last "callout" element
*/
schemasMicrosoftComOfficeOffice.CTCallout addNewCallout();
/**
* Removes the ith "callout" element
*/
void removeCallout(int i);
/**
* Gets a List of "lock" elements
*/
java.util.List getLockList();
/**
* Gets array of all "lock" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTLock[] getLockArray();
/**
* Gets ith "lock" element
*/
schemasMicrosoftComOfficeOffice.CTLock getLockArray(int i);
/**
* Returns number of "lock" element
*/
int sizeOfLockArray();
/**
* Sets array of all "lock" element
*/
void setLockArray(schemasMicrosoftComOfficeOffice.CTLock[] lockArray);
/**
* Sets ith "lock" element
*/
void setLockArray(int i, schemasMicrosoftComOfficeOffice.CTLock lock);
/**
* Inserts and returns a new empty value (as xml) as the ith "lock" element
*/
schemasMicrosoftComOfficeOffice.CTLock insertNewLock(int i);
/**
* Appends and returns a new empty value (as xml) as the last "lock" element
*/
schemasMicrosoftComOfficeOffice.CTLock addNewLock();
/**
* Removes the ith "lock" element
*/
void removeLock(int i);
/**
* Gets a List of "clippath" elements
*/
java.util.List getClippathList();
/**
* Gets array of all "clippath" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTClipPath[] getClippathArray();
/**
* Gets ith "clippath" element
*/
schemasMicrosoftComOfficeOffice.CTClipPath getClippathArray(int i);
/**
* Returns number of "clippath" element
*/
int sizeOfClippathArray();
/**
* Sets array of all "clippath" element
*/
void setClippathArray(schemasMicrosoftComOfficeOffice.CTClipPath[] clippathArray);
/**
* Sets ith "clippath" element
*/
void setClippathArray(int i, schemasMicrosoftComOfficeOffice.CTClipPath clippath);
/**
* Inserts and returns a new empty value (as xml) as the ith "clippath" element
*/
schemasMicrosoftComOfficeOffice.CTClipPath insertNewClippath(int i);
/**
* Appends and returns a new empty value (as xml) as the last "clippath" element
*/
schemasMicrosoftComOfficeOffice.CTClipPath addNewClippath();
/**
* Removes the ith "clippath" element
*/
void removeClippath(int i);
/**
* Gets a List of "signatureline" elements
*/
java.util.List getSignaturelineList();
/**
* Gets array of all "signatureline" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTSignatureLine[] getSignaturelineArray();
/**
* Gets ith "signatureline" element
*/
schemasMicrosoftComOfficeOffice.CTSignatureLine getSignaturelineArray(int i);
/**
* Returns number of "signatureline" element
*/
int sizeOfSignaturelineArray();
/**
* Sets array of all "signatureline" element
*/
void setSignaturelineArray(schemasMicrosoftComOfficeOffice.CTSignatureLine[] signaturelineArray);
/**
* Sets ith "signatureline" element
*/
void setSignaturelineArray(int i, schemasMicrosoftComOfficeOffice.CTSignatureLine signatureline);
/**
* Inserts and returns a new empty value (as xml) as the ith "signatureline" element
*/
schemasMicrosoftComOfficeOffice.CTSignatureLine insertNewSignatureline(int i);
/**
* Appends and returns a new empty value (as xml) as the last "signatureline" element
*/
schemasMicrosoftComOfficeOffice.CTSignatureLine addNewSignatureline();
/**
* Removes the ith "signatureline" element
*/
void removeSignatureline(int i);
/**
* Gets a List of "wrap" elements
*/
java.util.List getWrapList();
/**
* Gets array of all "wrap" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTWrap[] getWrapArray();
/**
* Gets ith "wrap" element
*/
schemasMicrosoftComOfficeWord.CTWrap getWrapArray(int i);
/**
* Returns number of "wrap" element
*/
int sizeOfWrapArray();
/**
* Sets array of all "wrap" element
*/
void setWrapArray(schemasMicrosoftComOfficeWord.CTWrap[] wrapArray);
/**
* Sets ith "wrap" element
*/
void setWrapArray(int i, schemasMicrosoftComOfficeWord.CTWrap wrap);
/**
* Inserts and returns a new empty value (as xml) as the ith "wrap" element
*/
schemasMicrosoftComOfficeWord.CTWrap insertNewWrap(int i);
/**
* Appends and returns a new empty value (as xml) as the last "wrap" element
*/
schemasMicrosoftComOfficeWord.CTWrap addNewWrap();
/**
* Removes the ith "wrap" element
*/
void removeWrap(int i);
/**
* Gets a List of "anchorlock" elements
*/
java.util.List getAnchorlockList();
/**
* Gets array of all "anchorlock" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTAnchorLock[] getAnchorlockArray();
/**
* Gets ith "anchorlock" element
*/
schemasMicrosoftComOfficeWord.CTAnchorLock getAnchorlockArray(int i);
/**
* Returns number of "anchorlock" element
*/
int sizeOfAnchorlockArray();
/**
* Sets array of all "anchorlock" element
*/
void setAnchorlockArray(schemasMicrosoftComOfficeWord.CTAnchorLock[] anchorlockArray);
/**
* Sets ith "anchorlock" element
*/
void setAnchorlockArray(int i, schemasMicrosoftComOfficeWord.CTAnchorLock anchorlock);
/**
* Inserts and returns a new empty value (as xml) as the ith "anchorlock" element
*/
schemasMicrosoftComOfficeWord.CTAnchorLock insertNewAnchorlock(int i);
/**
* Appends and returns a new empty value (as xml) as the last "anchorlock" element
*/
schemasMicrosoftComOfficeWord.CTAnchorLock addNewAnchorlock();
/**
* Removes the ith "anchorlock" element
*/
void removeAnchorlock(int i);
/**
* Gets a List of "bordertop" elements
*/
java.util.List getBordertopList();
/**
* Gets array of all "bordertop" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTBorder[] getBordertopArray();
/**
* Gets ith "bordertop" element
*/
schemasMicrosoftComOfficeWord.CTBorder getBordertopArray(int i);
/**
* Returns number of "bordertop" element
*/
int sizeOfBordertopArray();
/**
* Sets array of all "bordertop" element
*/
void setBordertopArray(schemasMicrosoftComOfficeWord.CTBorder[] bordertopArray);
/**
* Sets ith "bordertop" element
*/
void setBordertopArray(int i, schemasMicrosoftComOfficeWord.CTBorder bordertop);
/**
* Inserts and returns a new empty value (as xml) as the ith "bordertop" element
*/
schemasMicrosoftComOfficeWord.CTBorder insertNewBordertop(int i);
/**
* Appends and returns a new empty value (as xml) as the last "bordertop" element
*/
schemasMicrosoftComOfficeWord.CTBorder addNewBordertop();
/**
* Removes the ith "bordertop" element
*/
void removeBordertop(int i);
/**
* Gets a List of "borderbottom" elements
*/
java.util.List getBorderbottomList();
/**
* Gets array of all "borderbottom" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTBorder[] getBorderbottomArray();
/**
* Gets ith "borderbottom" element
*/
schemasMicrosoftComOfficeWord.CTBorder getBorderbottomArray(int i);
/**
* Returns number of "borderbottom" element
*/
int sizeOfBorderbottomArray();
/**
* Sets array of all "borderbottom" element
*/
void setBorderbottomArray(schemasMicrosoftComOfficeWord.CTBorder[] borderbottomArray);
/**
* Sets ith "borderbottom" element
*/
void setBorderbottomArray(int i, schemasMicrosoftComOfficeWord.CTBorder borderbottom);
/**
* Inserts and returns a new empty value (as xml) as the ith "borderbottom" element
*/
schemasMicrosoftComOfficeWord.CTBorder insertNewBorderbottom(int i);
/**
* Appends and returns a new empty value (as xml) as the last "borderbottom" element
*/
schemasMicrosoftComOfficeWord.CTBorder addNewBorderbottom();
/**
* Removes the ith "borderbottom" element
*/
void removeBorderbottom(int i);
/**
* Gets a List of "borderleft" elements
*/
java.util.List getBorderleftList();
/**
* Gets array of all "borderleft" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTBorder[] getBorderleftArray();
/**
* Gets ith "borderleft" element
*/
schemasMicrosoftComOfficeWord.CTBorder getBorderleftArray(int i);
/**
* Returns number of "borderleft" element
*/
int sizeOfBorderleftArray();
/**
* Sets array of all "borderleft" element
*/
void setBorderleftArray(schemasMicrosoftComOfficeWord.CTBorder[] borderleftArray);
/**
* Sets ith "borderleft" element
*/
void setBorderleftArray(int i, schemasMicrosoftComOfficeWord.CTBorder borderleft);
/**
* Inserts and returns a new empty value (as xml) as the ith "borderleft" element
*/
schemasMicrosoftComOfficeWord.CTBorder insertNewBorderleft(int i);
/**
* Appends and returns a new empty value (as xml) as the last "borderleft" element
*/
schemasMicrosoftComOfficeWord.CTBorder addNewBorderleft();
/**
* Removes the ith "borderleft" element
*/
void removeBorderleft(int i);
/**
* Gets a List of "borderright" elements
*/
java.util.List getBorderrightList();
/**
* Gets array of all "borderright" elements
* @deprecated
*/
schemasMicrosoftComOfficeWord.CTBorder[] getBorderrightArray();
/**
* Gets ith "borderright" element
*/
schemasMicrosoftComOfficeWord.CTBorder getBorderrightArray(int i);
/**
* Returns number of "borderright" element
*/
int sizeOfBorderrightArray();
/**
* Sets array of all "borderright" element
*/
void setBorderrightArray(schemasMicrosoftComOfficeWord.CTBorder[] borderrightArray);
/**
* Sets ith "borderright" element
*/
void setBorderrightArray(int i, schemasMicrosoftComOfficeWord.CTBorder borderright);
/**
* Inserts and returns a new empty value (as xml) as the ith "borderright" element
*/
schemasMicrosoftComOfficeWord.CTBorder insertNewBorderright(int i);
/**
* Appends and returns a new empty value (as xml) as the last "borderright" element
*/
schemasMicrosoftComOfficeWord.CTBorder addNewBorderright();
/**
* Removes the ith "borderright" element
*/
void removeBorderright(int i);
/**
* Gets a List of "ClientData" elements
*/
java.util.List getClientDataList();
/**
* Gets array of all "ClientData" elements
* @deprecated
*/
schemasMicrosoftComOfficeExcel.CTClientData[] getClientDataArray();
/**
* Gets ith "ClientData" element
*/
schemasMicrosoftComOfficeExcel.CTClientData getClientDataArray(int i);
/**
* Returns number of "ClientData" element
*/
int sizeOfClientDataArray();
/**
* Sets array of all "ClientData" element
*/
void setClientDataArray(schemasMicrosoftComOfficeExcel.CTClientData[] clientDataArray);
/**
* Sets ith "ClientData" element
*/
void setClientDataArray(int i, schemasMicrosoftComOfficeExcel.CTClientData clientData);
/**
* Inserts and returns a new empty value (as xml) as the ith "ClientData" element
*/
schemasMicrosoftComOfficeExcel.CTClientData insertNewClientData(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ClientData" element
*/
schemasMicrosoftComOfficeExcel.CTClientData addNewClientData();
/**
* Removes the ith "ClientData" element
*/
void removeClientData(int i);
/**
* Gets a List of "textdata" elements
*/
java.util.List getTextdataList();
/**
* Gets array of all "textdata" elements
* @deprecated
*/
schemasMicrosoftComOfficePowerpoint.CTRel[] getTextdataArray();
/**
* Gets ith "textdata" element
*/
schemasMicrosoftComOfficePowerpoint.CTRel getTextdataArray(int i);
/**
* Returns number of "textdata" element
*/
int sizeOfTextdataArray();
/**
* Sets array of all "textdata" element
*/
void setTextdataArray(schemasMicrosoftComOfficePowerpoint.CTRel[] textdataArray);
/**
* Sets ith "textdata" element
*/
void setTextdataArray(int i, schemasMicrosoftComOfficePowerpoint.CTRel textdata);
/**
* Inserts and returns a new empty value (as xml) as the ith "textdata" element
*/
schemasMicrosoftComOfficePowerpoint.CTRel insertNewTextdata(int i);
/**
* Appends and returns a new empty value (as xml) as the last "textdata" element
*/
schemasMicrosoftComOfficePowerpoint.CTRel addNewTextdata();
/**
* Removes the ith "textdata" element
*/
void removeTextdata(int i);
/**
* Gets a List of "ink" elements
*/
java.util.List getInkList();
/**
* Gets array of all "ink" elements
* @deprecated
*/
schemasMicrosoftComOfficeOffice.CTInk[] getInkArray();
/**
* Gets ith "ink" element
*/
schemasMicrosoftComOfficeOffice.CTInk getInkArray(int i);
/**
* Returns number of "ink" element
*/
int sizeOfInkArray();
/**
* Sets array of all "ink" element
*/
void setInkArray(schemasMicrosoftComOfficeOffice.CTInk[] inkArray);
/**
* Sets ith "ink" element
*/
void setInkArray(int i, schemasMicrosoftComOfficeOffice.CTInk ink);
/**
* Inserts and returns a new empty value (as xml) as the ith "ink" element
*/
schemasMicrosoftComOfficeOffice.CTInk insertNewInk(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ink" element
*/
schemasMicrosoftComOfficeOffice.CTInk addNewInk();
/**
* Removes the ith "ink" element
*/
void removeInk(int i);
/**
* Gets a List of "iscomment" elements
*/
java.util.List getIscommentList();
/**
* Gets array of all "iscomment" elements
* @deprecated
*/
schemasMicrosoftComOfficePowerpoint.CTEmpty[] getIscommentArray();
/**
* Gets ith "iscomment" element
*/
schemasMicrosoftComOfficePowerpoint.CTEmpty getIscommentArray(int i);
/**
* Returns number of "iscomment" element
*/
int sizeOfIscommentArray();
/**
* Sets array of all "iscomment" element
*/
void setIscommentArray(schemasMicrosoftComOfficePowerpoint.CTEmpty[] iscommentArray);
/**
* Sets ith "iscomment" element
*/
void setIscommentArray(int i, schemasMicrosoftComOfficePowerpoint.CTEmpty iscomment);
/**
* Inserts and returns a new empty value (as xml) as the ith "iscomment" element
*/
schemasMicrosoftComOfficePowerpoint.CTEmpty insertNewIscomment(int i);
/**
* Appends and returns a new empty value (as xml) as the last "iscomment" element
*/
schemasMicrosoftComOfficePowerpoint.CTEmpty addNewIscomment();
/**
* Removes the ith "iscomment" element
*/
void removeIscomment(int i);
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.apache.xmlbeans.XmlString xgetId();
/**
* True if has "id" attribute
*/
boolean isSetId();
/**
* Sets the "id" attribute
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId(org.apache.xmlbeans.XmlString id);
/**
* Unsets the "id" attribute
*/
void unsetId();
/**
* Gets the "style" attribute
*/
java.lang.String getStyle();
/**
* Gets (as xml) the "style" attribute
*/
org.apache.xmlbeans.XmlString xgetStyle();
/**
* True if has "style" attribute
*/
boolean isSetStyle();
/**
* Sets the "style" attribute
*/
void setStyle(java.lang.String style);
/**
* Sets (as xml) the "style" attribute
*/
void xsetStyle(org.apache.xmlbeans.XmlString style);
/**
* Unsets the "style" attribute
*/
void unsetStyle();
/**
* Gets the "href" attribute
*/
java.lang.String getHref();
/**
* Gets (as xml) the "href" attribute
*/
org.apache.xmlbeans.XmlString xgetHref();
/**
* True if has "href" attribute
*/
boolean isSetHref();
/**
* Sets the "href" attribute
*/
void setHref(java.lang.String href);
/**
* Sets (as xml) the "href" attribute
*/
void xsetHref(org.apache.xmlbeans.XmlString href);
/**
* Unsets the "href" attribute
*/
void unsetHref();
/**
* Gets the "target" attribute
*/
java.lang.String getTarget();
/**
* Gets (as xml) the "target" attribute
*/
org.apache.xmlbeans.XmlString xgetTarget();
/**
* True if has "target" attribute
*/
boolean isSetTarget();
/**
* Sets the "target" attribute
*/
void setTarget(java.lang.String target);
/**
* Sets (as xml) the "target" attribute
*/
void xsetTarget(org.apache.xmlbeans.XmlString target);
/**
* Unsets the "target" attribute
*/
void unsetTarget();
/**
* Gets the "class" attribute
*/
java.lang.String getClass1();
/**
* Gets (as xml) the "class" attribute
*/
org.apache.xmlbeans.XmlString xgetClass1();
/**
* True if has "class" attribute
*/
boolean isSetClass1();
/**
* Sets the "class" attribute
*/
void setClass1(java.lang.String class1);
/**
* Sets (as xml) the "class" attribute
*/
void xsetClass1(org.apache.xmlbeans.XmlString class1);
/**
* Unsets the "class" attribute
*/
void unsetClass1();
/**
* Gets the "title" attribute
*/
java.lang.String getTitle();
/**
* Gets (as xml) the "title" attribute
*/
org.apache.xmlbeans.XmlString xgetTitle();
/**
* True if has "title" attribute
*/
boolean isSetTitle();
/**
* Sets the "title" attribute
*/
void setTitle(java.lang.String title);
/**
* Sets (as xml) the "title" attribute
*/
void xsetTitle(org.apache.xmlbeans.XmlString title);
/**
* Unsets the "title" attribute
*/
void unsetTitle();
/**
* Gets the "alt" attribute
*/
java.lang.String getAlt();
/**
* Gets (as xml) the "alt" attribute
*/
org.apache.xmlbeans.XmlString xgetAlt();
/**
* True if has "alt" attribute
*/
boolean isSetAlt();
/**
* Sets the "alt" attribute
*/
void setAlt(java.lang.String alt);
/**
* Sets (as xml) the "alt" attribute
*/
void xsetAlt(org.apache.xmlbeans.XmlString alt);
/**
* Unsets the "alt" attribute
*/
void unsetAlt();
/**
* Gets the "coordsize" attribute
*/
java.lang.String getCoordsize();
/**
* Gets (as xml) the "coordsize" attribute
*/
org.apache.xmlbeans.XmlString xgetCoordsize();
/**
* True if has "coordsize" attribute
*/
boolean isSetCoordsize();
/**
* Sets the "coordsize" attribute
*/
void setCoordsize(java.lang.String coordsize);
/**
* Sets (as xml) the "coordsize" attribute
*/
void xsetCoordsize(org.apache.xmlbeans.XmlString coordsize);
/**
* Unsets the "coordsize" attribute
*/
void unsetCoordsize();
/**
* Gets the "coordorigin" attribute
*/
java.lang.String getCoordorigin();
/**
* Gets (as xml) the "coordorigin" attribute
*/
org.apache.xmlbeans.XmlString xgetCoordorigin();
/**
* True if has "coordorigin" attribute
*/
boolean isSetCoordorigin();
/**
* Sets the "coordorigin" attribute
*/
void setCoordorigin(java.lang.String coordorigin);
/**
* Sets (as xml) the "coordorigin" attribute
*/
void xsetCoordorigin(org.apache.xmlbeans.XmlString coordorigin);
/**
* Unsets the "coordorigin" attribute
*/
void unsetCoordorigin();
/**
* Gets the "wrapcoords" attribute
*/
java.lang.String getWrapcoords();
/**
* Gets (as xml) the "wrapcoords" attribute
*/
org.apache.xmlbeans.XmlString xgetWrapcoords();
/**
* True if has "wrapcoords" attribute
*/
boolean isSetWrapcoords();
/**
* Sets the "wrapcoords" attribute
*/
void setWrapcoords(java.lang.String wrapcoords);
/**
* Sets (as xml) the "wrapcoords" attribute
*/
void xsetWrapcoords(org.apache.xmlbeans.XmlString wrapcoords);
/**
* Unsets the "wrapcoords" attribute
*/
void unsetWrapcoords();
/**
* Gets the "print" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getPrint();
/**
* Gets (as xml) the "print" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetPrint();
/**
* True if has "print" attribute
*/
boolean isSetPrint();
/**
* Sets the "print" attribute
*/
void setPrint(schemasMicrosoftComVml.STTrueFalse.Enum print);
/**
* Sets (as xml) the "print" attribute
*/
void xsetPrint(schemasMicrosoftComVml.STTrueFalse print);
/**
* Unsets the "print" attribute
*/
void unsetPrint();
/**
* Gets the "spid" attribute
*/
java.lang.String getSpid();
/**
* Gets (as xml) the "spid" attribute
*/
org.apache.xmlbeans.XmlString xgetSpid();
/**
* True if has "spid" attribute
*/
boolean isSetSpid();
/**
* Sets the "spid" attribute
*/
void setSpid(java.lang.String spid);
/**
* Sets (as xml) the "spid" attribute
*/
void xsetSpid(org.apache.xmlbeans.XmlString spid);
/**
* Unsets the "spid" attribute
*/
void unsetSpid();
/**
* Gets the "oned" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getOned();
/**
* Gets (as xml) the "oned" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetOned();
/**
* True if has "oned" attribute
*/
boolean isSetOned();
/**
* Sets the "oned" attribute
*/
void setOned(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum oned);
/**
* Sets (as xml) the "oned" attribute
*/
void xsetOned(schemasMicrosoftComOfficeOffice.STTrueFalse oned);
/**
* Unsets the "oned" attribute
*/
void unsetOned();
/**
* Gets the "regroupid" attribute
*/
java.math.BigInteger getRegroupid();
/**
* Gets (as xml) the "regroupid" attribute
*/
org.apache.xmlbeans.XmlInteger xgetRegroupid();
/**
* True if has "regroupid" attribute
*/
boolean isSetRegroupid();
/**
* Sets the "regroupid" attribute
*/
void setRegroupid(java.math.BigInteger regroupid);
/**
* Sets (as xml) the "regroupid" attribute
*/
void xsetRegroupid(org.apache.xmlbeans.XmlInteger regroupid);
/**
* Unsets the "regroupid" attribute
*/
void unsetRegroupid();
/**
* Gets the "doubleclicknotify" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getDoubleclicknotify();
/**
* Gets (as xml) the "doubleclicknotify" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetDoubleclicknotify();
/**
* True if has "doubleclicknotify" attribute
*/
boolean isSetDoubleclicknotify();
/**
* Sets the "doubleclicknotify" attribute
*/
void setDoubleclicknotify(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum doubleclicknotify);
/**
* Sets (as xml) the "doubleclicknotify" attribute
*/
void xsetDoubleclicknotify(schemasMicrosoftComOfficeOffice.STTrueFalse doubleclicknotify);
/**
* Unsets the "doubleclicknotify" attribute
*/
void unsetDoubleclicknotify();
/**
* Gets the "button" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getButton();
/**
* Gets (as xml) the "button" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetButton();
/**
* True if has "button" attribute
*/
boolean isSetButton();
/**
* Sets the "button" attribute
*/
void setButton(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum button);
/**
* Sets (as xml) the "button" attribute
*/
void xsetButton(schemasMicrosoftComOfficeOffice.STTrueFalse button);
/**
* Unsets the "button" attribute
*/
void unsetButton();
/**
* Gets the "userhidden" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getUserhidden();
/**
* Gets (as xml) the "userhidden" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetUserhidden();
/**
* True if has "userhidden" attribute
*/
boolean isSetUserhidden();
/**
* Sets the "userhidden" attribute
*/
void setUserhidden(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum userhidden);
/**
* Sets (as xml) the "userhidden" attribute
*/
void xsetUserhidden(schemasMicrosoftComOfficeOffice.STTrueFalse userhidden);
/**
* Unsets the "userhidden" attribute
*/
void unsetUserhidden();
/**
* Gets the "bullet" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getBullet();
/**
* Gets (as xml) the "bullet" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetBullet();
/**
* True if has "bullet" attribute
*/
boolean isSetBullet();
/**
* Sets the "bullet" attribute
*/
void setBullet(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum bullet);
/**
* Sets (as xml) the "bullet" attribute
*/
void xsetBullet(schemasMicrosoftComOfficeOffice.STTrueFalse bullet);
/**
* Unsets the "bullet" attribute
*/
void unsetBullet();
/**
* Gets the "hr" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getHr();
/**
* Gets (as xml) the "hr" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetHr();
/**
* True if has "hr" attribute
*/
boolean isSetHr();
/**
* Sets the "hr" attribute
*/
void setHr(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum hr);
/**
* Sets (as xml) the "hr" attribute
*/
void xsetHr(schemasMicrosoftComOfficeOffice.STTrueFalse hr);
/**
* Unsets the "hr" attribute
*/
void unsetHr();
/**
* Gets the "hrstd" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getHrstd();
/**
* Gets (as xml) the "hrstd" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetHrstd();
/**
* True if has "hrstd" attribute
*/
boolean isSetHrstd();
/**
* Sets the "hrstd" attribute
*/
void setHrstd(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum hrstd);
/**
* Sets (as xml) the "hrstd" attribute
*/
void xsetHrstd(schemasMicrosoftComOfficeOffice.STTrueFalse hrstd);
/**
* Unsets the "hrstd" attribute
*/
void unsetHrstd();
/**
* Gets the "hrnoshade" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getHrnoshade();
/**
* Gets (as xml) the "hrnoshade" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetHrnoshade();
/**
* True if has "hrnoshade" attribute
*/
boolean isSetHrnoshade();
/**
* Sets the "hrnoshade" attribute
*/
void setHrnoshade(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum hrnoshade);
/**
* Sets (as xml) the "hrnoshade" attribute
*/
void xsetHrnoshade(schemasMicrosoftComOfficeOffice.STTrueFalse hrnoshade);
/**
* Unsets the "hrnoshade" attribute
*/
void unsetHrnoshade();
/**
* Gets the "hrpct" attribute
*/
float getHrpct();
/**
* Gets (as xml) the "hrpct" attribute
*/
org.apache.xmlbeans.XmlFloat xgetHrpct();
/**
* True if has "hrpct" attribute
*/
boolean isSetHrpct();
/**
* Sets the "hrpct" attribute
*/
void setHrpct(float hrpct);
/**
* Sets (as xml) the "hrpct" attribute
*/
void xsetHrpct(org.apache.xmlbeans.XmlFloat hrpct);
/**
* Unsets the "hrpct" attribute
*/
void unsetHrpct();
/**
* Gets the "hralign" attribute
*/
schemasMicrosoftComOfficeOffice.STHrAlign.Enum getHralign();
/**
* Gets (as xml) the "hralign" attribute
*/
schemasMicrosoftComOfficeOffice.STHrAlign xgetHralign();
/**
* True if has "hralign" attribute
*/
boolean isSetHralign();
/**
* Sets the "hralign" attribute
*/
void setHralign(schemasMicrosoftComOfficeOffice.STHrAlign.Enum hralign);
/**
* Sets (as xml) the "hralign" attribute
*/
void xsetHralign(schemasMicrosoftComOfficeOffice.STHrAlign hralign);
/**
* Unsets the "hralign" attribute
*/
void unsetHralign();
/**
* Gets the "allowincell" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAllowincell();
/**
* Gets (as xml) the "allowincell" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetAllowincell();
/**
* True if has "allowincell" attribute
*/
boolean isSetAllowincell();
/**
* Sets the "allowincell" attribute
*/
void setAllowincell(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum allowincell);
/**
* Sets (as xml) the "allowincell" attribute
*/
void xsetAllowincell(schemasMicrosoftComOfficeOffice.STTrueFalse allowincell);
/**
* Unsets the "allowincell" attribute
*/
void unsetAllowincell();
/**
* Gets the "allowoverlap" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAllowoverlap();
/**
* Gets (as xml) the "allowoverlap" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetAllowoverlap();
/**
* True if has "allowoverlap" attribute
*/
boolean isSetAllowoverlap();
/**
* Sets the "allowoverlap" attribute
*/
void setAllowoverlap(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum allowoverlap);
/**
* Sets (as xml) the "allowoverlap" attribute
*/
void xsetAllowoverlap(schemasMicrosoftComOfficeOffice.STTrueFalse allowoverlap);
/**
* Unsets the "allowoverlap" attribute
*/
void unsetAllowoverlap();
/**
* Gets the "userdrawn" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getUserdrawn();
/**
* Gets (as xml) the "userdrawn" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetUserdrawn();
/**
* True if has "userdrawn" attribute
*/
boolean isSetUserdrawn();
/**
* Sets the "userdrawn" attribute
*/
void setUserdrawn(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum userdrawn);
/**
* Sets (as xml) the "userdrawn" attribute
*/
void xsetUserdrawn(schemasMicrosoftComOfficeOffice.STTrueFalse userdrawn);
/**
* Unsets the "userdrawn" attribute
*/
void unsetUserdrawn();
/**
* Gets the "bordertopcolor" attribute
*/
java.lang.String getBordertopcolor();
/**
* Gets (as xml) the "bordertopcolor" attribute
*/
org.apache.xmlbeans.XmlString xgetBordertopcolor();
/**
* True if has "bordertopcolor" attribute
*/
boolean isSetBordertopcolor();
/**
* Sets the "bordertopcolor" attribute
*/
void setBordertopcolor(java.lang.String bordertopcolor);
/**
* Sets (as xml) the "bordertopcolor" attribute
*/
void xsetBordertopcolor(org.apache.xmlbeans.XmlString bordertopcolor);
/**
* Unsets the "bordertopcolor" attribute
*/
void unsetBordertopcolor();
/**
* Gets the "borderleftcolor" attribute
*/
java.lang.String getBorderleftcolor();
/**
* Gets (as xml) the "borderleftcolor" attribute
*/
org.apache.xmlbeans.XmlString xgetBorderleftcolor();
/**
* True if has "borderleftcolor" attribute
*/
boolean isSetBorderleftcolor();
/**
* Sets the "borderleftcolor" attribute
*/
void setBorderleftcolor(java.lang.String borderleftcolor);
/**
* Sets (as xml) the "borderleftcolor" attribute
*/
void xsetBorderleftcolor(org.apache.xmlbeans.XmlString borderleftcolor);
/**
* Unsets the "borderleftcolor" attribute
*/
void unsetBorderleftcolor();
/**
* Gets the "borderbottomcolor" attribute
*/
java.lang.String getBorderbottomcolor();
/**
* Gets (as xml) the "borderbottomcolor" attribute
*/
org.apache.xmlbeans.XmlString xgetBorderbottomcolor();
/**
* True if has "borderbottomcolor" attribute
*/
boolean isSetBorderbottomcolor();
/**
* Sets the "borderbottomcolor" attribute
*/
void setBorderbottomcolor(java.lang.String borderbottomcolor);
/**
* Sets (as xml) the "borderbottomcolor" attribute
*/
void xsetBorderbottomcolor(org.apache.xmlbeans.XmlString borderbottomcolor);
/**
* Unsets the "borderbottomcolor" attribute
*/
void unsetBorderbottomcolor();
/**
* Gets the "borderrightcolor" attribute
*/
java.lang.String getBorderrightcolor();
/**
* Gets (as xml) the "borderrightcolor" attribute
*/
org.apache.xmlbeans.XmlString xgetBorderrightcolor();
/**
* True if has "borderrightcolor" attribute
*/
boolean isSetBorderrightcolor();
/**
* Sets the "borderrightcolor" attribute
*/
void setBorderrightcolor(java.lang.String borderrightcolor);
/**
* Sets (as xml) the "borderrightcolor" attribute
*/
void xsetBorderrightcolor(org.apache.xmlbeans.XmlString borderrightcolor);
/**
* Unsets the "borderrightcolor" attribute
*/
void unsetBorderrightcolor();
/**
* Gets the "dgmlayout" attribute
*/
java.math.BigInteger getDgmlayout();
/**
* Gets (as xml) the "dgmlayout" attribute
*/
org.apache.xmlbeans.XmlInteger xgetDgmlayout();
/**
* True if has "dgmlayout" attribute
*/
boolean isSetDgmlayout();
/**
* Sets the "dgmlayout" attribute
*/
void setDgmlayout(java.math.BigInteger dgmlayout);
/**
* Sets (as xml) the "dgmlayout" attribute
*/
void xsetDgmlayout(org.apache.xmlbeans.XmlInteger dgmlayout);
/**
* Unsets the "dgmlayout" attribute
*/
void unsetDgmlayout();
/**
* Gets the "dgmnodekind" attribute
*/
java.math.BigInteger getDgmnodekind();
/**
* Gets (as xml) the "dgmnodekind" attribute
*/
org.apache.xmlbeans.XmlInteger xgetDgmnodekind();
/**
* True if has "dgmnodekind" attribute
*/
boolean isSetDgmnodekind();
/**
* Sets the "dgmnodekind" attribute
*/
void setDgmnodekind(java.math.BigInteger dgmnodekind);
/**
* Sets (as xml) the "dgmnodekind" attribute
*/
void xsetDgmnodekind(org.apache.xmlbeans.XmlInteger dgmnodekind);
/**
* Unsets the "dgmnodekind" attribute
*/
void unsetDgmnodekind();
/**
* Gets the "dgmlayoutmru" attribute
*/
java.math.BigInteger getDgmlayoutmru();
/**
* Gets (as xml) the "dgmlayoutmru" attribute
*/
org.apache.xmlbeans.XmlInteger xgetDgmlayoutmru();
/**
* True if has "dgmlayoutmru" attribute
*/
boolean isSetDgmlayoutmru();
/**
* Sets the "dgmlayoutmru" attribute
*/
void setDgmlayoutmru(java.math.BigInteger dgmlayoutmru);
/**
* Sets (as xml) the "dgmlayoutmru" attribute
*/
void xsetDgmlayoutmru(org.apache.xmlbeans.XmlInteger dgmlayoutmru);
/**
* Unsets the "dgmlayoutmru" attribute
*/
void unsetDgmlayoutmru();
/**
* Gets the "insetmode" attribute
*/
schemasMicrosoftComOfficeOffice.STInsetMode.Enum getInsetmode();
/**
* Gets (as xml) the "insetmode" attribute
*/
schemasMicrosoftComOfficeOffice.STInsetMode xgetInsetmode();
/**
* True if has "insetmode" attribute
*/
boolean isSetInsetmode();
/**
* Sets the "insetmode" attribute
*/
void setInsetmode(schemasMicrosoftComOfficeOffice.STInsetMode.Enum insetmode);
/**
* Sets (as xml) the "insetmode" attribute
*/
void xsetInsetmode(schemasMicrosoftComOfficeOffice.STInsetMode insetmode);
/**
* Unsets the "insetmode" attribute
*/
void unsetInsetmode();
/**
* Gets the "chromakey" attribute
*/
java.lang.String getChromakey();
/**
* Gets (as xml) the "chromakey" attribute
*/
schemasMicrosoftComVml.STColorType xgetChromakey();
/**
* True if has "chromakey" attribute
*/
boolean isSetChromakey();
/**
* Sets the "chromakey" attribute
*/
void setChromakey(java.lang.String chromakey);
/**
* Sets (as xml) the "chromakey" attribute
*/
void xsetChromakey(schemasMicrosoftComVml.STColorType chromakey);
/**
* Unsets the "chromakey" attribute
*/
void unsetChromakey();
/**
* Gets the "filled" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getFilled();
/**
* Gets (as xml) the "filled" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetFilled();
/**
* True if has "filled" attribute
*/
boolean isSetFilled();
/**
* Sets the "filled" attribute
*/
void setFilled(schemasMicrosoftComVml.STTrueFalse.Enum filled);
/**
* Sets (as xml) the "filled" attribute
*/
void xsetFilled(schemasMicrosoftComVml.STTrueFalse filled);
/**
* Unsets the "filled" attribute
*/
void unsetFilled();
/**
* Gets the "fillcolor" attribute
*/
java.lang.String getFillcolor();
/**
* Gets (as xml) the "fillcolor" attribute
*/
schemasMicrosoftComVml.STColorType xgetFillcolor();
/**
* True if has "fillcolor" attribute
*/
boolean isSetFillcolor();
/**
* Sets the "fillcolor" attribute
*/
void setFillcolor(java.lang.String fillcolor);
/**
* Sets (as xml) the "fillcolor" attribute
*/
void xsetFillcolor(schemasMicrosoftComVml.STColorType fillcolor);
/**
* Unsets the "fillcolor" attribute
*/
void unsetFillcolor();
/**
* Gets the "opacity" attribute
*/
java.lang.String getOpacity();
/**
* Gets (as xml) the "opacity" attribute
*/
org.apache.xmlbeans.XmlString xgetOpacity();
/**
* True if has "opacity" attribute
*/
boolean isSetOpacity();
/**
* Sets the "opacity" attribute
*/
void setOpacity(java.lang.String opacity);
/**
* Sets (as xml) the "opacity" attribute
*/
void xsetOpacity(org.apache.xmlbeans.XmlString opacity);
/**
* Unsets the "opacity" attribute
*/
void unsetOpacity();
/**
* Gets the "stroked" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getStroked();
/**
* Gets (as xml) the "stroked" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetStroked();
/**
* True if has "stroked" attribute
*/
boolean isSetStroked();
/**
* Sets the "stroked" attribute
*/
void setStroked(schemasMicrosoftComVml.STTrueFalse.Enum stroked);
/**
* Sets (as xml) the "stroked" attribute
*/
void xsetStroked(schemasMicrosoftComVml.STTrueFalse stroked);
/**
* Unsets the "stroked" attribute
*/
void unsetStroked();
/**
* Gets the "strokecolor" attribute
*/
java.lang.String getStrokecolor();
/**
* Gets (as xml) the "strokecolor" attribute
*/
schemasMicrosoftComVml.STColorType xgetStrokecolor();
/**
* True if has "strokecolor" attribute
*/
boolean isSetStrokecolor();
/**
* Sets the "strokecolor" attribute
*/
void setStrokecolor(java.lang.String strokecolor);
/**
* Sets (as xml) the "strokecolor" attribute
*/
void xsetStrokecolor(schemasMicrosoftComVml.STColorType strokecolor);
/**
* Unsets the "strokecolor" attribute
*/
void unsetStrokecolor();
/**
* Gets the "strokeweight" attribute
*/
java.lang.String getStrokeweight();
/**
* Gets (as xml) the "strokeweight" attribute
*/
org.apache.xmlbeans.XmlString xgetStrokeweight();
/**
* True if has "strokeweight" attribute
*/
boolean isSetStrokeweight();
/**
* Sets the "strokeweight" attribute
*/
void setStrokeweight(java.lang.String strokeweight);
/**
* Sets (as xml) the "strokeweight" attribute
*/
void xsetStrokeweight(org.apache.xmlbeans.XmlString strokeweight);
/**
* Unsets the "strokeweight" attribute
*/
void unsetStrokeweight();
/**
* Gets the "insetpen" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getInsetpen();
/**
* Gets (as xml) the "insetpen" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetInsetpen();
/**
* True if has "insetpen" attribute
*/
boolean isSetInsetpen();
/**
* Sets the "insetpen" attribute
*/
void setInsetpen(schemasMicrosoftComVml.STTrueFalse.Enum insetpen);
/**
* Sets (as xml) the "insetpen" attribute
*/
void xsetInsetpen(schemasMicrosoftComVml.STTrueFalse insetpen);
/**
* Unsets the "insetpen" attribute
*/
void unsetInsetpen();
/**
* Gets the "spt" attribute
*/
float getSpt();
/**
* Gets (as xml) the "spt" attribute
*/
org.apache.xmlbeans.XmlFloat xgetSpt();
/**
* True if has "spt" attribute
*/
boolean isSetSpt();
/**
* Sets the "spt" attribute
*/
void setSpt(float spt);
/**
* Sets (as xml) the "spt" attribute
*/
void xsetSpt(org.apache.xmlbeans.XmlFloat spt);
/**
* Unsets the "spt" attribute
*/
void unsetSpt();
/**
* Gets the "connectortype" attribute
*/
schemasMicrosoftComOfficeOffice.STConnectorType.Enum getConnectortype();
/**
* Gets (as xml) the "connectortype" attribute
*/
schemasMicrosoftComOfficeOffice.STConnectorType xgetConnectortype();
/**
* True if has "connectortype" attribute
*/
boolean isSetConnectortype();
/**
* Sets the "connectortype" attribute
*/
void setConnectortype(schemasMicrosoftComOfficeOffice.STConnectorType.Enum connectortype);
/**
* Sets (as xml) the "connectortype" attribute
*/
void xsetConnectortype(schemasMicrosoftComOfficeOffice.STConnectorType connectortype);
/**
* Unsets the "connectortype" attribute
*/
void unsetConnectortype();
/**
* Gets the "bwmode" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwmode();
/**
* Gets (as xml) the "bwmode" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwmode();
/**
* True if has "bwmode" attribute
*/
boolean isSetBwmode();
/**
* Sets the "bwmode" attribute
*/
void setBwmode(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwmode);
/**
* Sets (as xml) the "bwmode" attribute
*/
void xsetBwmode(schemasMicrosoftComOfficeOffice.STBWMode bwmode);
/**
* Unsets the "bwmode" attribute
*/
void unsetBwmode();
/**
* Gets the "bwpure" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwpure();
/**
* Gets (as xml) the "bwpure" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwpure();
/**
* True if has "bwpure" attribute
*/
boolean isSetBwpure();
/**
* Sets the "bwpure" attribute
*/
void setBwpure(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwpure);
/**
* Sets (as xml) the "bwpure" attribute
*/
void xsetBwpure(schemasMicrosoftComOfficeOffice.STBWMode bwpure);
/**
* Unsets the "bwpure" attribute
*/
void unsetBwpure();
/**
* Gets the "bwnormal" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode.Enum getBwnormal();
/**
* Gets (as xml) the "bwnormal" attribute
*/
schemasMicrosoftComOfficeOffice.STBWMode xgetBwnormal();
/**
* True if has "bwnormal" attribute
*/
boolean isSetBwnormal();
/**
* Sets the "bwnormal" attribute
*/
void setBwnormal(schemasMicrosoftComOfficeOffice.STBWMode.Enum bwnormal);
/**
* Sets (as xml) the "bwnormal" attribute
*/
void xsetBwnormal(schemasMicrosoftComOfficeOffice.STBWMode bwnormal);
/**
* Unsets the "bwnormal" attribute
*/
void unsetBwnormal();
/**
* Gets the "forcedash" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getForcedash();
/**
* Gets (as xml) the "forcedash" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetForcedash();
/**
* True if has "forcedash" attribute
*/
boolean isSetForcedash();
/**
* Sets the "forcedash" attribute
*/
void setForcedash(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum forcedash);
/**
* Sets (as xml) the "forcedash" attribute
*/
void xsetForcedash(schemasMicrosoftComOfficeOffice.STTrueFalse forcedash);
/**
* Unsets the "forcedash" attribute
*/
void unsetForcedash();
/**
* Gets the "oleicon" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getOleicon();
/**
* Gets (as xml) the "oleicon" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetOleicon();
/**
* True if has "oleicon" attribute
*/
boolean isSetOleicon();
/**
* Sets the "oleicon" attribute
*/
void setOleicon(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum oleicon);
/**
* Sets (as xml) the "oleicon" attribute
*/
void xsetOleicon(schemasMicrosoftComOfficeOffice.STTrueFalse oleicon);
/**
* Unsets the "oleicon" attribute
*/
void unsetOleicon();
/**
* Gets the "ole" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalseBlank.Enum getOle();
/**
* Gets (as xml) the "ole" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalseBlank xgetOle();
/**
* True if has "ole" attribute
*/
boolean isSetOle();
/**
* Sets the "ole" attribute
*/
void setOle(schemasMicrosoftComOfficeOffice.STTrueFalseBlank.Enum ole);
/**
* Sets (as xml) the "ole" attribute
*/
void xsetOle(schemasMicrosoftComOfficeOffice.STTrueFalseBlank ole);
/**
* Unsets the "ole" attribute
*/
void unsetOle();
/**
* Gets the "preferrelative" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getPreferrelative();
/**
* Gets (as xml) the "preferrelative" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetPreferrelative();
/**
* True if has "preferrelative" attribute
*/
boolean isSetPreferrelative();
/**
* Sets the "preferrelative" attribute
*/
void setPreferrelative(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum preferrelative);
/**
* Sets (as xml) the "preferrelative" attribute
*/
void xsetPreferrelative(schemasMicrosoftComOfficeOffice.STTrueFalse preferrelative);
/**
* Unsets the "preferrelative" attribute
*/
void unsetPreferrelative();
/**
* Gets the "cliptowrap" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getCliptowrap();
/**
* Gets (as xml) the "cliptowrap" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetCliptowrap();
/**
* True if has "cliptowrap" attribute
*/
boolean isSetCliptowrap();
/**
* Sets the "cliptowrap" attribute
*/
void setCliptowrap(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum cliptowrap);
/**
* Sets (as xml) the "cliptowrap" attribute
*/
void xsetCliptowrap(schemasMicrosoftComOfficeOffice.STTrueFalse cliptowrap);
/**
* Unsets the "cliptowrap" attribute
*/
void unsetCliptowrap();
/**
* Gets the "clip" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getClip();
/**
* Gets (as xml) the "clip" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetClip();
/**
* True if has "clip" attribute
*/
boolean isSetClip();
/**
* Sets the "clip" attribute
*/
void setClip(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum clip);
/**
* Sets (as xml) the "clip" attribute
*/
void xsetClip(schemasMicrosoftComOfficeOffice.STTrueFalse clip);
/**
* Unsets the "clip" attribute
*/
void unsetClip();
/**
* Gets the "type" attribute
*/
java.lang.String getType();
/**
* Gets (as xml) the "type" attribute
*/
org.apache.xmlbeans.XmlString xgetType();
/**
* True if has "type" attribute
*/
boolean isSetType();
/**
* Sets the "type" attribute
*/
void setType(java.lang.String type);
/**
* Sets (as xml) the "type" attribute
*/
void xsetType(org.apache.xmlbeans.XmlString type);
/**
* Unsets the "type" attribute
*/
void unsetType();
/**
* Gets the "adj" attribute
*/
java.lang.String getAdj();
/**
* Gets (as xml) the "adj" attribute
*/
org.apache.xmlbeans.XmlString xgetAdj();
/**
* True if has "adj" attribute
*/
boolean isSetAdj();
/**
* Sets the "adj" attribute
*/
void setAdj(java.lang.String adj);
/**
* Sets (as xml) the "adj" attribute
*/
void xsetAdj(org.apache.xmlbeans.XmlString adj);
/**
* Unsets the "adj" attribute
*/
void unsetAdj();
/**
* Gets the "path" attribute
*/
java.lang.String getPath2();
/**
* Gets (as xml) the "path" attribute
*/
org.apache.xmlbeans.XmlString xgetPath2();
/**
* True if has "path" attribute
*/
boolean isSetPath2();
/**
* Sets the "path" attribute
*/
void setPath2(java.lang.String path2);
/**
* Sets (as xml) the "path" attribute
*/
void xsetPath2(org.apache.xmlbeans.XmlString path2);
/**
* Unsets the "path" attribute
*/
void unsetPath2();
/**
* Gets the "gfxdata" attribute
*/
byte[] getGfxdata();
/**
* Gets (as xml) the "gfxdata" attribute
*/
org.apache.xmlbeans.XmlBase64Binary xgetGfxdata();
/**
* True if has "gfxdata" attribute
*/
boolean isSetGfxdata();
/**
* Sets the "gfxdata" attribute
*/
void setGfxdata(byte[] gfxdata);
/**
* Sets (as xml) the "gfxdata" attribute
*/
void xsetGfxdata(org.apache.xmlbeans.XmlBase64Binary gfxdata);
/**
* Unsets the "gfxdata" attribute
*/
void unsetGfxdata();
/**
* Gets the "equationxml" attribute
*/
java.lang.String getEquationxml();
/**
* Gets (as xml) the "equationxml" attribute
*/
org.apache.xmlbeans.XmlString xgetEquationxml();
/**
* True if has "equationxml" attribute
*/
boolean isSetEquationxml();
/**
* Sets the "equationxml" attribute
*/
void setEquationxml(java.lang.String equationxml);
/**
* Sets (as xml) the "equationxml" attribute
*/
void xsetEquationxml(org.apache.xmlbeans.XmlString equationxml);
/**
* Unsets the "equationxml" attribute
*/
void unsetEquationxml();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComVml.CTShape newInstance() {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComVml.CTShape newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComVml.CTShape parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComVml.CTShape parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComVml.CTShape parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComVml.CTShape parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComVml.CTShape parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComVml.CTShape parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComVml.CTShape parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComVml.CTShape parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTShape parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTShape parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTShape) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}