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

com.microsoft.schemas.office.powerpoint.CTEmpty Maven / Gradle / Ivy

/*
 * XML Type:  CT_Empty
 * Namespace: urn:schemas-microsoft-com:office:powerpoint
 * Java type: com.microsoft.schemas.office.powerpoint.CTEmpty
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.powerpoint;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy