Modifier and Type | Method and Description |
---|---|
PdfString |
PdfAcroForm.getDefaultAppearance()
Gets the DA String property on the AcroForm.
|
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfFormField.getAlternativeName()
Gets the current alternate name.
|
PdfString |
PdfFormField.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.
|
PdfString |
PdfFormField.getDefaultStyle()
Gets a default style string, as described in "Rich Text Strings" section of Pdf spec.
|
PdfString |
PdfFormField.getFieldName()
Gets the current field name.
|
PdfString |
PdfFormField.getMappingName()
Gets the current mapping name.
|
Modifier and Type | Method and Description |
---|---|
PdfFormField |
PdfFormField.setDefaultStyle(PdfString defaultStyleString)
Sets a default style string, as described in "Rich Text Strings" section of Pdf spec.
|
Modifier and Type | Method and Description |
---|---|
PdfString |
AnnotObject.getContents()
Gets the string value of contents tag in Xfdf document structure.
|
PdfString |
AnnotObject.getContentsRichText()
Gets the string value of contents-richtext tag in Xfdf document structure.
|
PdfString |
ActionObject.getUri()
Gets the string value of URI elements.
|
Modifier and Type | Method and Description |
---|---|
AnnotObject |
AnnotObject.setContents(PdfString contents)
Sets the string value of contents tag in Xfdf document structure.
|
AnnotObject |
AnnotObject.setContentsRichText(PdfString contentsRichRext)
Sets the string value of contents-richtext tag in xfdf document structure.
|
ActionObject |
ActionObject.setUri(PdfString uri)
Sets the string value of URI element.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
StandardSecurityHandler.getIsoBytes(PdfString string)
Gets bytes of String-value without considering encoding.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfSimpleFont.appendDecodedCodesToGlyphsList(List<Glyph> list, PdfString characterCodes)
Decodes sequence of character codes (e.g.
|
boolean |
PdfType0Font.appendDecodedCodesToGlyphsList(List<Glyph> list, PdfString characterCodes)
Decodes sequence of character codes (e.g.
|
boolean |
PdfFont.appendDecodedCodesToGlyphsList(List<Glyph> list, PdfString characterCodes)
Decodes sequence of character codes (e.g.
|
String |
PdfSimpleFont.decode(PdfString content) |
String |
PdfType0Font.decode(PdfString content) |
abstract String |
PdfFont.decode(PdfString content) |
GlyphLine |
PdfSimpleFont.decodeIntoGlyphLine(PdfString content)
Decodes sequence of character codes (e.g.
|
GlyphLine |
PdfType0Font.decodeIntoGlyphLine(PdfString characterCodes)
Decodes sequence of character codes (e.g.
|
abstract GlyphLine |
PdfFont.decodeIntoGlyphLine(PdfString characterCodes)
Decodes sequence of character codes (e.g.
|
float |
PdfSimpleFont.getContentWidth(PdfString content) |
float |
PdfType0Font.getContentWidth(PdfString content) |
abstract float |
PdfFont.getContentWidth(PdfString content) |
Modifier and Type | Field and Description |
---|---|
protected PdfString |
WriterProperties.initialDocumentId
The ID entry that represents the initial identifier.
|
protected PdfString |
WriterProperties.modifiedDocumentId
The ID entry that represents a change in a document.
|
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfArray.getAsString(int index)
Returns the element at the specified index as a PdfString.
|
PdfString |
PdfDictionary.getAsString(PdfName key)
Returns the value associated to this key as a PdfString.
|
PdfString |
PdfOutputIntent.getInfo() |
PdfString |
PdfCatalog.getLang()
Get natural language.
|
PdfString |
PdfDocument.getModifiedDocumentId()
Gets modified document id In order to set modifiedDocumentId WriterProperties.setModifiedDocumentId(com.itextpdf.kernel.pdf.PdfString) should be used
|
PdfString |
PdfDocument.getOriginalDocumentId()
Gets original document id In order to set originalDocumentId WriterProperties.setInitialDocumentId(com.itextpdf.kernel.pdf.PdfString) should be used
|
PdfString |
PdfOutputIntent.getOutputCondition() |
PdfString |
PdfOutputIntent.getOutputConditionIdentifier() |
PdfString |
PdfOutputIntent.getRegistryName() |
PdfString |
PdfString.setHexWriting(boolean hexWriting) |
Modifier and Type | Method and Description |
---|---|
WriterProperties |
WriterProperties.setInitialDocumentId(PdfString initialDocumentId)
The /ID entry of a document contains an array with two entries.
|
void |
PdfCatalog.setLang(PdfString lang)
An entry specifying the natural language, and optionally locale.
|
WriterProperties |
WriterProperties.setModifiedDocumentId(PdfString modifiedDocumentId)
The /ID entry of a document contains an array with two entries.
|
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
static PdfString |
PdfAnnotation.Accepted
Annotation state.
|
static PdfString |
PdfAnnotation.Canceled
Annotation state.
|
static PdfString |
PdfAnnotation.Completed
Annotation state.
|
static PdfString |
PdfAnnotation.Marked
Annotation state.
|
static PdfString |
PdfAnnotation.MarkedModel
Annotation state model.
|
static PdfString |
PdfAnnotation.None
Annotation state.
|
static PdfString |
PdfAnnotation.Rejected
Annotation state.
|
static PdfString |
PdfAnnotation.ReviewModel
Annotation state model.
|
static PdfString |
PdfAnnotation.Unmarked
Annotation state.
|
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfAnnotation.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.
|
PdfString |
PdfMarkupAnnotation.getCreationDate()
The date and time when the annotation was created.
|
PdfString |
PdfAnnotation.getDate()
The date and time when the annotation was most recently modified.
|
PdfString |
PdfRedactAnnotation.getDefaultAppearance()
The default appearance string that shall be used in formatting the text.
|
PdfString |
PdfFreeTextAnnotation.getDefaultAppearance()
The default appearance string that shall be used in formatting the text.
|
PdfString |
PdfFreeTextAnnotation.getDefaultStyleString() |
PdfString |
PdfTrapNetworkAnnotation.getLastModified()
The date and time when the trap network was most recently modified.
|
PdfString |
PdfAnnotation.getName()
Gets the annotation name, a text string uniquely identifying it among all the annotations on its page.
|
PdfString |
PdfRedactAnnotation.getOverlayText() |
PdfString |
PdfTextAnnotation.getState() |
PdfString |
PdfTextAnnotation.getStateModel() |
PdfString |
PdfMarkupAnnotation.getSubject()
Text representing a short description of the subject being addressed by the annotation.
|
PdfString |
PdfCaretAnnotation.getSymbol() |
PdfString |
PdfMarkupAnnotation.getText()
The text label that will be displayed in the title bar of the annotation's pop-up window when open and active.
|
PdfString |
PdfAnnotation.getTitle()
Annotation title.
|
Modifier and Type | Method and Description |
---|---|
PdfAnnotation |
PdfAnnotation.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.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setCreationDate(PdfString creationDate)
Sets the date and time when the annotation was created.
|
PdfAnnotation |
PdfAnnotation.setDate(PdfString date)
The date and time when the annotation was most recently modified.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setDefaultAppearance(PdfString appearanceString)
The default appearance string that shall be used in formatting the text.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDefaultAppearance(PdfString appearanceString)
The default appearance string that shall be used in formatting the text.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDefaultStyleString(PdfString defaultStyleString) |
PdfAnnotation |
PdfAnnotation.setName(PdfString name)
Sets the annotation name, a text string uniquely identifying it among all the annotations on its page.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setOverlayText(PdfString text) |
PdfTextAnnotation |
PdfTextAnnotation.setState(PdfString state) |
PdfTextAnnotation |
PdfTextAnnotation.setStateModel(PdfString stateModel) |
PdfMarkupAnnotation |
PdfMarkupAnnotation.setSubject(PdfString subject)
Sets the text representing a short description of the subject being addressed by the annotation.
|
PdfCaretAnnotation |
PdfCaretAnnotation.setSymbol(PdfString symbol) |
PdfMarkupAnnotation |
PdfMarkupAnnotation.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.
|
PdfAnnotation |
PdfAnnotation.setTitle(PdfString title)
Sets annotation title.
|
Constructor and Description |
---|
PdfFreeTextAnnotation(Rectangle rect, PdfString contents)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
PdfString |
AnnotationDefaultAppearance.toPdfString()
Gets the AnnotationDefaultAppearance 's representation as PdfString .
|
Modifier and Type | Method and Description |
---|---|
PdfString |
TextRenderInfo.getPdfString() |
Constructor and Description |
---|
TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfCollection.getInitialDocument()
Retrieves the document that will be initially presented in the user interface.
|
Constructor and Description |
---|
Indexed(PdfObject base, int hival, PdfString lookup) |
Constructor and Description |
---|
PdfStringFS(PdfString pdfObject) |
Constructor and Description |
---|
PdfStringDestination(PdfString pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfStructElem.getActualText() |
PdfString |
PdfStructElem.getAlt() |
PdfString |
PdfStructElem.getE() |
PdfString |
PdfStructElem.getLang() |
PdfString |
PdfStructElem.getPhoneme()
Attribute for a structure element that may be used as pronunciation hint.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfStructElem.setActualText(PdfString actualText) |
void |
PdfStructElem.setAlt(PdfString alt) |
void |
PdfStructElem.setE(PdfString e) |
void |
PdfStructElem.setLang(PdfString lang) |
PdfNamespace |
PdfNamespace.setNamespaceName(PdfString namespaceName)
Sets the string defining the namespace name.
|
void |
PdfStructElem.setPhoneme(PdfString elementPhoneme)
Attribute for a structure element that may be used as pronunciation hint.
|
Constructor and Description |
---|
PdfNamespace(PdfString namespaceName)
Constructs a namespace defined by the given namespace name.
|
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfFormXObject.getMarkStyle()
Gets a text string representing the printer’s mark in human-readable form.
|
PdfString |
PdfFormXObject.getTrapStyles()
Gets a human-readable text string that described this trap network to the user.
|
Modifier and Type | Method and Description |
---|---|
PdfFormXObject |
PdfFormXObject.setMarkStyle(PdfString markStyle)
Sets a text string representing the printer’s mark in human-readable form.
|
PdfFormXObject |
PdfFormXObject.setTrapStyles(PdfString trapStyles)
Sets a human-readable text string that described this trap network to the user.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareStrings(PdfString outString, PdfString cmpString)
Simple method that compares two given PdfStrings.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PdfA1Checker.checkPdfString(PdfString string) |
protected abstract void |
PdfAChecker.checkPdfString(PdfString string) |
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfSignature.getCert()
Gets the /Cert entry value of this signature.
|
PdfString |
PdfSignature.getContents()
Gets the /Contents entry value.
|
PdfString |
PdfSignature.getDate()
Gets the /M value.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.