Uses of Class
com.snowtide.pdf.OutputTarget
-
Packages that use OutputTarget Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocuments and theirPages, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of OutputTarget in com.snowtide.pdf
Subclasses of OutputTarget in com.snowtide.pdf Modifier and Type Class Description classSelectionOutputTargetAnOutputTargetderivative that restricts the content added to the givenStringBufferto that within the starting and ending selection points specified in the constructor.Methods in com.snowtide.pdf that return OutputTarget Modifier and Type Method Description static OutputTargetOutputTarget. forBuffer(Appendable sb)Deprecated.static OutputTargetOutputTarget. forWriter(Writer w)Deprecated.useOutputTarget(Appendable)instead
-