Uses of Class
com.itextpdf.text.pdf.PdfString
Packages that use PdfString
Package
Description
-
Uses of PdfString in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfStringModifier and TypeMethodDescriptionbooleanCompareTool.compareStrings(PdfString outString, PdfString cmpString) -
Uses of PdfString in com.itextpdf.text.pdf
Subclasses of PdfString in com.itextpdf.text.pdfFields in com.itextpdf.text.pdf declared as PdfStringFields in com.itextpdf.text.pdf with type parameters of type PdfStringMethods in com.itextpdf.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.PdfArtifact.getType()PdfString.setHexWriting(boolean hexWriting) Methods in com.itextpdf.text.pdf with parameters of type PdfStringModifier and TypeMethodDescriptionPdfAStamperImp.createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype) PdfAWriter.createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype) PdfWriter.createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype) A wrapper around PdfAnnotation constructor.voidConstructors in com.itextpdf.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 com.itextpdf.text.pdf.collection
Methods in com.itextpdf.text.pdf.collection with parameters of type PdfString -
Uses of PdfString in com.itextpdf.text.pdf.fonts.cmaps
Methods in com.itextpdf.text.pdf.fonts.cmaps with parameters of type PdfStringModifier and TypeMethodDescriptionstatic byte[]AbstractCMap.decodeStringToByte(PdfString s) AbstractCMap.decodeStringToUnicode(PdfString ps) -
Uses of PdfString in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfString -
Uses of PdfString in com.itextpdf.text.pdf.richmedia
Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfStringModifier and TypeMethodDescriptionvoidRichMediaParams.setBindingMaterialName(PdfString bindingMaterialName) Stores the material name that content is to be bound to.voidSet the name of the cue point to match against the cue point within Flash content and for display purposes.voidSets the name of the configuration (must be unique).voidRichMediaParams.setSettings(PdfString settings) A text string used to store settings information associated with a Flash RichMediaInstance.Constructors in com.itextpdf.text.pdf.richmedia with parameters of type PdfStringModifierConstructorDescriptionRichMediaCommand(PdfString command) Creates a RichMediaCommand dictionary. -
Uses of PdfString in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type PdfStringModifier and TypeMethodDescriptionvoid(Optional) A descriptive text string or title of the viewport, intended for use in a user interface.voidMeasureRectilinear.setScaleRatio(PdfString scaleratio) A text string expressing the scale ratio of the drawing in the region corresponding to this dictionary. -
Uses of PdfString in com.itextpdf.text.pdf.spatial.objects
Methods in com.itextpdf.text.pdf.spatial.objects with parameters of type PdfStringModifier and TypeMethodDescriptionvoidNumberFormatDictionary.setCipherGroupingCharacter(PdfString rt) Text that shall be used between orders of thousands in display of numerical values.voidNumberFormatDictionary.setDecimalChartacter(PdfString dc) Text that shall be used as the decimal position in displaying numerical values.voidA text string specifying a label for displaying the units represented by this NumberFormat in a user interface; the label should use a universally recognized abbreviation.voidNumberFormatDictionary.setLabelLeftString(PdfString ps) Text that shall be concatenated to the left of the label specified by setLabel.voidNumberFormatDictionary.setLabelRightString(PdfString ss) Text that shall be concatenated after the label specified by setLabel.