Package org.docx4j.docProps.core.dc.elements

Examples of org.docx4j.docProps.core.dc.elements.SimpleLiteral


        log.error(e.getMessage(), e);
      }
    }
   
    org.docx4j.docProps.core.dc.elements.ObjectFactory of = new org.docx4j.docProps.core.dc.elements.ObjectFactory();
    SimpleLiteral literal = of.createSimpleLiteral();
    literal.getContent().add(title);
    this.getDocPropsCorePart().getJaxbElement().setTitle(of.createTitle(literal) );       
  }
View Full Code Here

TOP

Related Classes of org.docx4j.docProps.core.dc.elements.SimpleLiteral

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.