- getAllAnnotations() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns a list containing all of the annotations contained in the current PDF document.
- getAllAnnotations(List) - Method in class com.snowtide.pdf.PDFTextStream
-
Adds to the given List all of the annotations contained in the current PDF document.
- 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.
- 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 class com.snowtide.pdf.PDFTextStream
-
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.
- getAttribute(String) - Method in class com.snowtide.pdf.PDFTextStream
-
This method is used to access all of the document-level metadata attributes that
are set in a PDF document.
- getAttributeKeys() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns a Set containing the keys of all available document attributes.
- getAttributeMap() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns a Map containing a copy of all keys and values of all available document attributes.
- 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 class com.snowtide.pdf.PDFTextStream
-
If the current PDF document contains a bookmark tree, this function will return its root node.
- 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.
- getCharacterSequence() - Method in interface com.snowtide.pdf.layout.TextUnit
-
Returns a character array indicating 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 class com.snowtide.pdf.OutputTarget
-
- getConfig() - Method in interface com.snowtide.pdf.Page
-
- getConfig() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns the
PDFTextStreamConfig instance that this
PDFTextStream instance is using
to govern its operation.
- 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.
- getDefaultConfig() - Static method in class com.snowtide.pdf.PDFTextStreamConfig
-
- 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.
- 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.
- getEncryptionInfo() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns an EncryptionInfo object, which provides access to some of the parameters used for the current
PDF document's encryption.
- getErrorType() - Method in exception com.snowtide.pdf.EncryptedPDFException
-
Returns an object indicating the type of error that caused this exception to be thrown.
- 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 java.util.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 FormField held by this form with the given name.
- getFieldName(String) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Returns the name that will be assigned to Fields containing the value of the PDF document attribute
identified within the PDF document by the provided attribute name.
- getFieldNames() - Method in interface com.snowtide.pdf.forms.AcroForm
-
Returns an Enumeration of the full field names (as provided by
AcroFormField.getFullName())
of all of the form fields held by this form.
- getFieldNames() - Method in interface com.snowtide.pdf.forms.Form
-
Returns an Enumeration of the field names of all of the fields held by this form.
- 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.
- getFormData() - Method in class com.snowtide.pdf.PDFTextStream
-
Loads the form data contained in the current document, and returns a
Form object
that represents that data.
- 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.TextAnnotation
-
Returns an optional String attribute indicating the type of icon to be used in displaying this
annotation.
- 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.PDFTextStreamConfig
-
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
Lines held by this Block.
- getLines() - Method in interface com.snowtide.pdf.layout.Block
-
Returns a List view of the
Lines 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.
- getMainTextFieldName() - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Returns the name that will be assigned to the field that holds the main body text of each PDF document converted
into a Lucene Document instance through the
PDFDocumentFactory class using this config object.
- 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.
- getMinTableCellCount() - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Returns the minimum number of adjacent cells that must be present in order
for PDFTextStream 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.forms.FormField
-
Returns the canonical name of this field.
- getName() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns the name of the PDF that this stream is configured to read; this will be either the name of the PDF
file that is being read, or the pdfName String that was provided if this instance was created
with an InputStream constructor.
- getObject() - Method in class com.snowtide.pdf.OutputTarget
-
Returns the output object that this instance wraps; will be an instance of either
java.io.Writer or java.lang.Appendable.
- 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 class com.snowtide.pdf.PDFTextStream
-
Reads and returns a single page from the current PDF document.
- getPageCnt() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns the number of pages in the PDF document.
- 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 interface com.snowtide.pdf.annot.Annotation
-
Returns the page with which this annotation is associated.
- 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.
- 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 class com.snowtide.pdf.PDFTextStream
-
Returns a reference to the file that this PDFTextStream instance is processing.
- getPdfFileSize() - Method in class com.snowtide.pdf.PDFTextStream
-
Returns the size of the PDF file being read, in bytes.
- getPdfName() - Method in class com.snowtide.pdf.EncryptionInfo
-
Returns the name of the PDF document that this object is associated with.
- getPdfName() - Method in interface com.snowtide.pdf.Page
-
Returns the name of the PDF document from which this Page was extracted.
- getPDFVersion() - Method in class com.snowtide.pdf.PDFTextStream
-
Retrieves the PDFVersion instance that corresponds with the version of the PDF file
specification to which current PDF file adheres.
- 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.
- getRect() - Method in interface com.snowtide.pdf.annot.Annotation
-
Returns the bounding rectangle where this annotation is located on its page.
- 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
Blocks 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.
- getStream() - Method in interface com.snowtide.pdf.Page
-
Returns the
PDFTextStream instance from which this Page was sourced.
- getStreamFilter() - Method in class com.snowtide.pdf.EncryptionInfo
-
- getStringFilter() - Method in class com.snowtide.pdf.EncryptionInfo
-
- 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
TextUnits in this Line.
- getTextUnits() - Method in interface com.snowtide.pdf.layout.Line
-
Returns a List view of the
TextUnits 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.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 class 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 class com.snowtide.pdf.PDFTextStream
-
Returns the XML metadata available for the current PDF document.
- GoogleHTMLOutputHandler - Class in pdfts.examples
-
This example captures PDF text content, and builds an XHTML document to
mimic the HTML view that Google offers for indexed PDF documents.
- GoogleHTMLOutputHandler() - Constructor for class pdfts.examples.GoogleHTMLOutputHandler
-
- SelectionOutputTarget - Class in com.snowtide.pdf
-
An
OutputTarget derivative that restricts the content added to the given
StringBuffer to that within the starting and ending selection points
specified in the constructor.
- SelectionOutputTarget(StringBuffer, float, float, float, float) - Constructor for class com.snowtide.pdf.SelectionOutputTarget
-
- serializeXMLDocument(Document, Writer) - Static method in class pdfts.examples.XMLFormExport
-
Writes the given Document to the given Writer using a no-op XSL transformation.
- setCJKSupportEnabled(boolean) - Static method in class com.snowtide.pdf.PDFTextStreamConfig
-
Changes the setting that controls whether or not PDFTextStream extracts and decodes Chinese, Japanese,
and Korean content.
- setConfig(PDFTextStreamConfig) - Method in class com.snowtide.pdf.OutputTarget
-
- setConfig(PDFTextStreamConfig) - Method in class com.snowtide.pdf.PDFTextStream
-
Sets the
PDFTextStreamConfig instance that this
PDFTextStream instance will
use in various contexts to govern its operation.
- setCopyAllPDFAttrs(boolean) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Setter corresponding to the copyAllPDFAttrs attribute.
- setDefaultConfig(PDFTextStreamConfig) - Static method in class com.snowtide.pdf.PDFTextStreamConfig
-
Sets the configuration that new
PDFTextStream instances use by default.
- setDeriveType3Fonts(boolean) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Changes the setting that controls whether or not PDFTextStream derives the Unicode encodings of Type3
PDF fonts.
- setFieldName(String, String) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Sets the name that will be assigned to Fields corresponding to the provided PDF document attribute
name.
- setImplicitLineDetectionEnabled(boolean) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
- setIncludingRotatedChars(boolean) - Method in class com.snowtide.pdf.VisualOutputTarget
-
Used to set whether or not this
VisualOutputTarget will include rotated
TextUnits in its output
(true by default).
- setLinebreakString(String) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Sets the string that
OutputTarget (and its subclasses) output for each linebreak identified in
extracted PDF content.
- setMainTextFieldName(String) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Sets the name that will be assigned to Lucene Fields containing the main text content of PDF's converted to
Lucene Documents via the PDFDocumentFactory class.
- setMemoryMappingEnabled(boolean) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Deprecated.
Memory-mapping of opened PDF files is disabled by default, and will be removed
as an option in future PDFTextStream releases.
- setMinTableCellCount(int) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Changes the setting that controls the minimum number of adjacent cells that must be present in order
for PDFTextStream to recognize those cells collectively as a
Table.
- setPDFAttrSettings(boolean, boolean, boolean) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Sets Field attributes that will be used when creating Field objects for the document attributes found in
a PDF document.
- setSpacingScale(float) - Method in class com.snowtide.pdf.VisualOutputTarget
-
Modifies the spacing scale that is used when outputting content laid out using this VisualOutputTarget.
- setStreamFilter(CryptFilter) - Method in class com.snowtide.pdf.EncryptionInfo
-
- setStringFilter(CryptFilter) - Method in class com.snowtide.pdf.EncryptionInfo
-
- setStripXFAFormDataEnabled(boolean) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
- setTableDetectionEnabled(boolean) - Method in class com.snowtide.pdf.PDFTextStreamConfig
-
Sets whether or not
Table detection is enabled.
- setTextSettings(boolean, boolean, boolean) - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Sets Field attributes that will be used when creating the Field object for the main text content of
a PDF document.
- setValue(boolean) - Method in class com.snowtide.pdf.forms.AcroCheckboxField
-
Sets the value of this checkbox field to be checked (true) or unchecked (false).
- setValue(String) - Method in class com.snowtide.pdf.forms.AcroCheckboxField
-
Sets the value of this checkbox directly.
- setValue(String) - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
Updates this choice field's value so that the option corresponding with the single specified String
is selected.
- setValue(String[]) - Method in class com.snowtide.pdf.forms.AcroChoiceField
-
Updates this choice field's value so that each of the options corresponding with the Strings in the
specified array are selected.
- setValue(String) - Method in interface com.snowtide.pdf.forms.AcroFormField
-
Sets the value of this form field.
- setValue(String) - Method in class com.snowtide.pdf.forms.AcroRadioButtonGroupField
-
Sets the value of this button field.
- setValue(String) - Method in class com.snowtide.pdf.forms.AcroTextField
-
Sets the value of this text field.
- sortChildren(Comparator) - Method in interface com.snowtide.pdf.layout.BlockParent
-
- spaces(int) - Method in class com.snowtide.pdf.OutputHandler
-
Invoked when PDFTextStream determines that a series of spaces should
be outputted between the previous entity (block, line, text unit, etc) and the
next entity (block, line, text unit, etc).
- spaces(int) - Method in class com.snowtide.pdf.OutputTarget
-
Default implementation that writes specified number of spaces
to the java.io.Writer or java.lang.Appendable
object that this OutputTarget wraps.
- spaces(int) - Method in class com.snowtide.pdf.VisualOutputTarget
-
- spaces(int) - Method in class pdfts.examples.XMLOutputTarget
-
- startBlock(Block) - Method in class com.snowtide.pdf.OutputHandler
-
Invoked when a Block is about to be processed.
- startBlock(Block) - Method in class com.snowtide.pdf.VisualOutputTarget
-
- startBlock(Block) - Method in class pdfts.examples.XMLOutputTarget
-
- startLine(Line) - Method in class com.snowtide.pdf.OutputHandler
-
Invoked when a Line is about to be processed.
- startLine(Line) - Method in class com.snowtide.pdf.VisualOutputTarget
-
- startPage(Page) - Method in class com.snowtide.pdf.OutputHandler
-
Invoked when a page is about to be processed.
- startPage(Page) - Method in class com.snowtide.pdf.OutputTarget
-
- startPage(Page) - Method in class com.snowtide.pdf.RegionOutputTarget
-
- startPage(Page) - Method in class com.snowtide.pdf.SelectionOutputTarget
-
- startPage(Page) - Method in class com.snowtide.pdf.VisualOutputTarget
-
- startPage(Page) - Method in class pdfts.examples.GoogleHTMLOutputHandler
-
- startPage(Page) - Method in class pdfts.examples.XMLOutputTarget
-
- startPDF(String, File) - Method in class com.snowtide.pdf.OutputHandler
-
Invoked when a new PDF is about to be processed.
- startPDF(String, File) - Method in class pdfts.examples.GoogleHTMLOutputHandler
-
- startPDF(String, File) - Method in class pdfts.examples.XMLOutputTarget
-
- storeMainText() - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Returns true if the main body text of Lucene Documents created through
PDFDocumentFactory using this config object will be stored.
- storePDFAttrs() - Method in class com.snowtide.pdf.lucene.DocumentFactoryConfig
-
Returns true if the metadata attributes of Lucene Documents created through
PDFDocumentFactory using this config object will be stored.