Uses of Class
org.odftoolkit.simple.style.MasterPage

Packages that use MasterPage
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
 

Uses of MasterPage in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple with parameters of type MasterPage
 void TextDocument.addPageBreak(Paragraph refParagraph, MasterPage master)
          Appends a new page break to this document after the reference paragraph, and the master page style will be applied to the new page.
 

Uses of MasterPage in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style that return MasterPage
static MasterPage MasterPage.getOrCreateMasterPage(Document doc, String name)
          Return a master page according to its name and its document.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.