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
Bitmap Image File (.bmp)

C

CGM - Static variable in class com.groupdocs.parser.options.FileType
Computer Graphics Metafile (.cgm)
CHM - Static variable in class com.groupdocs.parser.options.FileType
Compiled HTML Help File
close() - Method in class com.groupdocs.parser.Parser
 
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
Comma Separated Values File (.csv)

D

DCM - Static variable in class com.groupdocs.parser.options.FileType
DICOM Image (.dcm)
DIB - Static variable in class com.groupdocs.parser.options.FileType
Device Independent Bitmap File (.dib)
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 Image (.djvu)
DOC - Static variable in class com.groupdocs.parser.options.FileType
Microsoft Word Document (.doc)
DOCM - Static variable in class com.groupdocs.parser.options.FileType
Word Open XML Macro-Enabled Document (.docm)
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
Microsoft Word Open XML Document (.docx)
DOT - Static variable in class com.groupdocs.parser.options.FileType
Word Document Template (.dot)
DOTM - Static variable in class com.groupdocs.parser.options.FileType
Word Open XML Macro-Enabled Document Template (.dotm)
DOTX - Static variable in class com.groupdocs.parser.options.FileType
Word Open XML Document Template (.dotx)

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 Windows Metafile (.emf)
EML - Static variable in class com.groupdocs.parser.options.FileType
E-Mail Message (.eml)
EMLX - Static variable in class com.groupdocs.parser.options.FileType
Apple Mail Message (.emlx)
EPS - Static variable in class com.groupdocs.parser.options.FileType
Encapsulated PostScript File (.eps)
EPUB - Static variable in class com.groupdocs.parser.options.FileType
Open eBook File (.epub)
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
FictionBook 2.0 File
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.
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.
getColumnCount() - Method in class com.groupdocs.parser.data.PageTableArea
Gets the total number of the table colums.
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.
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.
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.
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.
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.
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.
getRowCount() - Method in class com.groupdocs.parser.data.PageTableArea
Gets the total number of the table 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
getText() - Method in class com.groupdocs.parser.data.HighlightItem
Gets the text of the highlight.
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.
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
Graphical Interchange Format File (.gif)
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

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
Hypertext Markup Language File (.htm)
HTML - Static variable in class com.groupdocs.parser.options.FileType
Hypertext Markup Language File (.html)

I

ICO - Static variable in class com.groupdocs.parser.options.FileType
Icon File (.ico)
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.
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.
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.
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 Code Stream (.j2c)
J2K - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Code Stream (.j2k)
JP2 - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Core Image File (.jp2)
JPC - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Code Stream (.jpc)
JPEG - Static variable in class com.groupdocs.parser.options.FileType
JPEG Image (.jpeg)
JPF - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Image File (.jpf)
JPG - Static variable in class com.groupdocs.parser.options.FileType
JPEG Image (.jpg)
JPM - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Image File (.jpm)
JPX - Static variable in class com.groupdocs.parser.options.FileType
JPEG 2000 Image File (.jpx)

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
Markdown files (.md)
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
MHTML Web Archive (.mht)
MHTML - Static variable in class com.groupdocs.parser.options.FileType
MIME HTML File (.mhtml)
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
Outlook Mail Message (.msg)

N

NUMBERS - Static variable in class com.groupdocs.parser.options.FileType
Apple iWork Numbers (.numbers)

O

ODG - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Graphic File (.odg)
ODP - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Presentation (.odp)
ODS - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Spreadsheet (.ods)
ODT - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Text Document (.odt)
ONE - Static variable in class com.groupdocs.parser.options.FileType
OneNote Document (.one)
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
Outlook Offline Data File (.ost)
OTP - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Presentation Template (.otp)
OTS - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Spreadsheet Template (.ots)
OTT - Static variable in class com.groupdocs.parser.options.FileType
OpenDocument Document Template (.ott)

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.
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.
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.
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.
Parser(Connection, ParserSettings) - Constructor for class com.groupdocs.parser.Parser
Initializes a new instance of the Parser class.
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
Printer Command Language Document (.pcl)
PDF - Static variable in class com.groupdocs.parser.options.FileType
Portable Document Format File (.pdf)
PICT - Static variable in class com.groupdocs.parser.options.FileType
Macintosh PICT (.pict)
PNG - Static variable in class com.groupdocs.parser.options.FileType
Portable Network Graphic (.png)
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
PowerPoint Template (.pot)
POTM - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Macro-Enabled Presentation Template (.potm)
POTX - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Presentation Template (.potx)
PPS - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Slide Show (.pps)
PPSM - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Macro-Enabled Slide (.ppsm)
PPSX - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Slide Show (.ppsx)
PPT - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Presentation (.ppt)
PPTM - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Macro-Enabled Presentation
PPTX - Static variable in class com.groupdocs.parser.options.FileType
PowerPoint Open XML Presentation (.pptx)
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.
PS - Static variable in class com.groupdocs.parser.options.FileType
PostScript File (.ps)
PSD - Static variable in class com.groupdocs.parser.options.FileType
Adobe Photoshop Document (.psd)
PST - Static variable in class com.groupdocs.parser.options.FileType
Outlook Personal Information Store File (.pst)

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
Rich Text Format File (.rtf)

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.
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.
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
Scalable Vector Graphics File (.svg)

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
Plain Text File (.text)
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
Tagged Image File (.tif)
TIFF - Static variable in class com.groupdocs.parser.options.FileType
Tagged Image File Format (.tiff)
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
Tab Separated Values File (.tsv)
TXT - Static variable in class com.groupdocs.parser.options.FileType
Plain Text File (.txt)

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.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.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 Image (.webp)
WMF - Static variable in class com.groupdocs.parser.options.FileType
Windows Metafile (.wmf)

X

XHTML - Static variable in class com.groupdocs.parser.options.FileType
Hypertext Markup Language File (.html)
XLA - Static variable in class com.groupdocs.parser.options.FileType
Excel Add-In File (.xla)
XLAM - Static variable in class com.groupdocs.parser.options.FileType
Excel Open XML Macro-Enabled Add-In (.xlam)
XLS - Static variable in class com.groupdocs.parser.options.FileType
Excel Spreadsheet (.xls)
XLSB - Static variable in class com.groupdocs.parser.options.FileType
Excel Binary Spreadsheet (.xlsb)
XLSM - Static variable in class com.groupdocs.parser.options.FileType
Excel Open XML Macro-Enabled Spreadsheet (.xlsm)
XLSX - Static variable in class com.groupdocs.parser.options.FileType
Microsoft Excel Open XML Spreadsheet (.xlsx)
XLT - Static variable in class com.groupdocs.parser.options.FileType
Microsoft Excel Template (.xlt)
XLTM - Static variable in class com.groupdocs.parser.options.FileType
Excel Open XML Macro-Enabled Spreadsheet Template (.xltm)
XLTX - Static variable in class com.groupdocs.parser.options.FileType
Excel Open XML Spreadsheet Template (.xltx)
XML - Static variable in class com.groupdocs.parser.options.FileType
XML File (.xml)

Z

ZIP - Static variable in class com.groupdocs.parser.options.FileType
Zipped File (.zip)
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.