com.microsoft.schemas.vml.CTH 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_H
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.CTH
*
* 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_H(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTH extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "cth4cbctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "position" attribute
*/
java.lang.String getPosition();
/**
* Gets (as xml) the "position" attribute
*/
org.apache.xmlbeans.XmlString xgetPosition();
/**
* True if has "position" attribute
*/
boolean isSetPosition();
/**
* Sets the "position" attribute
*/
void setPosition(java.lang.String position);
/**
* Sets (as xml) the "position" attribute
*/
void xsetPosition(org.apache.xmlbeans.XmlString position);
/**
* Unsets the "position" attribute
*/
void unsetPosition();
/**
* Gets the "polar" attribute
*/
java.lang.String getPolar();
/**
* Gets (as xml) the "polar" attribute
*/
org.apache.xmlbeans.XmlString xgetPolar();
/**
* True if has "polar" attribute
*/
boolean isSetPolar();
/**
* Sets the "polar" attribute
*/
void setPolar(java.lang.String polar);
/**
* Sets (as xml) the "polar" attribute
*/
void xsetPolar(org.apache.xmlbeans.XmlString polar);
/**
* Unsets the "polar" attribute
*/
void unsetPolar();
/**
* Gets the "map" attribute
*/
java.lang.String getMap();
/**
* Gets (as xml) the "map" attribute
*/
org.apache.xmlbeans.XmlString xgetMap();
/**
* True if has "map" attribute
*/
boolean isSetMap();
/**
* Sets the "map" attribute
*/
void setMap(java.lang.String map);
/**
* Sets (as xml) the "map" attribute
*/
void xsetMap(org.apache.xmlbeans.XmlString map);
/**
* Unsets the "map" attribute
*/
void unsetMap();
/**
* Gets the "invx" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getInvx();
/**
* Gets (as xml) the "invx" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetInvx();
/**
* True if has "invx" attribute
*/
boolean isSetInvx();
/**
* Sets the "invx" attribute
*/
void setInvx(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum invx);
/**
* Sets (as xml) the "invx" attribute
*/
void xsetInvx(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse invx);
/**
* Unsets the "invx" attribute
*/
void unsetInvx();
/**
* Gets the "invy" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getInvy();
/**
* Gets (as xml) the "invy" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetInvy();
/**
* True if has "invy" attribute
*/
boolean isSetInvy();
/**
* Sets the "invy" attribute
*/
void setInvy(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum invy);
/**
* Sets (as xml) the "invy" attribute
*/
void xsetInvy(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse invy);
/**
* Unsets the "invy" attribute
*/
void unsetInvy();
/**
* Gets the "switch" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalseBlank.Enum getSwitch();
/**
* Gets (as xml) the "switch" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalseBlank xgetSwitch();
/**
* True if has "switch" attribute
*/
boolean isSetSwitch();
/**
* Sets the "switch" attribute
*/
void setSwitch(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalseBlank.Enum xswitch);
/**
* Sets (as xml) the "switch" attribute
*/
void xsetSwitch(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalseBlank xswitch);
/**
* Unsets the "switch" attribute
*/
void unsetSwitch();
/**
* Gets the "xrange" attribute
*/
java.lang.String getXrange();
/**
* Gets (as xml) the "xrange" attribute
*/
org.apache.xmlbeans.XmlString xgetXrange();
/**
* True if has "xrange" attribute
*/
boolean isSetXrange();
/**
* Sets the "xrange" attribute
*/
void setXrange(java.lang.String xrange);
/**
* Sets (as xml) the "xrange" attribute
*/
void xsetXrange(org.apache.xmlbeans.XmlString xrange);
/**
* Unsets the "xrange" attribute
*/
void unsetXrange();
/**
* Gets the "yrange" attribute
*/
java.lang.String getYrange();
/**
* Gets (as xml) the "yrange" attribute
*/
org.apache.xmlbeans.XmlString xgetYrange();
/**
* True if has "yrange" attribute
*/
boolean isSetYrange();
/**
* Sets the "yrange" attribute
*/
void setYrange(java.lang.String yrange);
/**
* Sets (as xml) the "yrange" attribute
*/
void xsetYrange(org.apache.xmlbeans.XmlString yrange);
/**
* Unsets the "yrange" attribute
*/
void unsetYrange();
/**
* Gets the "radiusrange" attribute
*/
java.lang.String getRadiusrange();
/**
* Gets (as xml) the "radiusrange" attribute
*/
org.apache.xmlbeans.XmlString xgetRadiusrange();
/**
* True if has "radiusrange" attribute
*/
boolean isSetRadiusrange();
/**
* Sets the "radiusrange" attribute
*/
void setRadiusrange(java.lang.String radiusrange);
/**
* Sets (as xml) the "radiusrange" attribute
*/
void xsetRadiusrange(org.apache.xmlbeans.XmlString radiusrange);
/**
* Unsets the "radiusrange" attribute
*/
void unsetRadiusrange();
}