schemasMicrosoftComOfficeOffice.CTCallout Maven / Gradle / Ivy
The newest version!
/*
* XML Type: CT_Callout
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: schemasMicrosoftComOfficeOffice.CTCallout
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeOffice;
/**
* An XML CT_Callout(@urn:schemas-microsoft-com:office:office).
*
* This is a complex type.
*/
public interface CTCallout extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTCallout.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctcallouta029type");
/**
* Gets the "ext" attribute
*/
schemasMicrosoftComVml.STExt.Enum getExt();
/**
* Gets (as xml) the "ext" attribute
*/
schemasMicrosoftComVml.STExt xgetExt();
/**
* True if has "ext" attribute
*/
boolean isSetExt();
/**
* Sets the "ext" attribute
*/
void setExt(schemasMicrosoftComVml.STExt.Enum ext);
/**
* Sets (as xml) the "ext" attribute
*/
void xsetExt(schemasMicrosoftComVml.STExt ext);
/**
* Unsets the "ext" attribute
*/
void unsetExt();
/**
* Gets the "on" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getOn();
/**
* Gets (as xml) the "on" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetOn();
/**
* True if has "on" attribute
*/
boolean isSetOn();
/**
* Sets the "on" attribute
*/
void setOn(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum on);
/**
* Sets (as xml) the "on" attribute
*/
void xsetOn(schemasMicrosoftComOfficeOffice.STTrueFalse on);
/**
* Unsets the "on" attribute
*/
void unsetOn();
/**
* 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 "gap" attribute
*/
java.lang.String getGap();
/**
* Gets (as xml) the "gap" attribute
*/
org.apache.xmlbeans.XmlString xgetGap();
/**
* True if has "gap" attribute
*/
boolean isSetGap();
/**
* Sets the "gap" attribute
*/
void setGap(java.lang.String gap);
/**
* Sets (as xml) the "gap" attribute
*/
void xsetGap(org.apache.xmlbeans.XmlString gap);
/**
* Unsets the "gap" attribute
*/
void unsetGap();
/**
* Gets the "angle" attribute
*/
schemasMicrosoftComOfficeOffice.STAngle.Enum getAngle();
/**
* Gets (as xml) the "angle" attribute
*/
schemasMicrosoftComOfficeOffice.STAngle xgetAngle();
/**
* True if has "angle" attribute
*/
boolean isSetAngle();
/**
* Sets the "angle" attribute
*/
void setAngle(schemasMicrosoftComOfficeOffice.STAngle.Enum angle);
/**
* Sets (as xml) the "angle" attribute
*/
void xsetAngle(schemasMicrosoftComOfficeOffice.STAngle angle);
/**
* Unsets the "angle" attribute
*/
void unsetAngle();
/**
* Gets the "dropauto" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getDropauto();
/**
* Gets (as xml) the "dropauto" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetDropauto();
/**
* True if has "dropauto" attribute
*/
boolean isSetDropauto();
/**
* Sets the "dropauto" attribute
*/
void setDropauto(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum dropauto);
/**
* Sets (as xml) the "dropauto" attribute
*/
void xsetDropauto(schemasMicrosoftComOfficeOffice.STTrueFalse dropauto);
/**
* Unsets the "dropauto" attribute
*/
void unsetDropauto();
/**
* Gets the "drop" attribute
*/
java.lang.String getDrop();
/**
* Gets (as xml) the "drop" attribute
*/
schemasMicrosoftComOfficeOffice.STCalloutDrop xgetDrop();
/**
* True if has "drop" attribute
*/
boolean isSetDrop();
/**
* Sets the "drop" attribute
*/
void setDrop(java.lang.String drop);
/**
* Sets (as xml) the "drop" attribute
*/
void xsetDrop(schemasMicrosoftComOfficeOffice.STCalloutDrop drop);
/**
* Unsets the "drop" attribute
*/
void unsetDrop();
/**
* Gets the "distance" attribute
*/
java.lang.String getDistance();
/**
* Gets (as xml) the "distance" attribute
*/
org.apache.xmlbeans.XmlString xgetDistance();
/**
* True if has "distance" attribute
*/
boolean isSetDistance();
/**
* Sets the "distance" attribute
*/
void setDistance(java.lang.String distance);
/**
* Sets (as xml) the "distance" attribute
*/
void xsetDistance(org.apache.xmlbeans.XmlString distance);
/**
* Unsets the "distance" attribute
*/
void unsetDistance();
/**
* Gets the "lengthspecified" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getLengthspecified();
/**
* Gets (as xml) the "lengthspecified" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetLengthspecified();
/**
* True if has "lengthspecified" attribute
*/
boolean isSetLengthspecified();
/**
* Sets the "lengthspecified" attribute
*/
void setLengthspecified(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum lengthspecified);
/**
* Sets (as xml) the "lengthspecified" attribute
*/
void xsetLengthspecified(schemasMicrosoftComOfficeOffice.STTrueFalse lengthspecified);
/**
* Unsets the "lengthspecified" attribute
*/
void unsetLengthspecified();
/**
* Gets the "length" attribute
*/
java.lang.String getLength();
/**
* Gets (as xml) the "length" attribute
*/
org.apache.xmlbeans.XmlString xgetLength();
/**
* True if has "length" attribute
*/
boolean isSetLength();
/**
* Sets the "length" attribute
*/
void setLength(java.lang.String length);
/**
* Sets (as xml) the "length" attribute
*/
void xsetLength(org.apache.xmlbeans.XmlString length);
/**
* Unsets the "length" attribute
*/
void unsetLength();
/**
* Gets the "accentbar" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAccentbar();
/**
* Gets (as xml) the "accentbar" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetAccentbar();
/**
* True if has "accentbar" attribute
*/
boolean isSetAccentbar();
/**
* Sets the "accentbar" attribute
*/
void setAccentbar(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum accentbar);
/**
* Sets (as xml) the "accentbar" attribute
*/
void xsetAccentbar(schemasMicrosoftComOfficeOffice.STTrueFalse accentbar);
/**
* Unsets the "accentbar" attribute
*/
void unsetAccentbar();
/**
* Gets the "textborder" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getTextborder();
/**
* Gets (as xml) the "textborder" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetTextborder();
/**
* True if has "textborder" attribute
*/
boolean isSetTextborder();
/**
* Sets the "textborder" attribute
*/
void setTextborder(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum textborder);
/**
* Sets (as xml) the "textborder" attribute
*/
void xsetTextborder(schemasMicrosoftComOfficeOffice.STTrueFalse textborder);
/**
* Unsets the "textborder" attribute
*/
void unsetTextborder();
/**
* Gets the "minusx" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getMinusx();
/**
* Gets (as xml) the "minusx" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetMinusx();
/**
* True if has "minusx" attribute
*/
boolean isSetMinusx();
/**
* Sets the "minusx" attribute
*/
void setMinusx(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum minusx);
/**
* Sets (as xml) the "minusx" attribute
*/
void xsetMinusx(schemasMicrosoftComOfficeOffice.STTrueFalse minusx);
/**
* Unsets the "minusx" attribute
*/
void unsetMinusx();
/**
* Gets the "minusy" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getMinusy();
/**
* Gets (as xml) the "minusy" attribute
*/
schemasMicrosoftComOfficeOffice.STTrueFalse xgetMinusy();
/**
* True if has "minusy" attribute
*/
boolean isSetMinusy();
/**
* Sets the "minusy" attribute
*/
void setMinusy(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum minusy);
/**
* Sets (as xml) the "minusy" attribute
*/
void xsetMinusy(schemasMicrosoftComOfficeOffice.STTrueFalse minusy);
/**
* Unsets the "minusy" attribute
*/
void unsetMinusy();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComOfficeOffice.CTCallout newInstance() {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComOfficeOffice.CTCallout parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComOfficeOffice.CTCallout parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComOfficeOffice.CTCallout) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComOfficeOffice.CTCallout 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 (schemasMicrosoftComOfficeOffice.CTCallout) 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
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy