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

com.microsoft.schemas.office.office.CTDiagram Maven / Gradle / Ivy

/*
 * XML Type:  CT_Diagram
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTDiagram
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;


/**
 * An XML CT_Diagram(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTDiagram extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctdiagramc1cctype");
    
    /**
     * Gets the "relationtable" element
     */
    com.microsoft.schemas.office.office.CTRelationTable getRelationtable();
    
    /**
     * True if has "relationtable" element
     */
    boolean isSetRelationtable();
    
    /**
     * Sets the "relationtable" element
     */
    void setRelationtable(com.microsoft.schemas.office.office.CTRelationTable relationtable);
    
    /**
     * Appends and returns a new empty "relationtable" element
     */
    com.microsoft.schemas.office.office.CTRelationTable addNewRelationtable();
    
    /**
     * Unsets the "relationtable" element
     */
    void unsetRelationtable();
    
    /**
     * 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 "dgmstyle" attribute
     */
    java.math.BigInteger getDgmstyle();
    
    /**
     * Gets (as xml) the "dgmstyle" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmstyle();
    
    /**
     * True if has "dgmstyle" attribute
     */
    boolean isSetDgmstyle();
    
    /**
     * Sets the "dgmstyle" attribute
     */
    void setDgmstyle(java.math.BigInteger dgmstyle);
    
    /**
     * Sets (as xml) the "dgmstyle" attribute
     */
    void xsetDgmstyle(org.apache.xmlbeans.XmlInteger dgmstyle);
    
    /**
     * Unsets the "dgmstyle" attribute
     */
    void unsetDgmstyle();
    
    /**
     * Gets the "autoformat" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getAutoformat();
    
    /**
     * Gets (as xml) the "autoformat" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetAutoformat();
    
    /**
     * True if has "autoformat" attribute
     */
    boolean isSetAutoformat();
    
    /**
     * Sets the "autoformat" attribute
     */
    void setAutoformat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum autoformat);
    
    /**
     * Sets (as xml) the "autoformat" attribute
     */
    void xsetAutoformat(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse autoformat);
    
    /**
     * Unsets the "autoformat" attribute
     */
    void unsetAutoformat();
    
    /**
     * Gets the "reverse" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getReverse();
    
    /**
     * Gets (as xml) the "reverse" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetReverse();
    
    /**
     * True if has "reverse" attribute
     */
    boolean isSetReverse();
    
    /**
     * Sets the "reverse" attribute
     */
    void setReverse(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum reverse);
    
    /**
     * Sets (as xml) the "reverse" attribute
     */
    void xsetReverse(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse reverse);
    
    /**
     * Unsets the "reverse" attribute
     */
    void unsetReverse();
    
    /**
     * Gets the "autolayout" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum getAutolayout();
    
    /**
     * Gets (as xml) the "autolayout" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse xgetAutolayout();
    
    /**
     * True if has "autolayout" attribute
     */
    boolean isSetAutolayout();
    
    /**
     * Sets the "autolayout" attribute
     */
    void setAutolayout(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse.Enum autolayout);
    
    /**
     * Sets (as xml) the "autolayout" attribute
     */
    void xsetAutolayout(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTrueFalse autolayout);
    
    /**
     * Unsets the "autolayout" attribute
     */
    void unsetAutolayout();
    
    /**
     * Gets the "dgmscalex" attribute
     */
    java.math.BigInteger getDgmscalex();
    
    /**
     * Gets (as xml) the "dgmscalex" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmscalex();
    
    /**
     * True if has "dgmscalex" attribute
     */
    boolean isSetDgmscalex();
    
    /**
     * Sets the "dgmscalex" attribute
     */
    void setDgmscalex(java.math.BigInteger dgmscalex);
    
    /**
     * Sets (as xml) the "dgmscalex" attribute
     */
    void xsetDgmscalex(org.apache.xmlbeans.XmlInteger dgmscalex);
    
    /**
     * Unsets the "dgmscalex" attribute
     */
    void unsetDgmscalex();
    
    /**
     * Gets the "dgmscaley" attribute
     */
    java.math.BigInteger getDgmscaley();
    
    /**
     * Gets (as xml) the "dgmscaley" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmscaley();
    
    /**
     * True if has "dgmscaley" attribute
     */
    boolean isSetDgmscaley();
    
    /**
     * Sets the "dgmscaley" attribute
     */
    void setDgmscaley(java.math.BigInteger dgmscaley);
    
    /**
     * Sets (as xml) the "dgmscaley" attribute
     */
    void xsetDgmscaley(org.apache.xmlbeans.XmlInteger dgmscaley);
    
    /**
     * Unsets the "dgmscaley" attribute
     */
    void unsetDgmscaley();
    
    /**
     * Gets the "dgmfontsize" attribute
     */
    java.math.BigInteger getDgmfontsize();
    
    /**
     * Gets (as xml) the "dgmfontsize" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmfontsize();
    
    /**
     * True if has "dgmfontsize" attribute
     */
    boolean isSetDgmfontsize();
    
    /**
     * Sets the "dgmfontsize" attribute
     */
    void setDgmfontsize(java.math.BigInteger dgmfontsize);
    
    /**
     * Sets (as xml) the "dgmfontsize" attribute
     */
    void xsetDgmfontsize(org.apache.xmlbeans.XmlInteger dgmfontsize);
    
    /**
     * Unsets the "dgmfontsize" attribute
     */
    void unsetDgmfontsize();
    
    /**
     * Gets the "constrainbounds" attribute
     */
    java.lang.String getConstrainbounds();
    
    /**
     * Gets (as xml) the "constrainbounds" attribute
     */
    org.apache.xmlbeans.XmlString xgetConstrainbounds();
    
    /**
     * True if has "constrainbounds" attribute
     */
    boolean isSetConstrainbounds();
    
    /**
     * Sets the "constrainbounds" attribute
     */
    void setConstrainbounds(java.lang.String constrainbounds);
    
    /**
     * Sets (as xml) the "constrainbounds" attribute
     */
    void xsetConstrainbounds(org.apache.xmlbeans.XmlString constrainbounds);
    
    /**
     * Unsets the "constrainbounds" attribute
     */
    void unsetConstrainbounds();
    
    /**
     * Gets the "dgmbasetextscale" attribute
     */
    java.math.BigInteger getDgmbasetextscale();
    
    /**
     * Gets (as xml) the "dgmbasetextscale" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmbasetextscale();
    
    /**
     * True if has "dgmbasetextscale" attribute
     */
    boolean isSetDgmbasetextscale();
    
    /**
     * Sets the "dgmbasetextscale" attribute
     */
    void setDgmbasetextscale(java.math.BigInteger dgmbasetextscale);
    
    /**
     * Sets (as xml) the "dgmbasetextscale" attribute
     */
    void xsetDgmbasetextscale(org.apache.xmlbeans.XmlInteger dgmbasetextscale);
    
    /**
     * Unsets the "dgmbasetextscale" attribute
     */
    void unsetDgmbasetextscale();
    
    /**
     * 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.office.office.CTDiagram newInstance() {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy