Uses of Class
com.itextpdf.kernel.pdf.PdfString
-
-
Uses of PdfString in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfString Modifier and Type Method Description PdfStringPdfAcroForm. getDefaultAppearance()Gets theDAString property on the AcroForm. -
Uses of PdfString in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfString Modifier and Type Method Description private static PdfStringPdfFormField. generateDefaultAppearance(PdfName font, float fontSize, Color textColor)PdfStringPdfFormAnnotation. getAlternativeDescription()Gets the current alternative description.PdfStringPdfFormField. getAlternativeName()Gets the current alternate name.abstract PdfStringAbstractPdfFormField. getDefaultAppearance()Gets default appearance string containing a sequence of valid page-content graphics or text state operators that define such properties as the field's text size and color.PdfStringPdfFormAnnotation. getDefaultAppearance()Gets default appearance string containing a sequence of valid page-content graphics or text state operators that define such properties as the field's text size and color.PdfStringPdfFormField. getDefaultAppearance()Gets default appearance string containing a sequence of valid page-content graphics or text state operators that define such properties as the field's text size and color.PdfStringPdfFormField. getDefaultStyle()Gets a default style string, as described in "Rich Text Strings" section of Pdf spec.PdfStringAbstractPdfFormField. getFieldName()Gets the current field name.(package private) PdfStringAbstractPdfFormField. getFieldName(java.util.Set<PdfFormField> visited)Gets the current field name.PdfStringPdfFormField. getMappingName()Gets the current mapping name.PdfStringPdfFormField. getPartialFieldName()Gets the current field partial name.Methods in com.itextpdf.forms.fields with parameters of type PdfString Modifier and Type Method Description PdfFormFieldPdfFormField. setDefaultStyle(PdfString defaultStyleString)Sets a default style string, as described in "Rich Text Strings" section of Pdf spec. -
Uses of PdfString in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as PdfString Modifier and Type Field Description private PdfStringAnnotObject. contentsRepresents contents tag in Xfdf document structure.private PdfStringAnnotObject. contentsRichTextRepresents contents-richtext tag in Xfdf document structure.private PdfStringActionObject. uriRepresents Name, required attribute of URI element.Methods in com.itextpdf.forms.xfdf that return PdfString Modifier and Type Method Description (package private) static PdfStringXfdfObjectUtils. convertDashesFromArray(PdfArray dashesArray)Converts a PdfArray, representing a pattern of dashes and gaps to be used in drawing a dashed border, into a string containing float values.PdfStringAnnotObject. getContents()Gets the string value of contents tag in Xfdf document structure.PdfStringAnnotObject. getContentsRichText()Gets the string value of contents-richtext tag in Xfdf document structure.PdfStringActionObject. getUri()Gets the string value of URI elements.Methods in com.itextpdf.forms.xfdf with parameters of type PdfString Modifier and Type Method Description AnnotObjectAnnotObject. setContents(PdfString contents)Sets the string value of contents tag in Xfdf document structure.AnnotObjectAnnotObject. setContentsRichText(PdfString contentsRichRext)Sets the string value of contents-richtext tag in xfdf document structure.ActionObjectActionObject. setUri(PdfString uri)Sets the string value of URI element. -
Uses of PdfString in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler with parameters of type PdfString Modifier and Type Method Description protected byte[]StandardSecurityHandler. getIsoBytes(PdfString string)Gets bytes of String-value without considering encoding. -
Uses of PdfString in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type PdfString Modifier and Type Method Description booleanPdfFont. appendDecodedCodesToGlyphsList(java.util.List<Glyph> list, PdfString characterCodes)Decodes sequence of character codes (e.g.booleanPdfSimpleFont. appendDecodedCodesToGlyphsList(java.util.List<Glyph> list, PdfString characterCodes)Decodes sequence of character codes (e.g.booleanPdfType0Font. appendDecodedCodesToGlyphsList(java.util.List<Glyph> list, PdfString characterCodes)Decodes sequence of character codes (e.g.abstract java.lang.StringPdfFont. decode(PdfString content)java.lang.StringPdfSimpleFont. decode(PdfString content)java.lang.StringPdfType0Font. decode(PdfString content)abstract GlyphLinePdfFont. decodeIntoGlyphLine(PdfString characterCodes)Decodes sequence of character codes (e.g.GlyphLinePdfSimpleFont. decodeIntoGlyphLine(PdfString content)Decodes sequence of character codes (e.g.GlyphLinePdfType0Font. decodeIntoGlyphLine(PdfString characterCodes)Decodes sequence of character codes (e.g.abstract floatPdfFont. getContentWidth(PdfString content)floatPdfSimpleFont. getContentWidth(PdfString content)floatPdfType0Font. getContentWidth(PdfString content) -
Uses of PdfString in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfString Modifier and Type Field Description protected PdfStringWriterProperties. initialDocumentIdThe ID entry that represents the initial identifier.private PdfStringPdfDocument. modifiedDocumentIdThe original modified (second) id when the document is read initially.protected PdfStringWriterProperties. modifiedDocumentIdThe ID entry that represents a change in a document.private PdfStringPdfDocument. originalDocumentIdThe original (first) id when the document is read initially.Fields in com.itextpdf.kernel.pdf with type parameters of type PdfString Modifier and Type Field Description private java.util.LinkedHashMap<PdfString,PdfObject>GenericNameTree. itemsMethods in com.itextpdf.kernel.pdf that return PdfString Modifier and Type Method Description PdfStringPdfArray. getAsString(int index)Returns the element at the specified index as a PdfString.PdfStringPdfDictionary. getAsString(PdfName key)Returns the value associated to this key as a PdfString.PdfStringPdfOutputIntent. getInfo()PdfStringPdfCatalog. getLang()Get natural language.PdfStringPdfDocument. getModifiedDocumentId()Gets modified document idPdfStringPdfDocument. getOriginalDocumentId()Gets original document idPdfStringPdfOutputIntent. getOutputCondition()PdfStringPdfOutputIntent. getOutputConditionIdentifier()PdfStringPdfOutputIntent. getRegistryName()private static PdfStringGenericNameTree. iterateItems(PdfDictionary dictionary, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)private static PdfStringGenericNameTree. iterateLeafNode(PdfArray names, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)PdfStringPdfString. setHexWriting(boolean hexWriting)Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfString Modifier and Type Method Description protected java.util.LinkedHashMap<PdfString,PdfObject>GenericNameTree. getItems()java.util.Set<PdfString>GenericNameTree. getKeys()java.util.Set<PdfString>IPdfNameTreeAccess. getKeys()Retrieve the set of keys in the name tree.java.util.Map<PdfString,PdfObject>PdfNameTree. getNames()Retrieves the names stored in the name treeprivate java.util.LinkedHashMap<PdfString,PdfObject>PdfNameTree. readFromCatalog()protected static java.util.LinkedHashMap<PdfString,PdfObject>GenericNameTree. readTree(PdfDictionary dictionary)Read the entries in a name tree structure from a dictionary object into a linked hash map with fixed order.Methods in com.itextpdf.kernel.pdf with parameters of type PdfString Modifier and Type Method Description voidGenericNameTree. addEntry(PdfString key, PdfObject value)Add an entry to the name tree.protected voidGenericNameTree. addEntry(PdfString key, PdfObject value, java.util.function.Consumer<PdfDocument> onErrorAction)Add an entry to the name tree.(package private) voidPdfCatalog. addNamedDestination(PdfString key, PdfObject value)This methods adds new name to the Dests NameTree.voidPdfDocument. addNamedDestination(PdfString key, PdfObject value)This methods adds new name in the Dests NameTree.(package private) voidPdfCatalog. addNameToNameTree(PdfString key, PdfObject value, PdfName treeType)This methods adds a new name to the specified NameTree.intPdfStringComparator. compare(PdfString o1, PdfString o2)private PdfDictionary[]GenericNameTree. constructLeafArr(PdfString[] names)private PdfDictionaryGenericNameTree. formatNodeWithLimits(PdfString[] names, int lower, int upper)PdfObjectGenericNameTree. getEntry(PdfString key)Retrieve an entry from the name tree.PdfObjectIPdfNameTreeAccess. getEntry(PdfString key)Retrieve an entry from the name tree.private booleanPdfCatalog. isEqualSameNameDestExist(java.util.Map<PdfPage,PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage)private static PdfStringGenericNameTree. iterateItems(PdfDictionary dictionary, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)private static PdfStringGenericNameTree. iterateLeafNode(PdfArray names, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)private PdfDictionaryGenericNameTree. reduceTree(PdfString[] names, PdfDictionary[] topLayer, int topLayerLen, int curNodeSpan)voidGenericNameTree. removeEntry(PdfString key)Remove an entry from the name tree.WriterPropertiesWriterProperties. setInitialDocumentId(PdfString initialDocumentId)The /ID entry of a document contains an array with two entries.voidPdfCatalog. setLang(PdfString lang)An entry specifying the natural language, and optionally locale.WriterPropertiesWriterProperties. setModifiedDocumentId(PdfString modifiedDocumentId)The /ID entry of a document contains an array with two entries.private voidPdfOutputStream. write(PdfString pdfString)Method parameters in com.itextpdf.kernel.pdf with type arguments of type PdfString Modifier and Type Method Description private voidPdfNameTree. insertDestsEntriesFromCatalog(java.util.Map<PdfString,PdfObject> items)private static PdfStringGenericNameTree. iterateItems(PdfDictionary dictionary, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)private static PdfStringGenericNameTree. iterateLeafNode(PdfArray names, java.util.Map<PdfString,PdfObject> items, PdfString leftOver)private static voidPdfNameTree. normalizeDestinations(java.util.Map<PdfString,PdfObject> items)protected voidGenericNameTree. setItems(java.util.LinkedHashMap<PdfString,PdfObject> items) -
Uses of PdfString in com.itextpdf.kernel.pdf.action
Fields in com.itextpdf.kernel.pdf.action declared as PdfString Modifier and Type Field Description private static PdfStringPdfMediaClipData. TEMPACCESSConstructors in com.itextpdf.kernel.pdf.action with parameters of type PdfString Constructor Description PdfWin(PdfString f)Creates a new wrapper around a newly created Windows launch parameter dictionary.PdfWin(PdfString f, PdfString d, PdfString o, PdfString p)Creates a new wrapper around a newly created Windows launch parameter dictionary. -
Uses of PdfString in com.itextpdf.kernel.pdf.annot
Fields in com.itextpdf.kernel.pdf.annot declared as PdfString Modifier and Type Field Description static PdfStringPdfAnnotation. AcceptedAnnotation state.static PdfStringPdfAnnotation. CanceledAnnotation state.static PdfStringPdfAnnotation. CompletedAnnotation state.static PdfStringPdfAnnotation. MarkedAnnotation state.static PdfStringPdfAnnotation. MarkedModelAnnotation state model.static PdfStringPdfAnnotation. NoneAnnotation state.static PdfStringPdfAnnotation. RejectedAnnotation state.static PdfStringPdfAnnotation. ReviewModelAnnotation state model.static PdfStringPdfAnnotation. UnmarkedAnnotation state.Methods in com.itextpdf.kernel.pdf.annot that return PdfString Modifier and Type Method Description PdfStringPdfAnnotation. getContents()Gets the text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.PdfStringPdfMarkupAnnotation. getCreationDate()The date and time when the annotation was created.PdfStringPdfAnnotation. getDate()The date and time when the annotation was most recently modified.PdfStringPdfFreeTextAnnotation. getDefaultAppearance()The default appearance string that shall be used in formatting the text.PdfStringPdfRedactAnnotation. getDefaultAppearance()The default appearance string that shall be used in formatting the text.PdfStringPdfFreeTextAnnotation. getDefaultStyleString()PdfStringPdfTrapNetworkAnnotation. getLastModified()The date and time when the trap network was most recently modified.PdfStringPdfAnnotation. getName()Gets the annotation name, a text string uniquely identifying it among all the annotations on its page.PdfStringPdfRedactAnnotation. getOverlayText()PdfStringPdfTextAnnotation. getState()PdfStringPdfTextAnnotation. getStateModel()PdfStringPdfMarkupAnnotation. getSubject()Text representing a short description of the subject being addressed by the annotation.PdfStringPdfCaretAnnotation. getSymbol()PdfStringPdfMarkupAnnotation. getText()The text label that will be displayed in the title bar of the annotation's pop-up window when open and active.PdfStringPdfAnnotation. getTitle()Annotation title.Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfString Modifier and Type Method Description PdfAnnotationPdfAnnotation. setContents(PdfString contents)Sets the text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.PdfMarkupAnnotationPdfMarkupAnnotation. setCreationDate(PdfString creationDate)Sets the date and time when the annotation was created.PdfAnnotationPdfAnnotation. setDate(PdfString date)The date and time when the annotation was most recently modified.PdfFreeTextAnnotationPdfFreeTextAnnotation. setDefaultAppearance(PdfString appearanceString)The default appearance string that shall be used in formatting the text.PdfRedactAnnotationPdfRedactAnnotation. setDefaultAppearance(PdfString appearanceString)The default appearance string that shall be used in formatting the text.PdfFreeTextAnnotationPdfFreeTextAnnotation. setDefaultStyleString(PdfString defaultStyleString)PdfAnnotationPdfAnnotation. setName(PdfString name)Sets the annotation name, a text string uniquely identifying it among all the annotations on its page.PdfRedactAnnotationPdfRedactAnnotation. setOverlayText(PdfString text)PdfTextAnnotationPdfTextAnnotation. setState(PdfString state)PdfTextAnnotationPdfTextAnnotation. setStateModel(PdfString stateModel)PdfMarkupAnnotationPdfMarkupAnnotation. setSubject(PdfString subject)Sets the text representing a short description of the subject being addressed by the annotation.PdfCaretAnnotationPdfCaretAnnotation. setSymbol(PdfString symbol)PdfMarkupAnnotationPdfMarkupAnnotation. setText(PdfString text)Sets the text label that will be displayed in the title bar of the annotation's pop-up window when open and active.PdfAnnotationPdfAnnotation. setTitle(PdfString title)Sets annotation title.Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfString Constructor Description PdfFreeTextAnnotation(Rectangle rect, PdfString contents)Creates new instance -
Uses of PdfString in com.itextpdf.kernel.pdf.annot.da
Methods in com.itextpdf.kernel.pdf.annot.da that return PdfString Modifier and Type Method Description PdfStringAnnotationDefaultAppearance. toPdfString()Gets theAnnotationDefaultAppearance's representation asPdfString. -
Uses of PdfString in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfString Modifier and Type Method Description private voidPdfCanvasProcessor. displayPdfString(PdfString string)Displays text. -
Uses of PdfString in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as PdfString Modifier and Type Field Description private PdfStringTextRenderInfo. stringMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfString Modifier and Type Method Description PdfStringTextRenderInfo. getPdfString()private PdfString[]TextRenderInfo. splitString(PdfString string)Split PDF string into array of single character PDF strings.Methods in com.itextpdf.kernel.pdf.canvas.parser.data with parameters of type PdfString Modifier and Type Method Description private floatTextRenderInfo. getPdfStringWidth(PdfString string, boolean singleCharString)Gets the width of a PDF string in text space unitsprivate float[]TextRenderInfo. getWidthAndWordSpacing(PdfString string)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.kernel.pdf.canvas.parser.data with parameters of type PdfString Constructor Description TextRenderInfo(TextRenderInfo parent, PdfString str, float horizontalOffset)Used for creating sub-TextRenderInfos for each individual character.TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, java.util.Stack<CanvasTag> canvasTagHierarchy)Creates a new TextRenderInfo object -
Uses of PdfString in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfString Modifier and Type Method Description PdfStringPdfCollection. getInitialDocument()Retrieves the document that will be initially presented in the user interface. -
Uses of PdfString in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfString Modifier and Type Method Description private static PdfArrayPdfSpecialCs.Indexed. getIndexedCsArray(PdfObject base, int hival, PdfString lookup)Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfString Constructor Description Indexed(PdfObject base, int hival, PdfString lookup) -
Uses of PdfString in com.itextpdf.kernel.pdf.filespec
Constructors in com.itextpdf.kernel.pdf.filespec with parameters of type PdfString Constructor Description PdfStringFS(PdfString pdfObject) -
Uses of PdfString in com.itextpdf.kernel.pdf.navigation
Constructors in com.itextpdf.kernel.pdf.navigation with parameters of type PdfString Constructor Description PdfStringDestination(PdfString pdfObject) -
Uses of PdfString in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfString Modifier and Type Method Description PdfStringPdfStructElem. getActualText()PdfStringPdfStructElem. getAlt()PdfStringPdfStructElem. getE()PdfStringPdfStructElem. getLang()PdfStringPdfStructElem. getPhoneme()Attribute for a structure element that may be used as pronunciation hint.PdfStringPdfStructElem. getStructureElementId()Gets the structure element's ID string, if it has one.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfString Modifier and Type Method Description voidPdfStructIdTree. addEntry(PdfString key, PdfObject value)PdfStructElemPdfStructIdTree. getStructElemById(PdfString id)Retrieve a structure element by ID, if it has one.voidPdfStructElem. setActualText(PdfString actualText)voidPdfStructElem. setAlt(PdfString alt)voidPdfStructElem. setE(PdfString e)voidPdfStructElem. setLang(PdfString lang)PdfNamespacePdfNamespace. setNamespaceName(PdfString namespaceName)Sets the string defining the namespace name.voidPdfStructElem. setPhoneme(PdfString elementPhoneme)Attribute for a structure element that may be used as pronunciation hint.voidPdfStructElem. setStructureElementId(PdfString id)Sets the structure element's ID string.Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfString Constructor Description PdfNamespace(PdfString namespaceName)Constructs a namespace defined by the given namespace name. -
Uses of PdfString in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfString Modifier and Type Method Description private java.lang.StringBackedAccessibilityProperties. toUnicodeString(PdfString pdfString) -
Uses of PdfString in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject that return PdfString Modifier and Type Method Description PdfStringPdfFormXObject. getMarkStyle()Gets a text string representing the printer’s mark in human-readable form.PdfStringPdfFormXObject. getTrapStyles()Gets a human-readable text string that described this trap network to the user.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfString Modifier and Type Method Description PdfFormXObjectPdfFormXObject. setMarkStyle(PdfString markStyle)Sets a text string representing the printer’s mark in human-readable form.PdfFormXObjectPdfFormXObject. setTrapStyles(PdfString trapStyles)Sets a human-readable text string that described this trap network to the user. -
Uses of PdfString in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfString Modifier and Type Method Description booleanCompareTool. compareStrings(PdfString outString, PdfString cmpString)Simple method that compares two given PdfStrings.private booleanCompareTool. compareStringsExtended(PdfString outString, PdfString cmpString, ObjectPath currentPath, CompareTool.CompareResult compareResult)private byte[]CompareTool. convertPdfStringToBytes(PdfString pdfString) -
Uses of PdfString in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfString Modifier and Type Field Description private PdfStringDuplicateIdEntryValidationContext. idMethods in com.itextpdf.kernel.validation.context that return PdfString Modifier and Type Method Description PdfStringDuplicateIdEntryValidationContext. getId()Gets the ID of the entry.Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfString Constructor Description DuplicateIdEntryValidationContext(PdfString id)Instantiates a newDuplicateIdEntryValidationContextbased on ID string. -
Uses of PdfString in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfString Modifier and Type Method Description protected voidPdfA1Checker. checkPdfString(PdfString string)protected abstract voidPdfAChecker. checkPdfString(PdfString string)Verify the conformity of the PDF string. -
Uses of PdfString in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils with parameters of type PdfString Modifier and Type Method Description private static booleanFormulaCheckUtil. hasInvalidValues(PdfString altText, PdfString actualText)Deprecated. -
Uses of PdfString in com.itextpdf.pdfua.checkers.utils.ua1
Methods in com.itextpdf.pdfua.checkers.utils.ua1 with parameters of type PdfString Modifier and Type Method Description private static booleanPdfUA1FormulaChecker. hasInvalidValues(PdfString altText, PdfString actualText) -
Uses of PdfString in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfString Modifier and Type Method Description static voidPdfUA2StringChecker. checkPdfString(PdfString string)Checks PdfString object to be UA-2 compatible. -
Uses of PdfString in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return PdfString Modifier and Type Method Description PdfStringPdfSignature. getCert()Gets the /Cert entry value of this signature.PdfStringPdfSignature. getContents()Gets the /Contents entry value.PdfStringPdfSignature. getDate()Gets the /M value.
-