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

com.microsoft.schemas.office.office.CTRegroupTable 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_RegroupTable
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTRegroupTable
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;

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_RegroupTable(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTRegroupTable extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctregrouptable0565type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets a List of "entry" elements
     */
    java.util.List getEntryList();

    /**
     * Gets array of all "entry" elements
     */
    com.microsoft.schemas.office.office.CTEntry[] getEntryArray();

    /**
     * Gets ith "entry" element
     */
    com.microsoft.schemas.office.office.CTEntry getEntryArray(int i);

    /**
     * Returns number of "entry" element
     */
    int sizeOfEntryArray();

    /**
     * Sets array of all "entry" element
     */
    void setEntryArray(com.microsoft.schemas.office.office.CTEntry[] entryArray);

    /**
     * Sets ith "entry" element
     */
    void setEntryArray(int i, com.microsoft.schemas.office.office.CTEntry entry);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "entry" element
     */
    com.microsoft.schemas.office.office.CTEntry insertNewEntry(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "entry" element
     */
    com.microsoft.schemas.office.office.CTEntry addNewEntry();

    /**
     * Removes the ith "entry" element
     */
    void removeEntry(int i);

    /**
     * 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy