public final OOXML getXML() { if (this.xml == null) this.xml = OOXML.get(this); return this.xml; }
/** * The default version. * * @return the default version. * @see OOXML#setDefault(OOXML) */ public static XMLFormatVersion getDefault() { return OOXML.getDefault().getFormatVersion(); }