Uses of Class
org.openpdf.text.pdf.PdfString
Packages that use PdfString
Package
Description
-
Uses of PdfString in org.openpdf.text.pdf
Subclasses of PdfString in org.openpdf.text.pdfMethods in org.openpdf.text.pdf that return PdfStringModifier and TypeMethodDescriptionPdfArray.getAsString(int idx) Returns aPdfObjectas aPdfString, resolving indirect references.PdfDictionary.getAsString(PdfName key) Returns aPdfObjectas aPdfString, resolving indirect references.PdfSignatureAppDataDict.getDate()The software module build date.PdfSignatureAppDataDict.getrEx()A text string indicating the version of the application implementation, as described by the Name attribute in this dictionary.PdfString.setHexWriting(boolean hexWriting) Methods in org.openpdf.text.pdf with parameters of type PdfStringConstructors in org.openpdf.text.pdf with parameters of type PdfStringModifierConstructorDescriptionPdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content) Constructs a newPdfAnnotationof subtype text.PdfOutline(PdfOutline parent, PdfAction action, PdfString title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title, boolean open) Constructs aPdfOutline. -
Uses of PdfString in org.openpdf.text.pdf.collection
Methods in org.openpdf.text.pdf.collection with parameters of type PdfString -
Uses of PdfString in org.openpdf.text.pdf.parser
Fields in org.openpdf.text.pdf.parser declared as PdfStringModifier and TypeFieldDescriptionprivate PdfStringParsedText.pdfTextretain original PdfString as we need to distinguish between the code points contained there, and the standard Java (Unicode strings) that actually represent the content of this text.Methods in org.openpdf.text.pdf.parser with parameters of type PdfStringModifier and TypeMethodDescriptionprotected static ParsedTextParsedText.create(PdfString text, GraphicsState graphicsState, Matrix textMatrix) protected StringThis constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.(package private) abstract voidPdfContentStreamHandler.displayPdfString(PdfString string) Displays text.(package private) voidPdfContentTextExtractor.displayPdfString(PdfString string) Displays text.(package private) voidPdfContentTextLocator.displayPdfString(PdfString string) Extract a PdfString content and coordinates based on the handler extraction pattern: either matches a given regex or intersects a given bounding boxConstructors in org.openpdf.text.pdf.parser with parameters of type PdfStringModifierConstructorDescriptionprivateParsedText(PdfString text, float unscaledWidth, GraphicsState graphicsState, Matrix textMatrix) This constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.privateParsedText(PdfString text, float unscaledWidth, GraphicsState graphicsState, Matrix textMatrix, float unscaledSpaceWidth) Internal constructor for a parsed text item.(package private)ParsedText(PdfString text, GraphicsState graphicsState, Matrix textMatrix) This constructor should only be called when the origin for text display is at (0,0) and the graphical state reflects all transformations of the baseline.