Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareStrings(PdfString outString, PdfString cmpString) |
Modifier and Type | Class and Description |
---|---|
class |
PdfDate
PdfDate is the PDF date object.
|
Modifier and Type | Field and Description |
---|---|
protected PdfString |
PdfDocument.language |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<PdfString> |
PdfReader.strings |
Modifier and Type | Method and Description |
---|---|
PdfString |
PdfArray.getAsString(int idx)
Returns a PdfObject as a PdfString , resolving indirect references.
|
PdfString |
PdfDictionary.getAsString(PdfName key)
Returns a PdfObject as a PdfString , resolving indirect references.
|
PdfString |
PdfArtifact.getType() |
PdfString |
PdfString.setHexWriting(boolean hexWriting) |
Modifier and Type | Method and Description |
---|---|
PdfAnnotation |
PdfAWriter.createAnnotation(float llx, float lly, float urx, float ury, PdfString title, PdfString content, PdfName subtype) |
PdfAnnotation |
PdfAStamperImp.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.
|
void |
PdfArtifact.setType(PdfString type) |
Constructor and Description |
---|
PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content)
Constructs a new PdfAnnotation of subtype text.
|
PdfOutline(PdfOutline parent, PdfAction action, PdfString title)
Constructs a PdfOutline .
|
PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open)
Constructs a PdfOutline .
|
PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title)
Constructs a PdfOutline .
|
PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title, boolean open)
Constructs a PdfOutline .
|
Modifier and Type | Method and Description |
---|---|
void |
PdfCollectionItem.addItem(String key, PdfString value)
Sets the value of the collection item.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
AbstractCMap.decodeStringToByte(PdfString s) |
String |
AbstractCMap.decodeStringToUnicode(PdfString ps) |
Modifier and Type | Method and Description |
---|---|
PdfString |
TextRenderInfo.getPdfString() |
Modifier and Type | Method and Description |
---|---|
void |
RichMediaParams.setBindingMaterialName(PdfString bindingMaterialName)
Stores the material name that content is to be bound to.
|
void |
RichMediaConfiguration.setName(PdfString name)
Sets the name of the configuration (must be unique).
|
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 |
RichMediaParams.setSettings(PdfString settings)
A text string used to store settings information associated with a Flash RichMediaInstance.
|
Constructor and Description |
---|
RichMediaCommand(PdfString command)
Creates a RichMediaCommand dictionary.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.