![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.schemas.office.drawing.x2012.chart.CTLevelRef 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: CT_LevelRef
* Namespace: http://schemas.microsoft.com/office/drawing/2012/chart
* Java type: com.microsoft.schemas.office.drawing.x2012.chart.CTLevelRef
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2012.chart;
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_LevelRef(@http://schemas.microsoft.com/office/drawing/2012/chart).
*
* This is a complex type.
*/
public interface CTLevelRef extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctlevelref8942type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "sqref" element
*/
java.lang.String getSqref();
/**
* Gets (as xml) the "sqref" element
*/
org.apache.xmlbeans.XmlString xgetSqref();
/**
* Sets the "sqref" element
*/
void setSqref(java.lang.String sqref);
/**
* Sets (as xml) the "sqref" element
*/
void xsetSqref(org.apache.xmlbeans.XmlString sqref);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy