Uses of Class
org.apache.pdfbox.pdmodel.common.PDTextStream
-
Packages that use PDTextStream Package Description org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDTextStream in org.apache.pdfbox.pdmodel.common
Methods in org.apache.pdfbox.pdmodel.common that return PDTextStream Modifier and Type Method Description static PDTextStreamPDTextStream. createTextStream(COSBase base)This will create the text stream object.PDTextStreamPDNamedTextStream. getStream()This will get the stream.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDTextStream Modifier and Type Method Description voidPDNamedTextStream. setStream(PDTextStream str)This will set the stream. -
Uses of PDTextStream in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDTextStream Modifier and Type Method Description PDTextStreamFDFJavaScript. getAfter()This will get the javascript that is executed after the import.PDTextStreamFDFJavaScript. getBefore()This will get the javascript that is executed before the import.PDTextStreamFDFField. getRichText()This will set the rich text that is associated with this field.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDTextStream Modifier and Type Method Description voidFDFJavaScript. setAfter(PDTextStream after)This will set the javascript code the will get execute after the import.voidFDFJavaScript. setBefore(PDTextStream before)This will set the javascript code the will get execute before the import.voidFDFField. setRichText(PDTextStream rv)This will set the rich text value. -
Uses of PDTextStream in org.apache.pdfbox.pdmodel.interactive.action.type
Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return PDTextStream Modifier and Type Method Description PDTextStreamPDActionJavaScript. getAction()Methods in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type PDTextStream Modifier and Type Method Description voidPDActionJavaScript. setAction(PDTextStream sAction) -
Uses of PDTextStream in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDTextStream Modifier and Type Method Description PDTextStreamPDAnnotationMarkup. getRichContents()This will retrieve the rich text stream which is displayed in the popup window.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDTextStream Modifier and Type Method Description voidPDAnnotationMarkup. setRichContents(PDTextStream rc)This will set the rich text stream which is displayed in the popup window.
-