org.openxmlformats.schemas.presentationml.x2006.main.STSlideMasterId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* XML Type: ST_SlideMasterId
* Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
* Java type: org.openxmlformats.schemas.presentationml.x2006.main.STSlideMasterId
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.presentationml.x2006.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 ST_SlideMasterId(@http://schemas.openxmlformats.org/presentationml/2006/main).
*
* This is an atomic type that is a restriction of org.openxmlformats.schemas.presentationml.x2006.main.STSlideMasterId.
*/
public interface STSlideMasterId extends org.apache.xmlbeans.XmlUnsignedInt {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "stslidemasteridfe71type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy