Uses of Interface
com.lowagie.rups.io.OutputStreamResource
-
Packages that use OutputStreamResource Package Description com.lowagie.rups.model com.lowagie.rups.view.itext com.lowagie.rups.view.itext.treenodes -
-
Uses of OutputStreamResource in com.lowagie.rups.model
Classes in com.lowagie.rups.model that implement OutputStreamResource Modifier and Type Class Description class
XfaFile
Class that deals with the XFA file that can be inside a PDF file.Constructors in com.lowagie.rups.model with parameters of type OutputStreamResource Constructor Description XfaFile(OutputStreamResource resource)
Constructs an XFA file from an OutputStreamResource. -
Uses of OutputStreamResource in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext with parameters of type OutputStreamResource Modifier and Type Method Description void
XfaTextArea. load(OutputStreamResource xml)
-
Uses of OutputStreamResource in com.lowagie.rups.view.itext.treenodes
Classes in com.lowagie.rups.view.itext.treenodes that implement OutputStreamResource Modifier and Type Class Description class
XfaTreeNode
This is the root tree node for the different parts of the XFA resource; it's a child of the root in the FormTree.
-