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