
org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout Maven / Gradle / Ivy
/*
* 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;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_ManualLayout(@http://schemas.openxmlformats.org/drawingml/2006/chart).
*
* This is a complex type.
*/
public interface CTManualLayout extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctmanuallayout872ctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy