All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.schemas.office.office.CTCallout 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

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_Callout
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTCallout
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;


/**
 * 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.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("ctcallouta029type");
    
    /**
     * Gets the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(com.microsoft.schemas.vml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(com.microsoft.schemas.vml.STExt ext);
    
    /**
     * Unsets the "ext" attribute
     */
    void unsetExt();
    
    /**
     * Gets the "on" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getOn();
    
    /**
     * Gets (as xml) the "on" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetOn();
    
    /**
     * True if has "on" attribute
     */
    boolean isSetOn();
    
    /**
     * Sets the "on" attribute
     */
    void setOn(com.microsoft.schemas.office.office.STTrueFalse.Enum on);
    
    /**
     * Sets (as xml) the "on" attribute
     */
    void xsetOn(com.microsoft.schemas.office.office.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
     */
    com.microsoft.schemas.office.office.STAngle.Enum getAngle();
    
    /**
     * Gets (as xml) the "angle" attribute
     */
    com.microsoft.schemas.office.office.STAngle xgetAngle();
    
    /**
     * True if has "angle" attribute
     */
    boolean isSetAngle();
    
    /**
     * Sets the "angle" attribute
     */
    void setAngle(com.microsoft.schemas.office.office.STAngle.Enum angle);
    
    /**
     * Sets (as xml) the "angle" attribute
     */
    void xsetAngle(com.microsoft.schemas.office.office.STAngle angle);
    
    /**
     * Unsets the "angle" attribute
     */
    void unsetAngle();
    
    /**
     * Gets the "dropauto" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getDropauto();
    
    /**
     * Gets (as xml) the "dropauto" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetDropauto();
    
    /**
     * True if has "dropauto" attribute
     */
    boolean isSetDropauto();
    
    /**
     * Sets the "dropauto" attribute
     */
    void setDropauto(com.microsoft.schemas.office.office.STTrueFalse.Enum dropauto);
    
    /**
     * Sets (as xml) the "dropauto" attribute
     */
    void xsetDropauto(com.microsoft.schemas.office.office.STTrueFalse dropauto);
    
    /**
     * Unsets the "dropauto" attribute
     */
    void unsetDropauto();
    
    /**
     * Gets the "drop" attribute
     */
    java.lang.String getDrop();
    
    /**
     * Gets (as xml) the "drop" attribute
     */
    com.microsoft.schemas.office.office.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(com.microsoft.schemas.office.office.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
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getLengthspecified();
    
    /**
     * Gets (as xml) the "lengthspecified" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetLengthspecified();
    
    /**
     * True if has "lengthspecified" attribute
     */
    boolean isSetLengthspecified();
    
    /**
     * Sets the "lengthspecified" attribute
     */
    void setLengthspecified(com.microsoft.schemas.office.office.STTrueFalse.Enum lengthspecified);
    
    /**
     * Sets (as xml) the "lengthspecified" attribute
     */
    void xsetLengthspecified(com.microsoft.schemas.office.office.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
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAccentbar();
    
    /**
     * Gets (as xml) the "accentbar" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAccentbar();
    
    /**
     * True if has "accentbar" attribute
     */
    boolean isSetAccentbar();
    
    /**
     * Sets the "accentbar" attribute
     */
    void setAccentbar(com.microsoft.schemas.office.office.STTrueFalse.Enum accentbar);
    
    /**
     * Sets (as xml) the "accentbar" attribute
     */
    void xsetAccentbar(com.microsoft.schemas.office.office.STTrueFalse accentbar);
    
    /**
     * Unsets the "accentbar" attribute
     */
    void unsetAccentbar();
    
    /**
     * Gets the "textborder" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getTextborder();
    
    /**
     * Gets (as xml) the "textborder" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetTextborder();
    
    /**
     * True if has "textborder" attribute
     */
    boolean isSetTextborder();
    
    /**
     * Sets the "textborder" attribute
     */
    void setTextborder(com.microsoft.schemas.office.office.STTrueFalse.Enum textborder);
    
    /**
     * Sets (as xml) the "textborder" attribute
     */
    void xsetTextborder(com.microsoft.schemas.office.office.STTrueFalse textborder);
    
    /**
     * Unsets the "textborder" attribute
     */
    void unsetTextborder();
    
    /**
     * Gets the "minusx" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getMinusx();
    
    /**
     * Gets (as xml) the "minusx" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetMinusx();
    
    /**
     * True if has "minusx" attribute
     */
    boolean isSetMinusx();
    
    /**
     * Sets the "minusx" attribute
     */
    void setMinusx(com.microsoft.schemas.office.office.STTrueFalse.Enum minusx);
    
    /**
     * Sets (as xml) the "minusx" attribute
     */
    void xsetMinusx(com.microsoft.schemas.office.office.STTrueFalse minusx);
    
    /**
     * Unsets the "minusx" attribute
     */
    void unsetMinusx();
    
    /**
     * Gets the "minusy" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getMinusy();
    
    /**
     * Gets (as xml) the "minusy" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetMinusy();
    
    /**
     * True if has "minusy" attribute
     */
    boolean isSetMinusy();
    
    /**
     * Sets the "minusy" attribute
     */
    void setMinusy(com.microsoft.schemas.office.office.STTrueFalse.Enum minusy);
    
    /**
     * Sets (as xml) the "minusy" attribute
     */
    void xsetMinusy(com.microsoft.schemas.office.office.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 com.microsoft.schemas.office.office.CTCallout newInstance() {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.office.CTCallout parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTCallout parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static com.microsoft.schemas.office.office.CTCallout parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static com.microsoft.schemas.office.office.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 (com.microsoft.schemas.office.office.CTCallout) org.apache.poi.POIXMLTypeLoader.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.poi.POIXMLTypeLoader.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.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy