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

org.openxmlformats.schemas.officeDocument.x2006.math.CTD Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  CT_D
 * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
 * Java type: org.openxmlformats.schemas.officeDocument.x2006.math.CTD
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.officeDocument.x2006.math;

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


    /**
     * Gets the "dPr" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTDPr getDPr();

    /**
     * True if has "dPr" element
     */
    boolean isSetDPr();

    /**
     * Sets the "dPr" element
     */
    void setDPr(org.openxmlformats.schemas.officeDocument.x2006.math.CTDPr dPr);

    /**
     * Appends and returns a new empty "dPr" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTDPr addNewDPr();

    /**
     * Unsets the "dPr" element
     */
    void unsetDPr();

    /**
     * Gets a List of "e" elements
     */
    java.util.List getEList();

    /**
     * Gets array of all "e" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg[] getEArray();

    /**
     * Gets ith "e" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg getEArray(int i);

    /**
     * Returns number of "e" element
     */
    int sizeOfEArray();

    /**
     * Sets array of all "e" element
     */
    void setEArray(org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg[] eArray);

    /**
     * Sets ith "e" element
     */
    void setEArray(int i, org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg e);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "e" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg insertNewE(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "e" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.math.CTOMathArg addNewE();

    /**
     * Removes the ith "e" element
     */
    void removeE(int i);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy