com.microsoft.schemas.vml.CTH 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_H
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.CTH
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml;
/**
* An XML CT_H(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTH extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("cth4cbctype");
/**
* 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();
/**
* 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 com.microsoft.schemas.vml.CTH newInstance() {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().newInstance( type, null ); }
public static com.microsoft.schemas.vml.CTH newInstance(org.apache.xmlbeans.XmlOptions options) {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static com.microsoft.schemas.vml.CTH parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( xmlAsString, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static com.microsoft.schemas.vml.CTH parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( file, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( file, type, options ); }
public static com.microsoft.schemas.vml.CTH parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( u, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( u, type, options ); }
public static com.microsoft.schemas.vml.CTH parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( is, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( is, type, options ); }
public static com.microsoft.schemas.vml.CTH parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( r, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( r, type, options ); }
public static com.microsoft.schemas.vml.CTH parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( sr, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( sr, type, options ); }
public static com.microsoft.schemas.vml.CTH parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( node, type, null ); }
public static com.microsoft.schemas.vml.CTH parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (com.microsoft.schemas.vml.CTH) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}