Uses of Class
com.itextpdf.text.pdf.PdfString
-
-
Uses of PdfString in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfString Modifier and Type Method Description boolean
CompareTool. compareStrings(PdfString outString, PdfString cmpString)
private boolean
CompareTool. compareStringsExtended(PdfString outString, PdfString cmpString, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)
-
Uses of PdfString in com.itextpdf.text.pdf
Subclasses of PdfString in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfDate
PdfDate
is the PDF date object.Fields in com.itextpdf.text.pdf declared as PdfString Modifier and Type Field Description protected PdfString
PdfDocument. language
Fields in com.itextpdf.text.pdf with type parameters of type PdfString Modifier and Type Field Description private java.util.HashMap<java.lang.Object,PdfString>
PdfCopy. mergedTextFields
protected java.util.ArrayList<PdfString>
PdfReader. strings
Methods in com.itextpdf.text.pdf that return PdfString Modifier and Type Method Description PdfString
PdfArray. getAsString(int idx)
Returns aPdfObject
as aPdfString
, resolving indirect references.PdfString
PdfDictionary. getAsString(PdfName key)
Returns aPdfObject
as aPdfString
, resolving indirect references.PdfString
PdfArtifact. getType()
private static PdfString
PdfNameTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.String,PdfObject> items, PdfString leftOverString)
PdfString
PdfString. setHexWriting(boolean hexWriting)
Methods in com.itextpdf.text.pdf with parameters of type PdfString Modifier and Type Method Description PdfAnnotation
PdfAStamperImp. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
PdfAnnotation
PdfAWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
PdfAnnotation
PdfWriter. createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype)
A wrapper around PdfAnnotation constructor.private java.lang.String
DocumentFont. decodeString(PdfString ps)
private static PdfString
PdfNameTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.String,PdfObject> items, PdfString leftOverString)
void
PdfArtifact. setType(PdfString type)
Constructors in com.itextpdf.text.pdf with parameters of type PdfString Constructor Description PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content)
Constructs a newPdfAnnotation
of 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 Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.String key, PdfString value)
Sets the value of the collection item. -
Uses of PdfString in com.itextpdf.text.pdf.fonts.cmaps
Methods in com.itextpdf.text.pdf.fonts.cmaps with parameters of type PdfString Modifier and Type Method Description (package private) abstract void
AbstractCMap. addChar(PdfString mark, PdfObject code)
(package private) void
CMapByteCid. addChar(PdfString mark, PdfObject code)
(package private) void
CMapCidByte. addChar(PdfString mark, PdfObject code)
(package private) void
CMapCidUni. addChar(PdfString mark, PdfObject code)
(package private) void
CMapToUnicode. addChar(PdfString mark, PdfObject code)
(package private) void
CMapUniCid. addChar(PdfString mark, PdfObject code)
(package private) void
AbstractCMap. addRange(PdfString from, PdfString to, PdfObject code)
static byte[]
AbstractCMap. decodeStringToByte(PdfString s)
java.lang.String
AbstractCMap. decodeStringToUnicode(PdfString ps)
-
Uses of PdfString in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as PdfString Modifier and Type Field Description private PdfString
TextRenderInfo. string
Methods in com.itextpdf.text.pdf.parser that return PdfString Modifier and Type Method Description PdfString
TextRenderInfo. getPdfString()
private PdfString[]
TextRenderInfo. splitString(PdfString string)
Split PDF string into array of single character PDF strings.Methods in com.itextpdf.text.pdf.parser with parameters of type PdfString Modifier and Type Method Description private java.lang.String
TextRenderInfo. decode(PdfString in)
Decodes a PdfString (which will contain glyph ids encoded in the font's encoding) based on the active font, and determine the unicode equivalentprivate void
PdfContentStreamProcessor. displayPdfString(PdfString string)
Displays text.private float
TextRenderInfo. getPdfStringWidth(PdfString string, boolean singleCharString)
Gets the width of a PDF string in text space unitsprivate float[]
TextRenderInfo. getWidthAndWordSpacing(PdfString string, boolean singleCharString)
Calculates width and word spacing of a single character PDF string.private PdfString[]
TextRenderInfo. splitString(PdfString string)
Split PDF string into array of single character PDF strings.Constructors in com.itextpdf.text.pdf.parser with parameters of type PdfString Constructor Description TextRenderInfo(TextRenderInfo parent, PdfString string, float horizontalOffset)
Used for creating sub-TextRenderInfos for each individual characterTextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, java.util.Collection<MarkedContentInfo> markedContentInfo)
Creates a new TextRenderInfo object -
Uses of PdfString in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup declared as PdfString Modifier and Type Field Description private PdfString
PdfCleanUpContentChunk.Text. text
Methods in com.itextpdf.text.pdf.pdfcleanup that return PdfString Modifier and Type Method Description PdfString
PdfCleanUpContentChunk.Text. getText()
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfString Modifier and Type Method Description private void
PdfCleanUpProcessor. drawOverlayText(PdfContentByte canvas, java.util.List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat)
(package private) java.util.Map<java.lang.String,java.util.List>
PdfCleanUpProcessor. parseDAParam(PdfString DA)
Constructors in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfString Constructor Description Text(PdfString text, Vector startLocation, Vector endLocation, boolean visible, int numOfStrTextBelongsTo)
-
Uses of PdfString in com.itextpdf.text.pdf.richmedia
Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfString Modifier and Type Method Description void
RichMediaParams. setBindingMaterialName(PdfString bindingMaterialName)
Stores the material name that content is to be bound to.void
CuePoint. setName(PdfString name)
Set the name of the cue point to match against the cue point within Flash content and for display purposes.void
RichMediaConfiguration. setName(PdfString name)
Sets the name of the configuration (must be unique).void
RichMediaParams. 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 PdfString Constructor Description RichMediaCommand(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 PdfString Modifier and Type Method Description void
Viewport. setName(PdfString value)
(Optional) A descriptive text string or title of the viewport, intended for use in a user interface.void
MeasureRectilinear. 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 PdfString Modifier and Type Method Description void
NumberFormatDictionary. setCipherGroupingCharacter(PdfString rt)
Text that shall be used between orders of thousands in display of numerical values.void
NumberFormatDictionary. setDecimalChartacter(PdfString dc)
Text that shall be used as the decimal position in displaying numerical values.void
NumberFormatDictionary. setLabel(PdfString label)
A 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.void
NumberFormatDictionary. setLabelLeftString(PdfString ps)
Text that shall be concatenated to the left of the label specified by setLabel.void
NumberFormatDictionary. setLabelRightString(PdfString ss)
Text that shall be concatenated after the label specified by setLabel.
-