com.microsoft.schemas.vml.impl.STStrokeJoinStyleImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: ST_StrokeJoinStyle
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.STStrokeJoinStyle
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml.impl;
/**
* An XML ST_StrokeJoinStyle(@urn:schemas-microsoft-com:vml).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.vml.STStrokeJoinStyle.
*/
public class STStrokeJoinStyleImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.vml.STStrokeJoinStyle {
private static final long serialVersionUID = 1L;
public STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STStrokeJoinStyleImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}