B C D E F G H I J L M N O P R S T U V W X Z 

B

BMP - Static variable in class com.groupdocs.parser.options.FileType
Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images.

C

CGM - Static variable in class com.groupdocs.parser.options.FileType
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text.
CHM - Static variable in class com.groupdocs.parser.options.FileType
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
close() - Method in class com.groupdocs.parser.Parser
Closes this resource, relinquishing any underlying resources.
com.groupdocs.parser - package com.groupdocs.parser
The package provides classes for parsing data from documents.
com.groupdocs.parser.data - package com.groupdocs.parser.data
The package provides classes which represent parsing results.
com.groupdocs.parser.exceptions - package com.groupdocs.parser.exceptions
The package provides different exceptions classes.
com.groupdocs.parser.licensing - package com.groupdocs.parser.licensing
The package provides classes to set license or use Metered billing.
com.groupdocs.parser.options - package com.groupdocs.parser.options
The package provides classes to specify additional options when parsing data from documents.
com.groupdocs.parser.templates - package com.groupdocs.parser.templates
The package provides classes for creating templates for parsing document data.
ContainerItem - Class in com.groupdocs.parser.data
Represents a container item like Zip archive entity, email attachment, PDF Portfolio item and so on.
ContainerItem(String, String, long, Iterable<MetadataItem>) - Constructor for class com.groupdocs.parser.data.ContainerItem
Initializes a new instance of ContainerItem with the item name and directory.
ContainerItem(String, long, Iterable<MetadataItem>) - Constructor for class com.groupdocs.parser.data.ContainerItem
Initializes a new instance of ContainerItem with the item full path.
CorruptedDocumentException - Exception in com.groupdocs.parser.exceptions
Thrown during document load, when the document is corrupted.
CorruptedDocumentException() - Constructor for exception com.groupdocs.parser.exceptions.CorruptedDocumentException
Initializes a new instance of the CorruptedDocumentException class.
CorruptedDocumentException(String) - Constructor for exception com.groupdocs.parser.exceptions.CorruptedDocumentException
Initializes a new instance of the CorruptedDocumentException class.
createPageStream(int) - Method in interface com.groupdocs.parser.options.ICreatePageStream
Returns a stream to write page preview data.
CSV - Static variable in class com.groupdocs.parser.options.FileType
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.

D

DCM - Static variable in class com.groupdocs.parser.options.FileType
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
detectFileType(FileTypeDetectionMode) - Method in class com.groupdocs.parser.data.ContainerItem
Detects a file type of the container item.
DIB - Static variable in class com.groupdocs.parser.options.FileType
A DIB (Device Independent Bitmap) file is a raster image file that is similar in structure to the standard Bitmap files (BMP) but has a different header.
dispose() - Method in class com.groupdocs.parser.data.TextReader
Releases all resources used by TextReader object.
DJVU - Static variable in class com.groupdocs.parser.options.FileType
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs.
DOC - Static variable in class com.groupdocs.parser.options.FileType
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format.
DOCM - Static variable in class com.groupdocs.parser.options.FileType
DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
DocumentData - Class in com.groupdocs.parser.data
Represents data of the document.
DocumentData(Iterable<FieldData>) - Constructor for class com.groupdocs.parser.data.DocumentData
Initializes a new instance of the FieldData class.
DocumentInfo - Class in com.groupdocs.parser.options
Represents the document information.
DocumentInfo() - Constructor for class com.groupdocs.parser.options.DocumentInfo
 
DOCX - Static variable in class com.groupdocs.parser.options.FileType
DOCX is a well-known format for Microsoft Word documents.
DOT - Static variable in class com.groupdocs.parser.options.FileType
Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files.
DOTM - Static variable in class com.groupdocs.parser.options.FileType
A file with DOTM extension represents template file created with Microsoft Word 2007 or higher.
DOTX - Static variable in class com.groupdocs.parser.options.FileType
Files with DOTX extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.

E

EmailConnection - Class in com.groupdocs.parser.options
Represents the email connection information.
EmailConnection(String, String) - Constructor for class com.groupdocs.parser.options.EmailConnection
Initializes a new instance of the EmailConnection class.
EmailEwsConnection - Class in com.groupdocs.parser.options
Represents the email connection information for EWS protocol.
EmailEwsConnection(String, String, String) - Constructor for class com.groupdocs.parser.options.EmailEwsConnection
Initializes a new instance of the EmailEwsConnection class.
EmailEwsConnection(String, String, String, String) - Constructor for class com.groupdocs.parser.options.EmailEwsConnection
Initializes a new instance of the EmailEwsConnection class.
EmailImapConnection - Class in com.groupdocs.parser.options
Represents the email connection information for IMAP protocol.
EmailImapConnection(String, int, String, String) - Constructor for class com.groupdocs.parser.options.EmailImapConnection
Initializes a new instance of the EmailImapConnection class.
EmailPopConnection - Class in com.groupdocs.parser.options
Represents the email connection information for POP protocol.
EmailPopConnection(String, int, String, String) - Constructor for class com.groupdocs.parser.options.EmailPopConnection
Initializes a new instance of the EmailPopConnection class.
EMF - Static variable in class com.groupdocs.parser.options.FileType
Enhanced metafile format (EMF) stores graphical images device-independently.
EML - Static variable in class com.groupdocs.parser.options.FileType
EML file format represents email messages saved using Outlook and other relevant applications.
EMLX - Static variable in class com.groupdocs.parser.options.FileType
The EMLX file format is implemented and developed by Apple.
EPS - Static variable in class com.groupdocs.parser.options.FileType
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page.
EPUB - Static variable in class com.groupdocs.parser.options.FileType
Files with .EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
equals(Object) - Method in class com.groupdocs.parser.data.TextStyle
 
equals(Object) - Method in class com.groupdocs.parser.options.FileType
 
error(String, Exception) - Method in interface com.groupdocs.parser.options.ILogger
Logs an error that occurred during data extraction.
extractText() - Method in class com.groupdocs.parser.data.TocItem
Extracts a text from the document to which TocItem object refers.

F

FB2 - Static variable in class com.groupdocs.parser.options.FileType
Files with FB2 extension are FictionBook 2.0 eBook files that contains the structure of the eBook.
Features - Class in com.groupdocs.parser.options
Represents the supported features list.
Features() - Constructor for class com.groupdocs.parser.options.Features
 
FieldData - Class in com.groupdocs.parser.data
Represents field data such as a name, a page index, a field value and so on.
FieldData(String, PageArea) - Constructor for class com.groupdocs.parser.data.FieldData
Initializes a new instance of the FieldData class.
FieldData(String, PageArea, FieldData) - Constructor for class com.groupdocs.parser.data.FieldData
Initializes a new instance of the FieldData class.
FileFormat - Enum in com.groupdocs.parser.options
Defines a type of the file.
FileType - Class in com.groupdocs.parser.options
Represents the file type.
FileTypeDetectionMode - Enum in com.groupdocs.parser.options
Defines a mode of the file type detection.
FormattedTextMode - Enum in com.groupdocs.parser.options
Defines a formatted text mode.
FormattedTextOptions - Class in com.groupdocs.parser.options
Provides the options which are used for formatted text extraction.
FormattedTextOptions(FormattedTextMode) - Constructor for class com.groupdocs.parser.options.FormattedTextOptions
Initializes a new instance of the FormattedTextOptions class.
fromExtension(String) - Static method in class com.groupdocs.parser.options.FileType
Maps file extension to file type.

G

generatePreview(PreviewOptions) - Method in class com.groupdocs.parser.Parser
Get pages preview.
get(int) - Method in class com.groupdocs.parser.data.DocumentData
Gets the field data by an index.
get(int) - Method in class com.groupdocs.parser.templates.Template
Gets the template item by an index.
getAreas() - Method in class com.groupdocs.parser.data.PageGroupArea
Gets the collection of grouped page areas.
getAreas() - Method in class com.groupdocs.parser.data.PageTextArea
Gets the collection of child text page areas.
getBaseLine() - Method in class com.groupdocs.parser.data.PageTextArea
Gets the base line.
getBottom() - Method in class com.groupdocs.parser.data.Rectangle
Gets the y-coordinate of the bottom edge of the rectangular area.
getCell(int, int) - Method in class com.groupdocs.parser.data.PageTableArea
Gets the table cell by row and column indexes.
getCharset() - Method in class com.groupdocs.parser.options.LoadOptions
Gets the encoding of the document.
getCharset() - Method in class com.groupdocs.parser.options.TextDocumentInfo
Gets the detected encoding of the text document.
getColumn(int) - Method in class com.groupdocs.parser.options.PageRenderInfo
Returns the index of column where the tile with tileIndex is placed.
getColumnCount() - Method in class com.groupdocs.parser.data.PageTableArea
Gets the total number of the table colums.
getColumnCount() - Method in class com.groupdocs.parser.options.PageRenderInfo
Get the total number of tiles columns.
getColumnIndex() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the column index.
getColumnSpan() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the total number of columns that contain the table cell.
getColumnWidth(int) - Method in class com.groupdocs.parser.data.PageTableArea
Returns the column width.
getConsumptionCredit() - Static method in class com.groupdocs.parser.licensing.Metered
Retrieves count of credits consumed.
getConsumptionQuantity() - Static method in class com.groupdocs.parser.licensing.Metered
Retrieves amount of MBs processed.
getContainer() - Method in class com.groupdocs.parser.Parser
Extracts a container object from the document to work with formats that contain attachments, ZIP archives etc.
getCount() - Method in class com.groupdocs.parser.data.DocumentData
Gets the total number of the fields data.
getCount() - Method in class com.groupdocs.parser.templates.Template
Gets the total number of template items.
getCreatePageStream() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets an instance of the page stream creation delegate.
getDefaultAnsiCharset() - Method in class com.groupdocs.parser.options.LoadOptions
Gets the default ANSI encoding which is used for encoding detection.
getDepth() - Method in class com.groupdocs.parser.data.TocItem
Gets the depth level.
getDirectory() - Method in class com.groupdocs.parser.data.ContainerItem
Gets the directory of the item.
getDocumentInfo() - Method in class com.groupdocs.parser.Parser
Returns the general information about the document.
getDomain() - Method in class com.groupdocs.parser.options.EmailEwsConnection
Gets the domain name.
getDpi() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets a dpi.
getEdges() - Method in class com.groupdocs.parser.templates.TemplateLinkedPosition
Gets the edges of the linked field where a field is searched.
getExpression() - Method in class com.groupdocs.parser.options.PageTextAreaOptions
Gets the regular expression.
getExpression() - Method in class com.groupdocs.parser.templates.TemplateRegexPosition
Gets the regular expression.
getExtension() - Method in class com.groupdocs.parser.options.FileType
Filename suffix (including the period ".") e.g.
getFeatures() - Method in class com.groupdocs.parser.Parser
Gets the supported features.
getFieldsByName(String) - Method in class com.groupdocs.parser.data.DocumentData
Returns the collection of field data where the name is equal to fieldName.
getFileFormat() - Method in class com.groupdocs.parser.options.FileType
File type name e.g.
getFileFormat() - Method in class com.groupdocs.parser.options.LoadOptions
Gets the file format.
getFilePath() - Method in class com.groupdocs.parser.data.ContainerItem
Gets the full path of the item.
getFileType() - Method in class com.groupdocs.parser.data.PageImageArea
Gets the format of the image.
getFileType() - Method in class com.groupdocs.parser.options.DocumentInfo
Gets the document type.
getFileType() - Method in interface com.groupdocs.parser.options.IDocumentInfo
Gets the document type.
getFontName() - Method in class com.groupdocs.parser.data.TextStyle
Gets the font name.
getFontSize() - Method in class com.groupdocs.parser.data.TextStyle
Gets the font size.
getFormat() - Method in class com.groupdocs.parser.options.FileType
File format e.g.
getFormattedText(FormattedTextOptions) - Method in class com.groupdocs.parser.Parser
Extracts a formatted text from the document.
getFormattedText(int, FormattedTextOptions) - Method in class com.groupdocs.parser.Parser
Extracts a formatted text from the document page.
getHeight() - Method in class com.groupdocs.parser.data.Size
Gets the height.
getHeight() - Method in class com.groupdocs.parser.options.PageInfo
Gets the page height.
getHeight() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets the page preview height.
getHighlight(int, boolean, HighlightOptions) - Method in class com.groupdocs.parser.Parser
Extracts a highlight from the document.
getHorizontalSeparators() - Method in class com.groupdocs.parser.templates.TemplateTableLayout
Gets the table rows separators.
getHost() - Method in class com.groupdocs.parser.options.EmailImapConnection
Gets the host name.
getHost() - Method in class com.groupdocs.parser.options.EmailPopConnection
Gets the host name.
getHyperlinks() - Method in class com.groupdocs.parser.Parser
Extracts hyperlinks from the document.
getHyperlinks(int) - Method in class com.groupdocs.parser.Parser
Extracts hyperlinks from the document page.
getHyperlinks(PageAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts hyperlinks from the document using customization options (to set the rectangular area that contains hyperlinks).
getHyperlinks(int, PageAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts hyperlinks from the document page using customization options (to set the rectangular area that contains hyperlinks).
getImageFormat() - Method in class com.groupdocs.parser.options.ImageOptions
Gets the image format for image extraction.
getImages() - Method in class com.groupdocs.parser.Parser
Extracts images from the document.
getImages(PageAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts images from the document using customization options (to set the rectangular area that contains images).
getImages(int) - Method in class com.groupdocs.parser.Parser
Extracts images from the document page.
getImages(int, PageAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts images from the document page using customization options (to set the rectangular area that contains images).
getImageStream() - Method in class com.groupdocs.parser.data.PageImageArea
Returns the image stream.
getImageStream(ImageOptions) - Method in class com.groupdocs.parser.data.PageImageArea
Returns the image stream in a different format.
getIndex() - Method in class com.groupdocs.parser.data.Page
Gets the page index.
getLayout() - Method in class com.groupdocs.parser.templates.TemplateTable
Gets the table layout.
getLeft() - Method in class com.groupdocs.parser.data.Rectangle
Gets the x-coordinate of the left edge of the rectangular area.
getLeftHighlightItem() - Method in class com.groupdocs.parser.data.SearchResult
Gets the left highlight.
getLeftHighlightOptions() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the options for the left highlight.
getLinkedField() - Method in class com.groupdocs.parser.data.FieldData
Gets the linked field.
getLinkedFieldName() - Method in class com.groupdocs.parser.templates.TemplateLinkedPosition
Gets the linked field name.
getLogger() - Method in class com.groupdocs.parser.options.ParserSettings
Gets the logger which is used for logging events and errors during data extraction.
getMailboxUri() - Method in class com.groupdocs.parser.options.EmailEwsConnection
Gets the URI of the mailbox.
getMaxLength() - Method in class com.groupdocs.parser.options.HighlightOptions
Gets a maximum text length.
getMetadata() - Method in class com.groupdocs.parser.data.ContainerItem
Gets the collection of metadata items.
getMetadata() - Method in class com.groupdocs.parser.Parser
Extracts metadata from the document.
getMinColumnCount() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the minimum number of the table columns.
getMinRowCount() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the minimum number of the table rows.
getMinVerticalSpace() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the minumum space between the table columns.
getMode() - Method in class com.groupdocs.parser.options.FormattedTextOptions
Gets the formatted text extraction mode.
getName() - Method in class com.groupdocs.parser.data.ContainerItem
Gets the name of the item.
getName() - Method in class com.groupdocs.parser.data.FieldData
Gets the field name.
getName() - Method in class com.groupdocs.parser.data.MetadataItem
Gets the name of the metadata item.
getName() - Method in class com.groupdocs.parser.data.TextStyle
Gets the style name.
getName() - Method in class com.groupdocs.parser.templates.TemplateItem
Gets the name of the template item.
getPage() - Method in class com.groupdocs.parser.data.PageArea
Gets the document page information such as page index and page size.
getPageArea() - Method in class com.groupdocs.parser.data.FieldData
Gets the value of the field.
getPageArea() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the table cell value.
getPageCount() - Method in class com.groupdocs.parser.options.DocumentInfo
Gets the total number of document pages.
getPageCount() - Method in interface com.groupdocs.parser.options.IDocumentInfo
Gets the total number of document pages.
getPageIndex() - Method in class com.groupdocs.parser.data.FieldData
Gets the page index.
getPageIndex() - Method in class com.groupdocs.parser.data.SearchResult
Gets the page index where the text is found.
getPageIndex() - Method in class com.groupdocs.parser.data.TocItem
Gets the page index.
getPageIndex() - Method in class com.groupdocs.parser.templates.TemplateItem
Gets the page index of the template item.
getPageNumber() - Method in class com.groupdocs.parser.options.PageInfo
Gets the page number.
getPageNumber() - Method in class com.groupdocs.parser.options.PageRenderInfo
Gets the page number.
getPageNumbers() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets an array of page numbers to generate previews.
getPages() - Method in class com.groupdocs.parser.options.DocumentInfo
Gets the information about pages such as the index and page size.
getPages() - Method in interface com.groupdocs.parser.options.IDocumentInfo
Gets the information about pages such as the index and page size.
getParameters() - Method in class com.groupdocs.parser.templates.TemplateTable
Gets the parameters to detect the table in the automatic mode.
getPassword() - Method in class com.groupdocs.parser.options.EmailConnection
Gets the password.
getPassword() - Method in class com.groupdocs.parser.options.LoadOptions
Gets the password.
getPort() - Method in class com.groupdocs.parser.options.EmailImapConnection
Gets the port number.
getPort() - Method in class com.groupdocs.parser.options.EmailPopConnection
Gets the port number.
getPosition() - Method in class com.groupdocs.parser.data.HighlightItem
Gets the position in the document text.
getPosition() - Method in class com.groupdocs.parser.data.Rectangle
Gets the coordinates of the upper-left corner of the rectangular area.
getPosition() - Method in class com.groupdocs.parser.data.SearchResult
Gets the position in the document text.
getPosition() - Method in class com.groupdocs.parser.templates.TemplateField
Gets the value that describes how to find the template field on the document page.
getPreviewFormat() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets the preview image format.
getPreviewPageRender() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets an instance of the page preview render info delegate.
getRawPageCount() - Method in class com.groupdocs.parser.options.DocumentInfo
Gets the total number of document raw pages.
getRawPageCount() - Method in interface com.groupdocs.parser.options.IDocumentInfo
Gets the total number of document raw pages.
getRectangle() - Method in class com.groupdocs.parser.data.PageArea
Gets the rectangular area.
getRectangle() - Method in class com.groupdocs.parser.options.PageAreaOptions
Gets the rectangular area that contains page areas.
getRectangle() - Method in class com.groupdocs.parser.templates.TemplateFixedPosition
Gets the rectangular area that contains the template field.
getRectangle() - Method in class com.groupdocs.parser.templates.TemplateTableLayout
Gets the rectangular area that contains the table.
getRectangle() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the rectangular area that contains the table.
getReleasePageStream() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets an instance of the page preview completion delegate.
getRight() - Method in class com.groupdocs.parser.data.Rectangle
Gets the x-coordinate of the right egde of the rectangular area.
getRightHighlightItem() - Method in class com.groupdocs.parser.data.SearchResult
Gets the right highlight.
getRightHighlightOptions() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the options for the right highlight.
getRotation() - Method in class com.groupdocs.parser.data.PageImageArea
Gets the rotation angle of the image.
getRow(int) - Method in class com.groupdocs.parser.options.PageRenderInfo
Returns the index of row where the tile with tileIndex is placed.
getRowCount() - Method in class com.groupdocs.parser.data.PageTableArea
Gets the total number of the table rows.
getRowCount() - Method in class com.groupdocs.parser.options.PageRenderInfo
Get the total number of tiles rows.
getRowHeight(int) - Method in class com.groupdocs.parser.data.PageTableArea
Returns the row height.
getRowIndex() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the row index.
getRowSpan() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the total number of rows that contain the table cell.
getSearchArea() - Method in class com.groupdocs.parser.templates.TemplateLinkedPosition
Gets the size of the area where a field is searched.
getSize() - Method in class com.groupdocs.parser.data.ContainerItem
Gets the size of the item.
getSize() - Method in class com.groupdocs.parser.data.Page
Gets the page size.
getSize() - Method in class com.groupdocs.parser.data.Rectangle
Gets the size.
getSize() - Method in class com.groupdocs.parser.options.DocumentInfo
Gets the size of the document in bytes.
getSize() - Method in interface com.groupdocs.parser.options.IDocumentInfo
Gets the size of the document in bytes.
getStructure() - Method in class com.groupdocs.parser.Parser
Extracts a structured text from the document.
getSupportedFileTypes() - Static method in class com.groupdocs.parser.options.FileType
Retrieves supported file types
getTableLayout() - Method in class com.groupdocs.parser.options.PageTableAreaOptions
Gets the table layout which defines the table on a page.
getTables(PageTableAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts tables from the document.
getTables(int, PageTableAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts tables from the document page.
getText() - Method in class com.groupdocs.parser.data.HighlightItem
Gets the text of the highlight.
getText() - Method in class com.groupdocs.parser.data.PageHyperlinkArea
Gets the hyperlink text.
getText() - Method in class com.groupdocs.parser.data.PageTableAreaCell
Gets the table cell text value.
getText() - Method in class com.groupdocs.parser.data.PageTextArea
Gets the text.
getText() - Method in class com.groupdocs.parser.data.SearchResult
Gets the text.
getText() - Method in class com.groupdocs.parser.data.TocItem
Gets the text.
getText() - Method in class com.groupdocs.parser.Parser
Extracts a text from the document.
getText(TextOptions) - Method in class com.groupdocs.parser.Parser
Extracts a text page from the document using text options (to enable raw fast text extraction mode).
getText(int) - Method in class com.groupdocs.parser.Parser
Extracts a text from the document page.
getText(int, TextOptions) - Method in class com.groupdocs.parser.Parser
Extracts a text from the document page using text options (to enable raw fast text extraction mode).
getTextAreas() - Method in class com.groupdocs.parser.Parser
Extracts text areas from the document.
getTextAreas(PageTextAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts text areas from the document using customization options (regular expression, match case, etc.).
getTextAreas(int) - Method in class com.groupdocs.parser.Parser
Extracts text areas from the document page.
getTextAreas(int, PageTextAreaOptions) - Method in class com.groupdocs.parser.Parser
Extracts text areas from the document page using customization options (regular expression, match case, etc.).
getTextStyle() - Method in class com.groupdocs.parser.data.PageTextArea
Gets the text style such as font size, font name an so on.
getToc() - Method in class com.groupdocs.parser.Parser
Extracts a table of contents from the document.
getTop() - Method in class com.groupdocs.parser.data.Rectangle
Gets the y-coordinate of the top edge of the rectangular area.
getUrl() - Method in class com.groupdocs.parser.data.PageHyperlinkArea
Gets the hyperlink URL.
getUserName() - Method in class com.groupdocs.parser.options.EmailConnection
Gets the user name.
getValue() - Method in class com.groupdocs.parser.data.MetadataItem
Gets the value of the metadata item.
getVerticalSeparators() - Method in class com.groupdocs.parser.templates.TemplateTableLayout
Gets the table columns separators.
getVerticalSeparators() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the table columns separators.
getWidth() - Method in class com.groupdocs.parser.data.Size
Gets the width.
getWidth() - Method in class com.groupdocs.parser.options.PageInfo
Gets the page width.
getWidth() - Method in class com.groupdocs.parser.options.PreviewOptions
Gets the page preview width.
getWordCount() - Method in class com.groupdocs.parser.options.HighlightOptions
Gets a maximum word count.
getX() - Method in class com.groupdocs.parser.data.Point
Gets the x-coordinate.
getY() - Method in class com.groupdocs.parser.data.Point
Gets the y-coordinate.
GIF - Static variable in class com.groupdocs.parser.options.FileType
A GIF or Graphical Interchange Format is a type of highly compressed image.
GroupDocsParserException - Exception in com.groupdocs.parser.exceptions
Represents the errors that occur during application execution.
GroupDocsParserException() - Constructor for exception com.groupdocs.parser.exceptions.GroupDocsParserException
Initializes a new instance of the GroupDocsParserException class.
GroupDocsParserException(String) - Constructor for exception com.groupdocs.parser.exceptions.GroupDocsParserException
Initializes a new instance of the GroupDocsParserException class.

H

hashCode() - Method in class com.groupdocs.parser.data.TextStyle
 
hasMergedCells() - Method in class com.groupdocs.parser.templates.TemplateTableParameters
Gets the value that indicates whether the table has merged cells.
HighlightItem - Class in com.groupdocs.parser.data
Represents a highlight, a part of the text which is usually used to explain the context of the found text in the search functionality.
HighlightItem(int, String) - Constructor for class com.groupdocs.parser.data.HighlightItem
Initializes a new instance of the HighlightItem class.
HighlightOptions - Class in com.groupdocs.parser.options
Provides the options which are used to extract a highlight (a block of text aroud found text in search scenarios).
HighlightOptions(int) - Constructor for class com.groupdocs.parser.options.HighlightOptions
Initializes a new instance of the HighlightOptions class which is used to extract a fixed-length highlight.
HighlightOptions(Integer, boolean) - Constructor for class com.groupdocs.parser.options.HighlightOptions
Initializes a new instance of the HighlightOptions class which is used to extract a line-limited highlight.
HighlightOptions(Integer, int) - Constructor for class com.groupdocs.parser.options.HighlightOptions
Initializes a new instance of the HighlightOptions class which is used to extract a highlight with the fixed word count.
HighlightOptions(Integer, Integer, boolean) - Constructor for class com.groupdocs.parser.options.HighlightOptions
Initializes a new instance of the HighlightOptions class.
HTM - Static variable in class com.groupdocs.parser.options.FileType
Files with HTM extension represent Hypertext Markup Language for creating web pages for display in web browsers such as Google Chrome, Internet Explorer, Firefox and a number of others.
HTML - Static variable in class com.groupdocs.parser.options.FileType
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.

I

ICO - Static variable in class com.groupdocs.parser.options.FileType
Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows.
ICreatePageStream - Interface in com.groupdocs.parser.options
Represents a delegate that returns a stream to write page preview data.
IDocumentInfo - Interface in com.groupdocs.parser.options
Represents the document information.
ILogger - Interface in com.groupdocs.parser.options
Defines the interface of a logger that is used for logging events and errors during data extraction.
ImageFormat - Enum in com.groupdocs.parser.options
Defines a format of the image.
ImageOptions - Class in com.groupdocs.parser.options
Provides the options which are used for image extraction.
ImageOptions(ImageFormat) - Constructor for class com.groupdocs.parser.options.ImageOptions
Provides the options which are used for image extraction.
InvalidPasswordException - Exception in com.groupdocs.parser.exceptions
Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.
InvalidPasswordException() - Constructor for exception com.groupdocs.parser.exceptions.InvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
InvalidPasswordException(String) - Constructor for exception com.groupdocs.parser.exceptions.InvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
IPreviewPageRender - Interface in com.groupdocs.parser.options
Represents a method which is called before a document page is rendered.
IReleasePageStream - Interface in com.groupdocs.parser.options
Represents a method which releases the stream created by the ICreatePageStream delegate.
isAutoScale() - Method in class com.groupdocs.parser.templates.TemplateLinkedPosition
Gets the value that indicates whether SearchArea is scaled by the linked field size.
isBold() - Method in class com.groupdocs.parser.data.TextStyle
Gets the value that indicates whether the font is bold.
isBottom() - Method in class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Gets the value that indicates whether a field is searched by the bottom from the linked field.
isContainer() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether container extraction is supported.
isEmpty() - Method in class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Gets the value that indicates whether the instance is empty.
isFeatureSupported(String) - Method in class com.groupdocs.parser.options.Features
Returns the value that indicates whether the feature is supported.
isFormattedText() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether formatted text extraction is supported.
isFormattedTextPage() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether formatted text page extraction is supported.
isHighlight() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether highlight extraction is supported.
isHyperlinks() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether hyperlinks extraction is supported.
isIgnoreFormatting() - Method in class com.groupdocs.parser.options.PageTextAreaOptions
Gets the value that indicates whether text formatting is ignored.
isImages() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether images extraction is supported.
isItalic() - Method in class com.groupdocs.parser.data.TextStyle
Gets the value that indicates whether the font is italic.
isLeft() - Method in class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Gets the value that indicates whether a field is searched by the left from the linked field.
isLineLimited() - Method in class com.groupdocs.parser.options.HighlightOptions
Gets value that indicates whether highlight extraction is limited by the start (or the end) of a text line.
isMatchCase() - Method in class com.groupdocs.parser.options.PageTextAreaOptions
Gets the value that indicates whether a text case isn't ignored.
isMatchCase() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the value that indicates whether a text case isn't ignored.
isMatchCase() - Method in class com.groupdocs.parser.templates.TemplateRegexPosition
Gets the value that indicates whether a text case isn't ignored.
isMatchWholeWord() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the value that indicates whether text search is limited by a whole word.
isMetadata() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether metadata extraction is supported.
isParseByTemplate() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether parsing by template is supported.
isParseForm() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether form parsing is supported.
isRight() - Method in class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Gets the value that indicates whether a field is searched by the right from the linked field.
isSearch() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether text search is supported.
isSearchByPages() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the value that indicates whether the search is performed by pages.
isStructure() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether text structure extraction is supported.
isTables() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether tables extraction is supported.
isText() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether text extraction is supported.
isTextAreas() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether text areas extraction is supported.
isTextPage() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether text page extraction is supported.
isToc() - Method in class com.groupdocs.parser.options.Features
Gets the value that indicates whether table of contents extraction is supported.
isTop() - Method in class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Gets the value that indicates whether a field is searched by the top from the linked field.
isUniteSegments() - Method in class com.groupdocs.parser.options.PageTextAreaOptions
Gets the value that indicates whether segments are united.
isUseRawModeIfPossible() - Method in class com.groupdocs.parser.options.TextOptions
Gets the value that indicates whether the raw mode is used.
isUseRegularExpression() - Method in class com.groupdocs.parser.options.SearchOptions
Gets the value that indicates whether a regular expression is used.
iterator() - Method in class com.groupdocs.parser.templates.Template
 

J

J2C - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (J2C) is an image coding system and state-of-the-art image compression standard.
J2K - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (J2K) is an image coding system and state-of-the-art image compression standard.
JP2 - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard.
JPC - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (JPC) is an image coding system and state-of-the-art image compression standard.
JPEG - Static variable in class com.groupdocs.parser.options.FileType
A JPEG is a type of image format that is saved using the method of lossy compression.
JPF - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (JPF) is an image coding system and state-of-the-art image compression standard.
JPG - Static variable in class com.groupdocs.parser.options.FileType
A JPG is a type of image format that is saved using the method of lossy compression.
JPM - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (JPM) is an image coding system and state-of-the-art image compression standard.
JPX - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 (JPX) is an image coding system and state-of-the-art image compression standard.

L

License - Class in com.groupdocs.parser.licensing
Represents GroupDocs.Parser license.
License() - Constructor for class com.groupdocs.parser.licensing.License
Initializes a new instance of the License class.
LoadOptions - Class in com.groupdocs.parser.options
Provides the options which are used to open a file.
LoadOptions() - Constructor for class com.groupdocs.parser.options.LoadOptions
Initializes a new instance of the LoadOptions class with empty Password, FileFormat equal to FileFormat.Unknown and default encodings.
LoadOptions(String) - Constructor for class com.groupdocs.parser.options.LoadOptions
Initializes a new instance of the LoadOptions class with FileFormat equal to FileFormat.Unknown and default encodings.
LoadOptions(FileFormat) - Constructor for class com.groupdocs.parser.options.LoadOptions
Initializes a new instance of the LoadOptions class with empty Password and default encodings.
LoadOptions(FileFormat, String) - Constructor for class com.groupdocs.parser.options.LoadOptions
Initializes a new instance of the LoadOptions class with default encodings.
LoadOptions(FileFormat, String, Charset, Charset) - Constructor for class com.groupdocs.parser.options.LoadOptions
Initializes a new instance of the LoadOptions class with custom encodings.

M

markSupported() - Method in class com.groupdocs.parser.data.TextReader
 
MD - Static variable in class com.groupdocs.parser.options.FileType
Text files created with Markdown language dialects is saved with .MD or .MARKDOWN file extension.
MetadataItem - Class in com.groupdocs.parser.data
Represents a metadata item which is used in container items and metadata extraction functionality.
MetadataItem(String, String) - Constructor for class com.groupdocs.parser.data.MetadataItem
Initializes a new instance of the MetadataItem class.
Metered - Class in com.groupdocs.parser.licensing
Provides methods to set metered key.
Metered() - Constructor for class com.groupdocs.parser.licensing.Metered
Initializes a new instance of the Metered class.
MHT - Static variable in class com.groupdocs.parser.options.FileType
Files with MHT extension represent a web page archive format that can be created by a number of different applications.
MHTML - Static variable in class com.groupdocs.parser.options.FileType
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
moveTo(Point) - Method in class com.groupdocs.parser.templates.TemplateTableLayout
Creates a new layout with the same size, separators and position in the point.
MSG - Static variable in class com.groupdocs.parser.options.FileType
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.

N

NUMBERS - Static variable in class com.groupdocs.parser.options.FileType
Files that contain the .numbers file extension are files that are created by the Apple iWork Numbers spreadsheet application.

O

ODG - Static variable in class com.groupdocs.parser.options.FileType
The ODG file format is used by Apache OpenOffice's Draw application to store drawing elements as a vector image.
ODP - Static variable in class com.groupdocs.parser.options.FileType
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard.
ODS - Static variable in class com.groupdocs.parser.options.FileType
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
ODT - Static variable in class com.groupdocs.parser.options.FileType
ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format.
ONE - Static variable in class com.groupdocs.parser.options.FileType
File represented by .ONE extension are created by Microsoft OneNote application.
openParser() - Method in class com.groupdocs.parser.data.ContainerItem
Creates the Parser object for the item content.
openParser(LoadOptions) - Method in class com.groupdocs.parser.data.ContainerItem
Creates the Parser object for the item content with LoadOptions.
openParser(LoadOptions, ParserSettings) - Method in class com.groupdocs.parser.data.ContainerItem
Creates the Parser object for the item content with LoadOptions and ParserSettings.
openStream() - Method in class com.groupdocs.parser.data.ContainerItem
Opens the stream of the item content.
OST - Static variable in class com.groupdocs.parser.options.FileType
OST or Offline Storage Files represent user's mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
OTP - Static variable in class com.groupdocs.parser.options.FileType
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format.
OTS - Static variable in class com.groupdocs.parser.options.FileType
The OTS files contain template files used by the OpenOffice spreadsheet application.
OTT - Static variable in class com.groupdocs.parser.options.FileType
Files with OTT extension represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format.

P

Page - Class in com.groupdocs.parser.data
Represents the document page information such as page index and page size.
Page(int, Size) - Constructor for class com.groupdocs.parser.data.Page
Initializes a new instance of the Page class.
PageArea - Class in com.groupdocs.parser.data
Represents an abstract base class for page areas which are used to represent blocks on the document page in the parsing by template functionality.
PageArea(Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageArea
 
PageAreaOptions - Class in com.groupdocs.parser.options
Provides the options which are used for page areas extraction.
PageAreaOptions(Rectangle) - Constructor for class com.groupdocs.parser.options.PageAreaOptions
Initializes a new instance of the PageAreaOptions class.
PageGroupArea - Class in com.groupdocs.parser.data
Represents a group of page areas which is used to group different types of blocks of the document page in the parsing by template functionality.
PageGroupArea(Iterable<PageArea>, Page) - Constructor for class com.groupdocs.parser.data.PageGroupArea
Initializes a new instance of the PageGroupArea class.
PageHyperlinkArea - Class in com.groupdocs.parser.data
Represents a page area which is used to represent a hyperlink on the page.
PageHyperlinkArea(String, String, Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageHyperlinkArea
Initializes a new instance of the PageHyperlinkArea class.
PageImageArea - Class in com.groupdocs.parser.data
Represents a page image area which is used to represent an image on the page in the parsing by template functionality or an image attachment if images are extracted from emails or Zip archives.
PageImageArea(InputStream, FileType, double) - Constructor for class com.groupdocs.parser.data.PageImageArea
Initializes a new instance of the PageImageArea class.
PageImageArea(InputStream, FileType, double, Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageImageArea
Initializes a new instance of the PageImageArea class.
PageInfo - Class in com.groupdocs.parser.options
Represents the document page information.
PageInfo(int, int, int) - Constructor for class com.groupdocs.parser.options.PageInfo
Initializes a new instance of the PageInfo class.
PageRenderInfo - Class in com.groupdocs.parser.options
Represents the information of how a page is rendered.
PageRenderInfo(int, int, int) - Constructor for class com.groupdocs.parser.options.PageRenderInfo
Initializes a new instance of the PageRenderInfo class.
PageTableArea - Class in com.groupdocs.parser.data
Represents a table page area which is used to represent a table in the parsing by template functionality.
PageTableArea(Iterable<Double>, Iterable<Double>, Iterable<PageTableAreaCell>, Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageTableArea
Initializes a new instance of the PageTableArea class.
PageTableAreaCell - Class in com.groupdocs.parser.data
Represents a table cell which is used in PageTableArea class.
PageTableAreaCell(int, int, PageArea) - Constructor for class com.groupdocs.parser.data.PageTableAreaCell
Initializes a new instance of the PageTableAreaCell class.
PageTableAreaCell(int, int, PageArea, int, int) - Constructor for class com.groupdocs.parser.data.PageTableAreaCell
Initializes a new instance of the PageTableAreaCell class.
PageTableAreaOptions - Class in com.groupdocs.parser.options
Provides the options which are used for page table areas extraction.
PageTableAreaOptions(TemplateTableLayout) - Constructor for class com.groupdocs.parser.options.PageTableAreaOptions
Initializes a new instance of the PageTableAreaOptions class.
PageTextArea - Class in com.groupdocs.parser.data
Represents a page text area which is used to represent a text value in the parsing by template or parsing form functionality.
PageTextArea(String, Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageTextArea
Initializes a new instance of the PageTextArea class.
PageTextArea(String, Double, TextStyle, Page, Rectangle) - Constructor for class com.groupdocs.parser.data.PageTextArea
Initializes a new instance of the PageTextArea class.
PageTextArea(Iterable<PageTextArea>, Page) - Constructor for class com.groupdocs.parser.data.PageTextArea
Initializes a new instance of the PageTextArea class.
PageTextAreaOptions - Class in com.groupdocs.parser.options
Provides the options which are used for page text areas extraction.
PageTextAreaOptions(String) - Constructor for class com.groupdocs.parser.options.PageTextAreaOptions
Initializes a new instance of the PageTextAreaOptions class with the regular expression.
PageTextAreaOptions(String, Rectangle) - Constructor for class com.groupdocs.parser.options.PageTextAreaOptions
Initializes a new instance of the PageTextAreaOptions class with the regular expression and rectangular area.
PageTextAreaOptions(String, boolean, boolean, boolean, Rectangle) - Constructor for class com.groupdocs.parser.options.PageTextAreaOptions
Initializes a new instance of the PageTextAreaOptions class.
parseByTemplate(Template) - Method in class com.groupdocs.parser.Parser
Parses the document by the user-generated template.
parseForm() - Method in class com.groupdocs.parser.Parser
Parses the document form.
Parser - Class in com.groupdocs.parser
Represents the main class that controls text, images, container extraction and parsing functionality.
Parser(Connection) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class to extract data from a database.
Parser(Connection, ParserSettings) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class to extract data from a database.
Parser(EmailConnection) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class.
Parser(EmailConnection, ParserSettings) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class.
Parser(String) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class.
Parser(String, LoadOptions) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class with LoadOptions.
Parser(String, LoadOptions, ParserSettings) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class with LoadOptions.
Parser(InputStream) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class.
Parser(InputStream, LoadOptions) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class with LoadOptions.
Parser(InputStream, LoadOptions, ParserSettings) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class with LoadOptions.
ParserSettings - Class in com.groupdocs.parser.options
Provides the settings which are used to customize data extraction.
ParserSettings(ILogger) - Constructor for class com.groupdocs.parser.options.ParserSettings
Initializes a new instance of the ParserSettings class.
PCL - Static variable in class com.groupdocs.parser.options.FileType
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
PDF - Static variable in class com.groupdocs.parser.options.FileType
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
PICT - Static variable in class com.groupdocs.parser.options.FileType
The PICT file format is a meta-format that can be used for both bitmap images and vector images.
PNG - Static variable in class com.groupdocs.parser.options.FileType
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression.
Point - Class in com.groupdocs.parser.data
Represents a point.
Point(double, double) - Constructor for class com.groupdocs.parser.data.Point
Initializes a new instance of the Point class.
POT - Static variable in class com.groupdocs.parser.options.FileType
Files with .POT extension represent Microsoft PowerPoint template files created by PowerPoint 97-2003 versions.
POTM - Static variable in class com.groupdocs.parser.options.FileType
Files with POTM extension are Microsoft PowerPoint template files with support for Macros.
POTX - Static variable in class com.groupdocs.parser.options.FileType
Files with .POTX extension represent Microsoft PowerPoint template presentations that are created with Microsoft PowerPoint 2007 and above.
PPS - Static variable in class com.groupdocs.parser.options.FileType
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose.
PPSM - Static variable in class com.groupdocs.parser.options.FileType
Files with PPSM extension represent Macro-enabled Slide Show file format created with Microsoft PowerPoint 2007 or higher.
PPSX - Static variable in class com.groupdocs.parser.options.FileType
PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose.
PPT - Static variable in class com.groupdocs.parser.options.FileType
A file with PPT extension represents PowerPoint file that consists of a collection of slides for displaying as SlideShow.
PPTM - Static variable in class com.groupdocs.parser.options.FileType
Files with PPTM extension are Macro-enabled Presentation files that are created with Microsoft PowerPoint 2007 or higher versions.
PPTX - Static variable in class com.groupdocs.parser.options.FileType
Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application.
PreviewFormats - Enum in com.groupdocs.parser.options
Represents supported preview formats.
PreviewOptions - Class in com.groupdocs.parser.options
Provides options to sets requirements and stream delegates for preview generation.
PreviewOptions(ICreatePageStream) - Constructor for class com.groupdocs.parser.options.PreviewOptions
Initializes a new instance of the PreviewOptions class causing the output stream to be closed.
PreviewOptions(ICreatePageStream, IReleasePageStream) - Constructor for class com.groupdocs.parser.options.PreviewOptions
Initializes a new instance of PreviewOptions class causing the output stream to be returned to the client for further use.
previewPageRender(PageRenderInfo) - Method in interface com.groupdocs.parser.options.IPreviewPageRender
Provides the information of how a document page is rendered.
PS - Static variable in class com.groupdocs.parser.options.FileType
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing.
PSD - Static variable in class com.groupdocs.parser.options.FileType
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
PST - Static variable in class com.groupdocs.parser.options.FileType
Files with .PST extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.

R

readLine() - Method in class com.groupdocs.parser.data.TextReader
Reads a line of characters from the text reader and returns the data as a string.
readToEnd() - Method in class com.groupdocs.parser.data.TextReader
Reads all characters from the current position to the end of the text reader and returns them as one string.
Rectangle - Class in com.groupdocs.parser.data
Represents a rectangular area.
Rectangle(double, double, double, double) - Constructor for class com.groupdocs.parser.data.Rectangle
Initializes a new instance of the Rectangle class.
Rectangle(Point, Size) - Constructor for class com.groupdocs.parser.data.Rectangle
Initializes a new instance of the Rectangle class.
releasePageStream(int, OutputStream) - Method in interface com.groupdocs.parser.options.IReleasePageStream
Releases the stream created by the ICreatePageStream delegate.
RTF - Static variable in class com.groupdocs.parser.options.FileType
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.

S

save(String) - Method in class com.groupdocs.parser.data.PageImageArea
Saves the image to the file.
save(String, ImageOptions) - Method in class com.groupdocs.parser.data.PageImageArea
Saves the image to the file in a different format.
search(String) - Method in class com.groupdocs.parser.Parser
Searches a keyword in the document.
search(String, SearchOptions) - Method in class com.groupdocs.parser.Parser
Searches a keyword in the document using search options (regular expression, match case, etc.).
SearchOptions - Class in com.groupdocs.parser.options
Provides the options which are used for text search.
SearchOptions(boolean, boolean, boolean, boolean, HighlightOptions, HighlightOptions) - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class.
SearchOptions(boolean, boolean, boolean, HighlightOptions, HighlightOptions) - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class which is used to search with the highlight options for the left and the right highlight extraction.
SearchOptions(boolean, boolean, boolean, HighlightOptions) - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class which is used to search with the same highlight options for the left and the right highlight extraction.
SearchOptions(boolean, boolean, boolean) - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class which is used to search without highlight extraction.
SearchOptions(boolean, boolean, boolean, boolean) - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class which is used to search by pages and without highlight extraction.
SearchOptions() - Constructor for class com.groupdocs.parser.options.SearchOptions
Initializes a new instance of the SearchOptions class with default values.
SearchResult - Class in com.groupdocs.parser.data
Represents the search result in the search functionality.
SearchResult(int, String, Integer, HighlightItem, HighlightItem) - Constructor for class com.groupdocs.parser.data.SearchResult
Initializes a new instance of the SearchResult class.
SearchResult(int, String, Integer) - Constructor for class com.groupdocs.parser.data.SearchResult
Initializes a new instance of the SearchResult class.
setCreatePageStream(ICreatePageStream) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets an instance of the page stream creation delegate.
setDpi(int) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets a dpi.
setHeight(int) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets the page preview height.
setLicense(String) - Method in class com.groupdocs.parser.licensing.License
Licenses the component.
setLicense(InputStream) - Method in class com.groupdocs.parser.licensing.License
Licenses the component.
setMeteredKey(String, String) - Method in class com.groupdocs.parser.licensing.Metered
Sets metered public and private key.
setPageNumbers(int[]) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets an array of page numbers to generate previews.
setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets the preview image format.
setPreviewPageRender(IPreviewPageRender) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets an instance of the page preview render info delegate.
setRectangle(Rectangle) - Method in class com.groupdocs.parser.data.PageArea
 
setReleasePageStream(IReleasePageStream) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets an instance of the page preview completion delegate.
setWidth(int) - Method in class com.groupdocs.parser.options.PreviewOptions
Sets the page preview width.
Size - Class in com.groupdocs.parser.data
Represents a size.
Size(double, double) - Constructor for class com.groupdocs.parser.data.Size
Initializes a new instance of the Size class.
SVG - Static variable in class com.groupdocs.parser.options.FileType
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image.

T

Template - Class in com.groupdocs.parser.templates
Provides the document template.
Template(Iterable<? extends TemplateItem>) - Constructor for class com.groupdocs.parser.templates.Template
Initializes a new instance of the Template class.
TemplateField - Class in com.groupdocs.parser.templates
Provides the template text field.
TemplateField(TemplatePosition, String) - Constructor for class com.groupdocs.parser.templates.TemplateField
Initializes a new instance of the TemplateField class.
TemplateField(TemplatePosition, String, Integer) - Constructor for class com.groupdocs.parser.templates.TemplateField
Initializes a new instance of the TemplateField class.
TemplateFixedPosition - Class in com.groupdocs.parser.templates
Provides a template field position which is defined by the rectangular area.
TemplateFixedPosition(Rectangle) - Constructor for class com.groupdocs.parser.templates.TemplateFixedPosition
Initializes a new instance of the TemplateFixedPosition class.
TemplateItem - Class in com.groupdocs.parser.templates
Provides a base abstract class for template items.
TemplateItem(String, Integer) - Constructor for class com.groupdocs.parser.templates.TemplateItem
 
TemplateLinkedPosition - Class in com.groupdocs.parser.templates
Provides a template field position which uses the linked field.
TemplateLinkedPosition(String, Size, TemplateLinkedPositionEdges) - Constructor for class com.groupdocs.parser.templates.TemplateLinkedPosition
Initializes a new instance of the TemplateLinkedPosition class.
TemplateLinkedPosition(String, Size, TemplateLinkedPositionEdges, boolean) - Constructor for class com.groupdocs.parser.templates.TemplateLinkedPosition
Initializes a new instance of the TemplateLinkedPosition class.
TemplateLinkedPositionEdges - Class in com.groupdocs.parser.templates
Provides the edges of the linked field where the text field is seached.
TemplateLinkedPositionEdges(boolean, boolean, boolean, boolean) - Constructor for class com.groupdocs.parser.templates.TemplateLinkedPositionEdges
Initializes a new instance of the TemplateLinkedPositionEdges class.
TemplatePosition - Class in com.groupdocs.parser.templates
Provides a base abstract class for template positions.
TemplatePosition() - Constructor for class com.groupdocs.parser.templates.TemplatePosition
 
TemplateRegexPosition - Class in com.groupdocs.parser.templates
Provides a template field position which uses the regular expression.
TemplateRegexPosition(String) - Constructor for class com.groupdocs.parser.templates.TemplateRegexPosition
Initializes a new instance of the TemplateRegexPosition class.
TemplateRegexPosition(String, boolean) - Constructor for class com.groupdocs.parser.templates.TemplateRegexPosition
Initializes a new instance of the TemplateRegexPosition class.
TemplateTable - Class in com.groupdocs.parser.templates
Provides the template table.
TemplateTable(TemplateTableLayout, String, Integer) - Constructor for class com.groupdocs.parser.templates.TemplateTable
Initializes a new instance of the TemplateTable class.
TemplateTable(TemplateTableParameters, String, Integer) - Constructor for class com.groupdocs.parser.templates.TemplateTable
Initializes a new instance of the TemplateTable class.
TemplateTableLayout - Class in com.groupdocs.parser.templates
Provides the template table layout which is used by TemplateTable class to define table position.
TemplateTableLayout(Iterable<Double>, Iterable<Double>) - Constructor for class com.groupdocs.parser.templates.TemplateTableLayout
Initializes a new instance of the TemplateTableLayout class.
TemplateTableParameters - Class in com.groupdocs.parser.templates
Provides parameters for the table detection algorithms.
TemplateTableParameters(Rectangle, Iterable<Double>) - Constructor for class com.groupdocs.parser.templates.TemplateTableParameters
Initializes a new instance of the TemplateTableParameters class.
TemplateTableParameters(Rectangle, Iterable<Double>, Boolean, Integer, Integer, Integer) - Constructor for class com.groupdocs.parser.templates.TemplateTableParameters
Initializes a new instance of the TemplateTableParameters class.
TEXT - Static variable in class com.groupdocs.parser.options.FileType
A file with .TEXT extension represents a text document that contains plain text in the form of lines.
TextDocumentInfo - Class in com.groupdocs.parser.options
Represents the text document information.
TextDocumentInfo() - Constructor for class com.groupdocs.parser.options.TextDocumentInfo
 
TextOptions - Class in com.groupdocs.parser.options
Provides the options which are used for text extraction.
TextOptions(boolean) - Constructor for class com.groupdocs.parser.options.TextOptions
Initializes a new instance of the TextOptions class.
TextReader - Class in com.groupdocs.parser.data
Represents a reader that can read a sequential series of characters.
TextReader() - Constructor for class com.groupdocs.parser.data.TextReader
 
TextStyle - Class in com.groupdocs.parser.data
Represents the style of the text such as a font name, a font size and so on.
TextStyle(String, String, double, boolean, boolean) - Constructor for class com.groupdocs.parser.data.TextStyle
Initializes a new instance of the TextStyle class.
TIF - Static variable in class com.groupdocs.parser.options.FileType
TIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
TIFF - Static variable in class com.groupdocs.parser.options.FileType
TIFF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
TocItem - Class in com.groupdocs.parser.data
Represents the item which is used in the table of contents extraction functionality.
TocItem(int, String, Integer) - Constructor for class com.groupdocs.parser.data.TocItem
Initializes a new instance of the TocItem class.
toString() - Method in class com.groupdocs.parser.data.Point
 
toString() - Method in class com.groupdocs.parser.data.Rectangle
 
toString() - Method in class com.groupdocs.parser.data.Size
 
toString() - Method in class com.groupdocs.parser.options.FileType
 
trace(String) - Method in interface com.groupdocs.parser.options.ILogger
Logs an event occurred during data extraction.
TSV - Static variable in class com.groupdocs.parser.options.FileType
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
TXT - Static variable in class com.groupdocs.parser.options.FileType
A file with .TXT extension represents a text document that contains plain text in the form of lines.

U

Unknown - Static variable in class com.groupdocs.parser.options.FileType
Represents unknown file type.
UnsupportedDocumentFormatException - Exception in com.groupdocs.parser.exceptions
Thrown during document load, when the document format is not recognized or not supported.
UnsupportedDocumentFormatException() - Constructor for exception com.groupdocs.parser.exceptions.UnsupportedDocumentFormatException
Initializes a new instance of the UnsupportedDocumentFormatException class.

V

valueOf(String) - Static method in enum com.groupdocs.parser.options.FileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.parser.options.FileTypeDetectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.parser.options.FormattedTextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.parser.options.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.parser.options.PreviewFormats
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.parser.options.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.parser.options.FileTypeDetectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.parser.options.FormattedTextMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.parser.options.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.parser.options.PreviewFormats
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in interface com.groupdocs.parser.options.ILogger
Logs a warning that occurred during data extraction.
WEBP - Static variable in class com.groupdocs.parser.options.FileType
WebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression.
WMF - Static variable in class com.groupdocs.parser.options.FileType
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.

X

XHTML - Static variable in class com.groupdocs.parser.options.FileType
The XHTML is a text based file format with markup in the XML, using a reformulation of HTML 4.0.
XLA - Static variable in class com.groupdocs.parser.options.FileType
The Excel 97-2003 Add-In, a supplemental program that is designed to run additional code.
XLAM - Static variable in class com.groupdocs.parser.options.FileType
The XML-based and macro-enabled Add-In format for Excel 2010 and Excel 2007.
XLS - Static variable in class com.groupdocs.parser.options.FileType
Files with XLS extension represent Excel Binary File Format.
XLSB - Static variable in class com.groupdocs.parser.options.FileType
XLSB file format specifies the Excel Binary File Format, which is a collection of records and structures that specify Excel workbook content.
XLSM - Static variable in class com.groupdocs.parser.options.FileType
Files with XLSM extension is a type of Spreasheet files that support Macros.
XLSX - Static variable in class com.groupdocs.parser.options.FileType
XLSX is well-known format for Microsoft Excel documents that was introduced by Microsoft with the release of Microsoft Office 2007.
XLT - Static variable in class com.groupdocs.parser.options.FileType
Files with .XLT extension are template files created with Microsoft Excel which is a spreadsheet application which comes as part of Microsoft Office suite.
XLTM - Static variable in class com.groupdocs.parser.options.FileType
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
XLTX - Static variable in class com.groupdocs.parser.options.FileType
Files with XLTX extension represent Microsoft Excel Template files that are based on the Office OpenXML file format specifications.
XML - Static variable in class com.groupdocs.parser.options.FileType
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects.

Z

ZIP - Static variable in class com.groupdocs.parser.options.FileType
ZIP file extension represents archives that can hold one or more files or directories.
B C D E F G H I J L M N O P R S T U V W X Z 

Copyright © 2020. All rights reserved.