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

org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout 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

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  CT_ManualLayout
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
 * Java type: org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.chart;


/**
 * An XML CT_ManualLayout(@http://schemas.openxmlformats.org/drawingml/2006/chart).
 *
 * This is a complex type.
 */
public interface CTManualLayout extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctmanuallayout872ctype");
    
    /**
     * Gets the "layoutTarget" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutTarget getLayoutTarget();
    
    /**
     * True if has "layoutTarget" element
     */
    boolean isSetLayoutTarget();
    
    /**
     * Sets the "layoutTarget" element
     */
    void setLayoutTarget(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutTarget layoutTarget);
    
    /**
     * Appends and returns a new empty "layoutTarget" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutTarget addNewLayoutTarget();
    
    /**
     * Unsets the "layoutTarget" element
     */
    void unsetLayoutTarget();
    
    /**
     * Gets the "xMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode getXMode();
    
    /**
     * True if has "xMode" element
     */
    boolean isSetXMode();
    
    /**
     * Sets the "xMode" element
     */
    void setXMode(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode xMode);
    
    /**
     * Appends and returns a new empty "xMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode addNewXMode();
    
    /**
     * Unsets the "xMode" element
     */
    void unsetXMode();
    
    /**
     * Gets the "yMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode getYMode();
    
    /**
     * True if has "yMode" element
     */
    boolean isSetYMode();
    
    /**
     * Sets the "yMode" element
     */
    void setYMode(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode yMode);
    
    /**
     * Appends and returns a new empty "yMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode addNewYMode();
    
    /**
     * Unsets the "yMode" element
     */
    void unsetYMode();
    
    /**
     * Gets the "wMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode getWMode();
    
    /**
     * True if has "wMode" element
     */
    boolean isSetWMode();
    
    /**
     * Sets the "wMode" element
     */
    void setWMode(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode wMode);
    
    /**
     * Appends and returns a new empty "wMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode addNewWMode();
    
    /**
     * Unsets the "wMode" element
     */
    void unsetWMode();
    
    /**
     * Gets the "hMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode getHMode();
    
    /**
     * True if has "hMode" element
     */
    boolean isSetHMode();
    
    /**
     * Sets the "hMode" element
     */
    void setHMode(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode hMode);
    
    /**
     * Appends and returns a new empty "hMode" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLayoutMode addNewHMode();
    
    /**
     * Unsets the "hMode" element
     */
    void unsetHMode();
    
    /**
     * Gets the "x" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getX();
    
    /**
     * True if has "x" element
     */
    boolean isSetX();
    
    /**
     * Sets the "x" element
     */
    void setX(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble x);
    
    /**
     * Appends and returns a new empty "x" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewX();
    
    /**
     * Unsets the "x" element
     */
    void unsetX();
    
    /**
     * Gets the "y" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getY();
    
    /**
     * True if has "y" element
     */
    boolean isSetY();
    
    /**
     * Sets the "y" element
     */
    void setY(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble y);
    
    /**
     * Appends and returns a new empty "y" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewY();
    
    /**
     * Unsets the "y" element
     */
    void unsetY();
    
    /**
     * Gets the "w" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getW();
    
    /**
     * True if has "w" element
     */
    boolean isSetW();
    
    /**
     * Sets the "w" element
     */
    void setW(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble w);
    
    /**
     * Appends and returns a new empty "w" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewW();
    
    /**
     * Unsets the "w" element
     */
    void unsetW();
    
    /**
     * Gets the "h" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getH();
    
    /**
     * True if has "h" element
     */
    boolean isSetH();
    
    /**
     * Sets the "h" element
     */
    void setH(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble h);
    
    /**
     * Appends and returns a new empty "h" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewH();
    
    /**
     * Unsets the "h" element
     */
    void unsetH();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * 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 org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy