com.microsoft.schemas.vml.CTPath Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used):
https://www.ecma-international.org/publications/standards/Ecma-376.htm
/*
* XML Type: CT_Path
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.CTPath
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_Path(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTPath extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpath5963type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* 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 "v" attribute
*/
java.lang.String getV();
/**
* Gets (as xml) the "v" attribute
*/
org.apache.xmlbeans.XmlString xgetV();
/**
* True if has "v" attribute
*/
boolean isSetV();
/**
* Sets the "v" attribute
*/
void setV(java.lang.String v);
/**
* Sets (as xml) the "v" attribute
*/
void xsetV(org.apache.xmlbeans.XmlString v);
/**
* Unsets the "v" attribute
*/
void unsetV();
/**
* Gets the "limo" attribute
*/
java.lang.String getLimo();
/**
* Gets (as xml) the "limo" attribute
*/
org.apache.xmlbeans.XmlString xgetLimo();
/**
* True if has "limo" attribute
*/
boolean isSetLimo();
/**
* Sets the "limo" attribute
*/
void setLimo(java.lang.String limo);
/**
* Sets (as xml) the "limo" attribute
*/
void xsetLimo(org.apache.xmlbeans.XmlString limo);
/**
* Unsets the "limo" attribute
*/
void unsetLimo();
/**
* Gets the "textboxrect" attribute
*/
java.lang.String getTextboxrect();
/**
* Gets (as xml) the "textboxrect" attribute
*/
org.apache.xmlbeans.XmlString xgetTextboxrect();
/**
* True if has "textboxrect" attribute
*/
boolean isSetTextboxrect();
/**
* Sets the "textboxrect" attribute
*/
void setTextboxrect(java.lang.String textboxrect);
/**
* Sets (as xml) the "textboxrect" attribute
*/
void xsetTextboxrect(org.apache.xmlbeans.XmlString textboxrect);
/**
* Unsets the "textboxrect" attribute
*/
void unsetTextboxrect();
/**
* Gets the "fillok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getFillok();
/**
* Gets (as xml) the "fillok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetFillok();
/**
* True if has "fillok" attribute
*/
boolean isSetFillok();
/**
* Sets the "fillok" attribute
*/
void setFillok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum fillok);
/**
* Sets (as xml) the "fillok" attribute
*/
void xsetFillok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse fillok);
/**
* Unsets the "fillok" attribute
*/
void unsetFillok();
/**
* Gets the "strokeok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getStrokeok();
/**
* Gets (as xml) the "strokeok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetStrokeok();
/**
* True if has "strokeok" attribute
*/
boolean isSetStrokeok();
/**
* Sets the "strokeok" attribute
*/
void setStrokeok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum strokeok);
/**
* Sets (as xml) the "strokeok" attribute
*/
void xsetStrokeok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse strokeok);
/**
* Unsets the "strokeok" attribute
*/
void unsetStrokeok();
/**
* Gets the "shadowok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getShadowok();
/**
* Gets (as xml) the "shadowok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetShadowok();
/**
* True if has "shadowok" attribute
*/
boolean isSetShadowok();
/**
* Sets the "shadowok" attribute
*/
void setShadowok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum shadowok);
/**
* Sets (as xml) the "shadowok" attribute
*/
void xsetShadowok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse shadowok);
/**
* Unsets the "shadowok" attribute
*/
void unsetShadowok();
/**
* Gets the "arrowok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getArrowok();
/**
* Gets (as xml) the "arrowok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetArrowok();
/**
* True if has "arrowok" attribute
*/
boolean isSetArrowok();
/**
* Sets the "arrowok" attribute
*/
void setArrowok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum arrowok);
/**
* Sets (as xml) the "arrowok" attribute
*/
void xsetArrowok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse arrowok);
/**
* Unsets the "arrowok" attribute
*/
void unsetArrowok();
/**
* Gets the "gradientshapeok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getGradientshapeok();
/**
* Gets (as xml) the "gradientshapeok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetGradientshapeok();
/**
* True if has "gradientshapeok" attribute
*/
boolean isSetGradientshapeok();
/**
* Sets the "gradientshapeok" attribute
*/
void setGradientshapeok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum gradientshapeok);
/**
* Sets (as xml) the "gradientshapeok" attribute
*/
void xsetGradientshapeok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse gradientshapeok);
/**
* Unsets the "gradientshapeok" attribute
*/
void unsetGradientshapeok();
/**
* Gets the "textpathok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getTextpathok();
/**
* Gets (as xml) the "textpathok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetTextpathok();
/**
* True if has "textpathok" attribute
*/
boolean isSetTextpathok();
/**
* Sets the "textpathok" attribute
*/
void setTextpathok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum textpathok);
/**
* Sets (as xml) the "textpathok" attribute
*/
void xsetTextpathok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse textpathok);
/**
* Unsets the "textpathok" attribute
*/
void unsetTextpathok();
/**
* Gets the "insetpenok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getInsetpenok();
/**
* Gets (as xml) the "insetpenok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetInsetpenok();
/**
* True if has "insetpenok" attribute
*/
boolean isSetInsetpenok();
/**
* Sets the "insetpenok" attribute
*/
void setInsetpenok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum insetpenok);
/**
* Sets (as xml) the "insetpenok" attribute
*/
void xsetInsetpenok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse insetpenok);
/**
* Unsets the "insetpenok" attribute
*/
void unsetInsetpenok();
/**
* Gets the "connecttype" attribute
*/
com.microsoft.schemas.office.office.STConnectType.Enum getConnecttype();
/**
* Gets (as xml) the "connecttype" attribute
*/
com.microsoft.schemas.office.office.STConnectType xgetConnecttype();
/**
* True if has "connecttype" attribute
*/
boolean isSetConnecttype();
/**
* Sets the "connecttype" attribute
*/
void setConnecttype(com.microsoft.schemas.office.office.STConnectType.Enum connecttype);
/**
* Sets (as xml) the "connecttype" attribute
*/
void xsetConnecttype(com.microsoft.schemas.office.office.STConnectType connecttype);
/**
* Unsets the "connecttype" attribute
*/
void unsetConnecttype();
/**
* Gets the "connectlocs" attribute
*/
java.lang.String getConnectlocs();
/**
* Gets (as xml) the "connectlocs" attribute
*/
org.apache.xmlbeans.XmlString xgetConnectlocs();
/**
* True if has "connectlocs" attribute
*/
boolean isSetConnectlocs();
/**
* Sets the "connectlocs" attribute
*/
void setConnectlocs(java.lang.String connectlocs);
/**
* Sets (as xml) the "connectlocs" attribute
*/
void xsetConnectlocs(org.apache.xmlbeans.XmlString connectlocs);
/**
* Unsets the "connectlocs" attribute
*/
void unsetConnectlocs();
/**
* Gets the "connectangles" attribute
*/
java.lang.String getConnectangles();
/**
* Gets (as xml) the "connectangles" attribute
*/
org.apache.xmlbeans.XmlString xgetConnectangles();
/**
* True if has "connectangles" attribute
*/
boolean isSetConnectangles();
/**
* Sets the "connectangles" attribute
*/
void setConnectangles(java.lang.String connectangles);
/**
* Sets (as xml) the "connectangles" attribute
*/
void xsetConnectangles(org.apache.xmlbeans.XmlString connectangles);
/**
* Unsets the "connectangles" attribute
*/
void unsetConnectangles();
/**
* Gets the "extrusionok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getExtrusionok();
/**
* Gets (as xml) the "extrusionok" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetExtrusionok();
/**
* True if has "extrusionok" attribute
*/
boolean isSetExtrusionok();
/**
* Sets the "extrusionok" attribute
*/
void setExtrusionok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum extrusionok);
/**
* Sets (as xml) the "extrusionok" attribute
*/
void xsetExtrusionok(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse extrusionok);
/**
* Unsets the "extrusionok" attribute
*/
void unsetExtrusionok();
}