Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jfor.jfor.rtflib.rtfdoc.RtfPage

Uses of RtfPage in org.jfor.jfor.rtflib.rtfdoc
 

Fields in org.jfor.jfor.rtflib.rtfdoc declared as RtfPage
private  RtfPage RtfPageArea.m_currentPage
           
 

Methods in org.jfor.jfor.rtflib.rtfdoc that return RtfPage
 RtfPage RtfPageArea.newPage(RtfAttributes attr)
          close current Rtfpage if any and create a new one
 RtfPage IRtfPageContainer.newPage(RtfAttributes attrs)
          close current text run if any and start a new one with specified attributes
 

Constructors in org.jfor.jfor.rtflib.rtfdoc with parameters of type RtfPage
RtfNull(RtfPage parent, java.io.Writer w)