Package org.odftoolkit.simple.presentation.Notes

Examples of org.odftoolkit.simple.presentation.Notes.NotesBuilder


   * as key.
   */
  protected PresentationDocument(OdfPackage pkg, String internalPath, PresentationDocument.OdfMediaType odfMediaType) {
    super(pkg, internalPath, odfMediaType.mMediaType);
    slideBuilder = new SlideBuilder(this);
    notesBuilder = new NotesBuilder(this);
  }
View Full Code Here

TOP

Related Classes of org.odftoolkit.simple.presentation.Notes.NotesBuilder

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.