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

org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTRelSizeAnchor Maven / Gradle / Ivy

/*
 * XML Type:  CT_RelSizeAnchor
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
 * Java type: org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTRelSizeAnchor
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.chartDrawing;

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_RelSizeAnchor(@http://schemas.openxmlformats.org/drawingml/2006/chartDrawing).
 *
 * This is a complex type.
 */
public interface CTRelSizeAnchor extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctrelsizeanchorf2e7type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "from" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker getFrom();

    /**
     * Sets the "from" element
     */
    void setFrom(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker from);

    /**
     * Appends and returns a new empty "from" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker addNewFrom();

    /**
     * Gets the "to" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker getTo();

    /**
     * Sets the "to" element
     */
    void setTo(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker to);

    /**
     * Appends and returns a new empty "to" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTMarker addNewTo();

    /**
     * Gets the "sp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTShape getSp();

    /**
     * True if has "sp" element
     */
    boolean isSetSp();

    /**
     * Sets the "sp" element
     */
    void setSp(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTShape sp);

    /**
     * Appends and returns a new empty "sp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTShape addNewSp();

    /**
     * Unsets the "sp" element
     */
    void unsetSp();

    /**
     * Gets the "grpSp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGroupShape getGrpSp();

    /**
     * True if has "grpSp" element
     */
    boolean isSetGrpSp();

    /**
     * Sets the "grpSp" element
     */
    void setGrpSp(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGroupShape grpSp);

    /**
     * Appends and returns a new empty "grpSp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGroupShape addNewGrpSp();

    /**
     * Unsets the "grpSp" element
     */
    void unsetGrpSp();

    /**
     * Gets the "graphicFrame" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGraphicFrame getGraphicFrame();

    /**
     * True if has "graphicFrame" element
     */
    boolean isSetGraphicFrame();

    /**
     * Sets the "graphicFrame" element
     */
    void setGraphicFrame(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGraphicFrame graphicFrame);

    /**
     * Appends and returns a new empty "graphicFrame" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTGraphicFrame addNewGraphicFrame();

    /**
     * Unsets the "graphicFrame" element
     */
    void unsetGraphicFrame();

    /**
     * Gets the "cxnSp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTConnector getCxnSp();

    /**
     * True if has "cxnSp" element
     */
    boolean isSetCxnSp();

    /**
     * Sets the "cxnSp" element
     */
    void setCxnSp(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTConnector cxnSp);

    /**
     * Appends and returns a new empty "cxnSp" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTConnector addNewCxnSp();

    /**
     * Unsets the "cxnSp" element
     */
    void unsetCxnSp();

    /**
     * Gets the "pic" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTPicture getPic();

    /**
     * True if has "pic" element
     */
    boolean isSetPic();

    /**
     * Sets the "pic" element
     */
    void setPic(org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTPicture pic);

    /**
     * Appends and returns a new empty "pic" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chartDrawing.CTPicture addNewPic();

    /**
     * Unsets the "pic" element
     */
    void unsetPic();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy