![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.schemas.office.drawing.x2014.chartex.STAxisId 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
The newest version!
/*
* XML Type: ST_AxisId
* Namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
* Java type: com.microsoft.schemas.office.drawing.x2014.chartex.STAxisId
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2014.chartex;
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_AxisId(@http://schemas.microsoft.com/office/drawing/2014/chartex).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.drawing.x2014.chartex.STAxisId.
*/
public interface STAxisId extends org.apache.xmlbeans.XmlUnsignedInt {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "staxisidda9atype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy