schemasMicrosoftComOfficeWord.impl.STVerticalAnchorImpl Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip
/*
* XML Type: ST_VerticalAnchor
* Namespace: urn:schemas-microsoft-com:office:word
* Java type: schemasMicrosoftComOfficeWord.STVerticalAnchor
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeWord.impl;
/**
* An XML ST_VerticalAnchor(@urn:schemas-microsoft-com:office:word).
*
* This is an atomic type that is a restriction of schemasMicrosoftComOfficeWord.STVerticalAnchor.
*/
public class STVerticalAnchorImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComOfficeWord.STVerticalAnchor
{
public STVerticalAnchorImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STVerticalAnchorImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}