Uses of Class
com.lowagie.rups.view.itext.StreamTextArea
-
Packages that use StreamTextArea Package Description com.lowagie.rups.controller -
-
Uses of StreamTextArea in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as StreamTextArea Modifier and Type Field Description protected StreamTextArea
PdfReaderController. streamArea
A panel that will show a stream.Methods in com.lowagie.rups.controller that return StreamTextArea Modifier and Type Method Description StreamTextArea
PdfReaderController. getStreamArea()
Getter for the object that holds the TextArea with the content stream of a PdfStream object.
-