Uses of Class
com.etymon.pj.object.PjPagesNode

Packages that use PjPagesNode
com.etymon.pj   
com.etymon.pj.object   
 

Uses of PjPagesNode in com.etymon.pj
 

Methods in com.etymon.pj that return PjPagesNode
 PjPagesNode Pdf.inheritPageAttributes(PjPagesNode node)
          Returns a clone of a pages node such that all inherited attributes of the given pages node are made explicit.
 

Methods in com.etymon.pj with parameters of type PjPagesNode
 PjPagesNode Pdf.inheritPageAttributes(PjPagesNode node)
          Returns a clone of a pages node such that all inherited attributes of the given pages node are made explicit.
private  void Pdf.inheritPageAttributesCollapse(PjName name, java.util.Hashtable ht, PjPagesNode newNode, PjPagesNode parent)
           
 

Uses of PjPagesNode in com.etymon.pj.object
 

Subclasses of PjPagesNode in com.etymon.pj.object
 class PjPage
          A representation of a PDF page dictionary.
 class PjPages
          A representation of a PDF Pages dictionary.