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

com.microsoft.schemas.office.visio.x2012.main.ShapesType 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:  Shapes_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.ShapesType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main;

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


    /**
     * Gets a List of "Shape" elements
     */
    java.util.List getShapeList();

    /**
     * Gets array of all "Shape" elements
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType[] getShapeArray();

    /**
     * Gets ith "Shape" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType getShapeArray(int i);

    /**
     * Returns number of "Shape" element
     */
    int sizeOfShapeArray();

    /**
     * Sets array of all "Shape" element
     */
    void setShapeArray(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType[] shapeArray);

    /**
     * Sets ith "Shape" element
     */
    void setShapeArray(int i, com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shape);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "Shape" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType insertNewShape(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "Shape" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType addNewShape();

    /**
     * Removes the ith "Shape" element
     */
    void removeShape(int i);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy