- getAllAnnotations() - Method in interface com.snowtide.pdf.Document
-
Returns a list containing all of the
Annotation
s contained in the
current PDF document.
- getAllAnnotations(List) - Method in interface com.snowtide.pdf.Document
-
Adds to the given List all of the
Annotation
s contained in the current PDF
document.
- getAllAnnotations() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAllAnnotations(List) - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAllChildren(List) - Method in class com.snowtide.pdf.Bookmark
-
Adds all of the direct descendants of this bookmark to the given list.
- getAllChildren() - Method in class com.snowtide.pdf.Bookmark
-
Returns a new List of the direct descendants of this bookmark.
- getAllDescendants(List) - Method in class com.snowtide.pdf.Bookmark
-
Performs a full descent of the bookmark tree rooted at this bookmark,
adding all descendant child bookmarks to the given list.
- getAllDescendants() - Method in class com.snowtide.pdf.Bookmark
-
Performs a full descent of the bookmark tree rooted at this bookmark,
adding all descendant child bookmarks to a new list, which is returned.
- getAllEmbeddedFiles() - Method in interface com.snowtide.pdf.Document
-
- getAllEmbeddedFiles() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAllTables(Page) - Static method in class com.snowtide.pdf.util.TableUtils
-
Returns a List of
Table
instances that are available in the given
Page
.
- getAnnotations(int) - Method in interface com.snowtide.pdf.Document
-
Returns a List of all annotations found on the page indicated by the given page number;
each object will be an instance of a class that implements the
Annotation
interface.
- getAnnotations(int) - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAppearance() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns a
Page
containing this annotation's rendered "appearance
stream", if it explicitly defines one, null otherwise.
- getAttachment() - Method in class com.snowtide.pdf.annot.FileAttachmentAnnotation
-
- getAttribute(String) - Method in interface com.snowtide.pdf.Document
-
Returns the value of the specified document-level metadata attribute.
- getAttribute(String) - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAttributeKeys() - Method in interface com.snowtide.pdf.Document
-
Returns a
Set
containing the keys of all available document metadata attributes.
- getAttributeKeys() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getAttributeMap() - Method in interface com.snowtide.pdf.Document
-
Returns a
Map
containing a copy of all keys and values of all available document
metadata attributes.
- getAttributeMap() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getBitLength() - Method in class com.snowtide.pdf.EncryptionInfo
-
Returns the bit length of the key used to encrypt the document; will always be a multiple of 8, and
between 40 - 128.
- getBookmarks() - Method in interface com.snowtide.pdf.Document
-
If the current PDF document contains a bookmark tree, this function will return its root node.
- getBookmarks() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getBottomBound() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the y-coordinate on the page to which this link annotation refers where a
PDF viewer should position the bottom edge of its window when the link annotation is activated.
- getBottomBound() - Method in class com.snowtide.pdf.Bookmark
-
Returns the y-coordinate on the page to which this bookmark refers where a
PDF viewer should position the bottom edge of its window when the bookmark is activated.
- getButtonType() - Method in class com.snowtide.pdf.forms.AcroButtonField
-
Returns an indicator of what type of button this field object represents.
- getCharacters() - Method in interface com.snowtide.pdf.Page
-
Returns a collection of
TextUnit
s on this page.
- getCharacterSequence() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns the characters that should be rendered
for this TextUnit instead of the 'raw' character code provided by
TextUnit.getCharCode()
.
- getCharCode() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns the 'raw' character code used to encode this TextUnit in the source
PDF document.
- getCharSeqForCode(int) - Method in interface com.snowtide.pdf.Font
-
Returns the character sequence that corresponds to the given character code for this Font.
- getCheckedValue() - Method in class com.snowtide.pdf.forms.AcroCheckboxField
-
Returns the value that represents the checked state for this checkbox.
- getChild(int) - Method in class com.snowtide.pdf.Bookmark
-
Returns the n-th child of this bookmark.
- getChild(int) - Method in interface com.snowtide.pdf.layout.BlockParent
-
Returns the child and the given index.
- getChildCnt() - Method in class com.snowtide.pdf.Bookmark
-
Returns the number of children this bookmark contains.
- getChildCnt() - Method in interface com.snowtide.pdf.layout.BlockParent
-
Returns the number of children held by this BlockParent.
- getConfig() - Method in interface com.snowtide.pdf.Document
-
- getConfig() - Method in class com.snowtide.pdf.OutputTarget
-
Returns the
Configuration
instance that this
OutputTarget
is currently using.
- getConfig() - Method in interface com.snowtide.pdf.Page
-
- getConfig() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getContent() - Method in class com.snowtide.pdf.EmbeddedFile
-
Returns the data associated with this file, as embedded in the source document.
- getContents() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns the text content of this annotation.
- getCropBox() - Method in interface com.snowtide.pdf.Page
-
- getData() - Method in class com.snowtide.pdf.util.KodakPrintData
-
Returns the raw KDK print job data as extracted from the PDF document.
- getDefault() - Static method in class com.snowtide.pdf.Configuration
-
Returns the configuration that new
Document
instances use by default.
- getDefaultValue() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the default value to which the field reverts when a reset-form action is executed,
as specified in the /DV entry in this field's PDF dictionary.
- getDescription() - Method in class com.snowtide.pdf.EmbeddedFile
-
Returns the user-specified description of this file.
- getDestinationName() - Method in class com.snowtide.pdf.Bookmark
-
Returns the name of the destination associated with this Bookmark
.
- getDisplayValue(String) - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
Returns the display value associated with the supplied export value.
- getDocument() - Method in interface com.snowtide.pdf.forms.Form
-
Returns the source
Document
from which this
Form
was extracted.
- getDocument() - Method in interface com.snowtide.pdf.Page
-
Returns the
Document
from which this Page was sourced.
- getEmbeddedFiles() - Method in interface com.snowtide.pdf.Document
-
- getEmbeddedFiles() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getEncryptionInfo() - Method in interface com.snowtide.pdf.Document
-
Returns an EncryptionInfo object, which provides access to some of the parameters used for the current
PDF document's encryption.
- getEncryptionInfo() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getErrorType() - Method in exception com.snowtide.pdf.EncryptedPDFException
-
- getExportValue() - Method in class com.snowtide.pdf.forms.AcroButtonField
-
Returns the export value set on this button field.
- getExportValue(String) - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
- getExportValues() - Method in class com.snowtide.pdf.forms.AcroButtonField
-
Returns a
List
of the possible export values of this button field, as dictated by the
field dictionary's /Opt entry.
- getField(String) - Method in interface com.snowtide.pdf.forms.AcroForm
-
- getField(String) - Method in interface com.snowtide.pdf.forms.Form
-
Returns the field held by this form with the given name.
- getFieldNames() - Method in interface com.snowtide.pdf.forms.Form
-
Returns a
Collection
of the names of all of the fields held by this form.
- getFileLocation() - Method in class com.snowtide.pdf.EmbeddedFile
-
Returns a "specification" of the location of the file.
- getFilterName() - Method in class com.snowtide.pdf.EncryptionInfo
-
Returns the name of the security handler for the PDF document.
- getFont() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns the
Font
that was in force when this
TextUnit
was outputted.
- getFontName() - Method in interface com.snowtide.pdf.Font
-
Returns the name of this font as specified in the PDF file.
- getFontSize() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns the size of the
font
used to render this
TextUnit
.
- getFormData() - Method in interface com.snowtide.pdf.Document
-
Loads the form data contained in the current document, and returns a
Form
object
that represents that data.
- getFormData() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getFullName() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the fully-qualified name of this field, which should be unique within a PDF document form.
- getHTMLDocument() - Method in class pdfts.examples.GoogleHTMLOutputHandler
-
Returns the XHTML document that is built up by this OutputHandler.
- getIconName() - Method in class com.snowtide.pdf.annot.FileAttachmentAnnotation
-
Returns the name of the icon that is associated with this file annotation; this is generally
displayed in the PDF as the clickable target that will open the file attachment.
- getIconName() - Method in class com.snowtide.pdf.annot.TextAnnotation
-
Returns an optional String attribute indicating the type of icon to be used in displaying this
annotation.
- getImages() - Method in interface com.snowtide.pdf.Document
-
- getImages() - Method in interface com.snowtide.pdf.Page
-
Returns a Collection of
Image
objects, one for each image on this page.
- getImages() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getJustificationInd() - Method in class com.snowtide.pdf.annot.FreeTextAnnotation
-
Returns an int indicating how the text content of this annotation should be justified.
- getLeftBound() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the x-coordinate on the page to which this link annotation refers where a
PDF viewer should position the left edge of its window when the link annotation is activated.
- getLeftBound() - Method in class com.snowtide.pdf.Bookmark
-
Returns the x-coordinate on the page to which this bookmark refers where a
PDF viewer should position the left edge of its window when the bookmark is activated.
- getLine(int) - Method in interface com.snowtide.pdf.layout.Block
-
Returns the
Line
at the given index.
- getLinebreakString() - Method in class com.snowtide.pdf.Configuration
-
Returns the string that
OutputTarget
(and its subclasses) output for each linebreak identified in
extracted PDF content.
- getLineCnt() - Method in interface com.snowtide.pdf.layout.Block
-
Returns the number of
Line
s held by this Block.
- getLines() - Method in interface com.snowtide.pdf.layout.Block
-
Returns a List view of the
Line
s held by this Block.
- getLinkActionName() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the name of the type of action that this link annotation will perform when a user activates
it within a PDF viewer.
- getLocalName() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the local name of the field, as specified in the /T entry in this field's PDF dictionary.
- getLog(Class) - Method in interface com.snowtide.util.logging.LogFactory
-
Returns a Log instance specific to the specified class.
- getLog(String) - Method in interface com.snowtide.util.logging.LogFactory
-
Returns a Log instance corresponding to the specified logger name.
- getLog(Class) - Static method in class com.snowtide.util.logging.LoggingRegistry
-
Convenience method for retrieving a Log instance for the given Class from the current
LogFactory.
- getLog(String) - Static method in class com.snowtide.util.logging.LoggingRegistry
-
Convenience method for retrieving a Log instance with the given name from the current
LogFactory.
- getMappingName() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the 'mapping name' of this field, as specified in the /TM entry in this field's PDF dictionary.
- getMaxLength() - Method in class com.snowtide.pdf.forms.AcroTextField
-
Returns the maximum length of this field, as specified by this form field's /MaxLen entry.
- getMinimumOverlapPct() - Method in class com.snowtide.pdf.RegionOutputTarget
-
- getMinTableCellCount() - Method in class com.snowtide.pdf.Configuration
-
Returns the minimum number of adjacent cells that must be present in order
for PDFxStream to recognize those cells collectively as a
Table
.
- getModificationDate() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns the date, in PDF date format, when this annotation was last modified.
- getName() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns the optional name for this annotation, which should uniquely identify it within a page.
- getName() - Method in interface com.snowtide.pdf.Document
-
Returns the name of the PDF that this
Document
is reading; this will be either the name
of the PDF
file that is being read, or the
pdfName
String that was provided if this
Document
was opened using one of the
com.snowtide.PDF.open()
methods that
accepts an
InputStream
or
ByteBuffer
,
e.g.
- getName() - Method in interface com.snowtide.pdf.forms.FormField
-
Returns the canonical name of this field.
- getName() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getObject() - Method in class com.snowtide.pdf.OutputTarget
-
- getOptions() - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
Returns a Map containing all of the options offered by this choice field, using
export values (strings that can be returned by
getValue()
) as keys mapped to
display values (strings that are returned by
AcroChoiceField.getDisplayValue(String)
, given
a valid export value).
- getPage(int) - Method in interface com.snowtide.pdf.Document
-
Reads and returns a single page.
- getPage(int) - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPageCnt() - Method in interface com.snowtide.pdf.Document
-
Returns the number of pages in the PDF document.
- getPageCnt() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPageHeight() - Method in interface com.snowtide.pdf.Page
-
Returns the height of this page in PDF "default user space units" (as specified by the PDF spec).
- getPageNumber() - Method in class com.snowtide.pdf.Bookmark
-
Returns the page number for this bookmark.
- getPageNumber() - Method in interface com.snowtide.pdf.Page
-
Returns this Page's page number.
- getPages() - Method in interface com.snowtide.pdf.Document
-
Returns a list of
pages
from this
Document
,
which are loaded lazily when accessed via the returned list.
- getPages() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPageWidth() - Method in interface com.snowtide.pdf.Page
-
Returns the width of this page in PDF "default user space units" (as specified by the PDF spec).
- getPDFFile() - Method in interface com.snowtide.pdf.Document
-
Returns a reference to the file that this Document
is processing.
- getPDFFile() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPdfFileSize() - Method in interface com.snowtide.pdf.Document
-
Returns the size of the PDF file being read, in bytes.
- getPdfFileSize() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPdfName() - Method in class com.snowtide.pdf.EncryptionInfo
-
Returns the name of the PDF document that this object is associated with.
- getPDFVersion() - Method in interface com.snowtide.pdf.Document
-
Returns the
PDFVersion
instance that corresponds with the version of the PDF file
specification to which current PDF file adheres.
- getPDFVersion() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- getPossibleValues() - Method in class com.snowtide.pdf.forms.AcroRadioButtonGroupField
-
Returns a set of the possible values that may be set on this button.
- getPreviousURI() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the previous URI to which this link annotation referred.
- getRegionCnt() - Method in class com.snowtide.pdf.RegionOutputTarget
-
Returns the number of registered regions.
- getRegionNames() - Method in class com.snowtide.pdf.RegionOutputTarget
-
- getRegionText(int) - Method in class com.snowtide.pdf.RegionOutputTarget
-
Returns the text extracted from the i-th
region that was registered with this RegionOutputTarget.
- getRegionText(String) - Method in class com.snowtide.pdf.RegionOutputTarget
-
Returns the text extracted from the region that was registered with this RegionOutputTarget using the provided name.
- getRichContent() - Method in class com.snowtide.pdf.annot.FreeTextAnnotation
-
Returns the rich text content held by this annotation.
- getRichContentStyle() - Method in class com.snowtide.pdf.annot.FreeTextAnnotation
-
Returns the CSS style information held by this annotation that should be applied to the rich text
content returned by the
FreeTextAnnotation.getRichContent()
function when that content is displayed.
- getRichTextValue() - Method in class com.snowtide.pdf.forms.AcroTextField
-
Returns the 'rich text' value for this field (XHTML that conforms to the XFA specification), if available.
- getRightBound() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the x-coordinate on the page to which this link annotation refers where a
PDF viewer should position the right edge of its window when the link annotation is activated.
- getRightBound() - Method in class com.snowtide.pdf.Bookmark
-
Returns the x-coordinate on the page to which this bookmark refers where a
PDF viewer should position the right edge of its window when the bookmark is activated.
- getRotationTheta() - Method in interface com.snowtide.pdf.Page
-
Returns the number of degrees by which the page has been rotated clockwise.
- getRow(int) - Method in interface com.snowtide.pdf.layout.Table
-
Returns a
BlockParent
instance containing the
Block
s that form the
indicated row number.
- getRowCnt() - Method in interface com.snowtide.pdf.layout.Table
-
Returns the number of rows in this table.
- getSpacingScale() - Method in class com.snowtide.pdf.VisualOutputTarget
-
Returns the spacing scale currently in effect for this VisualOutputTarget
.
- getSubfilterName() - Method in class com.snowtide.pdf.EncryptionInfo
-
- getTargetPageNumber() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the page number to which this link annotation refers.
- getTextContent() - Method in interface com.snowtide.pdf.Page
-
Returns a BlockParent instance that contains all Block instances held by this Page, which
in turn hold all text content for this Page.
- getTextUnit(int) - Method in interface com.snowtide.pdf.layout.Line
-
Returns the
TextUnit
at the specified index.
- getTextUnitCnt() - Method in interface com.snowtide.pdf.layout.Line
-
Returns the number of
TextUnit
s in this Line.
- getTextUnits() - Method in interface com.snowtide.pdf.layout.Line
-
Returns a List view of the
TextUnit
s held by this Line.
- getTheta() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns the angle (in degrees) by which this TextUnit
's baseline is rotated.
- getTitle() - Method in class com.snowtide.pdf.annot.FileAttachmentAnnotation
-
Returns the title associated with this file annotation.
- getTitle() - Method in class com.snowtide.pdf.Bookmark
-
Returns the title/label for this bookmark.
- getTopBound() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
Returns the y-coordinate on the page to which this link annotation refers where a
PDF viewer should position the top edge of its window when the link annotation is activated.
- getTopBound() - Method in class com.snowtide.pdf.Bookmark
-
Returns the y-coordinate on the page to which this bookmark refers where a
PDF viewer should position the top edge of its window when the bookmark is activated.
- getType() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the type of field, as specified in the /FT entry in this field's PDF dictionary.
- getTypeCd() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns a String indicating what type of annotation this this.
- getUIName() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the user-friendly name of this field, as specified in the /TU entry in this field's PDF
dictionary.
- getUIName() - Method in interface com.snowtide.pdf.forms.FormField
-
Returns a user-friendly name for this field, typically used to identify
the field to users or in extracts of form data.
- getURI() - Method in class com.snowtide.pdf.annot.LinkAnnotation
-
- getV() - Method in class com.snowtide.pdf.EncryptionInfo
-
Returns the algorithm "version" used when the document was encrypted.
- getValue() - Method in class com.snowtide.pdf.forms.AcroButtonField
-
Returns this button's 'base value', which is actually a code used by a PDF viewer to determine how to draw
a button's widget.
- getValue() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns the value of this field, as specified in the /V entry in this field's PDF dictionary.
- getValue() - Method in interface com.snowtide.pdf.forms.FormField
-
Returns the current value of the field.
- getVersionInd() - Method in enum com.snowtide.pdf.PDFVersion
-
Returns the version indicator ('1.1', '1.2', etc).
- getWidgetType() - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
- getXFAContents() - Method in interface com.snowtide.pdf.forms.AcroForm
-
Returns the entire XFA contents of this form.
- getXFAPacketContents(String) - Method in interface com.snowtide.pdf.forms.AcroForm
-
Returns the contents of the XML element referenced by packetName
in this form.
- getXFAPacketNames() - Method in interface com.snowtide.pdf.forms.AcroForm
-
Returns a Set
of the packet names of the XFA data.
- getXMLAsString() - Method in class pdfts.examples.XMLOutputTarget
-
Returns the XML built by this XMLOutputTarget
as a String
.
- getXMLDocument() - Method in class pdfts.examples.XMLOutputTarget
-
Returns the DOM Document that this XMLOutputTarget
is building.
- getXmlMetadata() - Method in interface com.snowtide.pdf.Document
-
Returns the XML metadata available from this
Document
, or null if no XML metadata is available.
- getXmlMetadata() - Method in class com.snowtide.pdf.PDFTextStream
-
Deprecated.
- GoogleHTMLOutputHandler - Class in pdfts.examples
-
This class is an example
OutputHandler
implementation that builds an XHTML document to
mimic the HTML view that Google offers for indexed PDF documents.
- GoogleHTMLOutputHandler() - Constructor for class pdfts.examples.GoogleHTMLOutputHandler
-
- id() - Method in interface com.snowtide.pdf.layout.Image
-
Returns the identifier associated with this image's bitmap data, guaranteed to be unique within the
scope of its source document.
- Image - Interface in com.snowtide.pdf.layout
-
Represents an image found in a
Page
.
- Image.Format - Enum in com.snowtide.pdf.layout
-
- info(Object) - Method in interface com.snowtide.util.logging.Log
-
Output a logging message at the 'info' severity level.
- info(Object, Throwable) - Method in interface com.snowtide.util.logging.Log
-
Output a logging message at the 'info' severity level, including
information about an associated Throwable.
- InsufficientLicenseException - Exception in com.snowtide
-
An exception of this type is thrown when either:
More than one PDF file is opened at the same time while PDFxStream is being used in evaluation mode (i.e.
- InsufficientLicenseException(String) - Constructor for exception com.snowtide.InsufficientLicenseException
-
- intersection(Region...) - Static method in class com.snowtide.pdf.layout.Rectangle
-
Returns a Rectangle that is the
intersection of start
and all of the remaining provided Regions,
or null if there is no common intersection.
- intersects(Region, Region) - Static method in class com.snowtide.pdf.layout.Rectangle
-
Returns true only if any portion of the two Regions intersect.
- isBold() - Method in interface com.snowtide.pdf.Font
-
Returns true if this font is bold.
- isChecked() - Method in class com.snowtide.pdf.forms.AcroCheckboxField
-
Returns true only if this checkbox is checked (i.e.
- isCJKSupportEnabled() - Static method in class com.snowtide.pdf.Configuration
-
Returns true if this configuration will cause PDFxStream to extract and decode Chinese, Japanese,
and Korean content.
- isContentVolatile() - Method in class com.snowtide.pdf.EmbeddedFile
-
Returns true if the contents of this file should be expected to change over time.
- isDebugEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'debug' logging severity level is enabled.
- isDeriveType3Fonts() - Method in class com.snowtide.pdf.Configuration
-
Returns true if this configuration will cause PDFxStream to derive the Unicode encodings of Type3
PDF fonts.
- isEditable() - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
Returns true if this field is user-editable, indicating that a user may
set this field's value to a arbitrary character string.
- isErrorEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'error' logging severity level is enabled.
- isFatalEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'fatal' logging severity level is enabled.
- isFileSelection() - Method in class com.snowtide.pdf.forms.AcroTextField
-
Returns true if this is field is designated to hold the path of a user-selected file.
- isIgnoreNonCardinalRotatedChars() - Method in class com.snowtide.pdf.Configuration
-
When true, characters that are rotated by angles other than 0, 90, 180, and 270 will be ignored.
- isImplicitLineDetectionEnabled() - Method in class com.snowtide.pdf.Configuration
-
- isIncludingRotatedChars() - Method in class com.snowtide.pdf.VisualOutputTarget
-
Return true if this
VisualOutputTarget
will include rotated
TextUnit
s in its output
(true by default).
- isInfoEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'info' logging severity level is enabled.
- isItalic() - Method in interface com.snowtide.pdf.Font
-
Returns true if this font is italic.
- isLicensed() - Static method in class com.snowtide.PDF
-
Returns true if PDFxStream has loaded and verified a non-evaluation license file that has not yet expired.
- isLicensed() - Static method in class com.snowtide.pdf.PDFTextStream
-
- isMarginTrimmed() - Method in class com.snowtide.pdf.VisualOutputTarget
-
Returns true if this VisualOutputTarget
trims whitespace corresponding to the left margin of each page
piped to it.
- isMultiline() - Method in class com.snowtide.pdf.forms.AcroTextField
-
Returns true if this is a multiline text field.
- isPasswordEntry() - Method in class com.snowtide.pdf.forms.AcroTextField
-
Returns true if this is a password-entry text field.
- isReadOnly() - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Returns true only if this field is designated as read-only.
- isStripXFAFormDataEnabled() - Method in class com.snowtide.pdf.Configuration
-
- isStruckThrough() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns true if this TextUnit
is struck through (like this).
- isTableDetectionEnabled() - Method in class com.snowtide.pdf.Configuration
-
Returns true only if
Table
detection is enabled; defaults to true.
- isTraceEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'trace' logging severity level is enabled.
- isUnderlined() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns true if this TextUnit
is underlined (like this).
- isWarnEnabled() - Method in interface com.snowtide.util.logging.Log
-
Returns true if the 'warn' logging severity level is enabled.
- iterator() - Method in interface com.snowtide.pdf.forms.AcroForm
-
- iterator() - Method in interface com.snowtide.pdf.forms.Form
-