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

A

add(ConversionPair) - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Add conversion pair
Ai - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
AI, Adobe Illustrator Artwork, represents single-page vector-based drawings in either the EPS or PDF formats.
Attachments - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Attachments".

B

Baseline - Static variable in class com.groupdocs.conversion.options.convert.JpgCompressionMethods
The baseline compression.
Bcc - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Bcc".
Bitmap - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Bitmap.
Bmp - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
BMP represent Bitmap Image files that are used to store bitmap digital images.

C

CadConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Cad type.
CadConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.CadConvertOptions
Initializes new instance of class.
CadDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Cad document metadata
CadDocumentInfo(Image, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.CadDocumentInfo
 
CadFileType - Class in com.groupdocs.conversion.filetypes
Defines CAD documents (Computer Aided Design) that are used for a 3D graphics file formats and may contain 2D or 3D designs.
CadFileType() - Constructor for class com.groupdocs.conversion.filetypes.CadFileType
Serialization constructor
CadLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading CAD documents.
CadLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.CadLoadOptions
Initializes new instance of CadLoadOptions class.
Cc - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Cc".
Ccitt3 - Static variable in class com.groupdocs.conversion.options.convert.TiffCompressionMethods
CCITT3 compression.
Ccitt4 - Static variable in class com.groupdocs.conversion.options.convert.TiffCompressionMethods
CCITT4 compression.
Cdr - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
A CDR file is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed.
Cf2 - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
Common File Format File.
Cgm - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text.
CgmDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Cgm document metadata
CgmDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.CgmDocumentInfo
 
Chm - Static variable in class com.groupdocs.conversion.filetypes.MarkupFileType
The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages.
close() - Method in class com.groupdocs.conversion.Converter
 
Cmx - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications.
Cmyk - Static variable in class com.groupdocs.conversion.options.convert.JpgColorModes
CMYK.
Cmyk - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
CMYK.
com.groupdocs.conversion - package com.groupdocs.conversion
The scope for GroupDocs.Conversion classes
com.groupdocs.conversion.caching - package com.groupdocs.conversion.caching
The GroupDocs.Conversion.Caching namespace provides classes for customizing caching behaviour.
com.groupdocs.conversion.contracts - package com.groupdocs.conversion.contracts
The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
com.groupdocs.conversion.contracts.documentinfo - package com.groupdocs.conversion.contracts.documentinfo
The GroupDocs.Conversion.Contracts.Documentinfo namespace provides metadata for a document.
com.groupdocs.conversion.exceptions - package com.groupdocs.conversion.exceptions
The GroupDocs.Conversion.Exceptions namespace provides different exceptions classes.
com.groupdocs.conversion.filetypes - package com.groupdocs.conversion.filetypes
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
com.groupdocs.conversion.integration.ocr - package com.groupdocs.conversion.integration.ocr
 
com.groupdocs.conversion.licensing - package com.groupdocs.conversion.licensing
The GroupDocs.Conversion.Legacy.Licensing namespace provides classes for applying of the license
com.groupdocs.conversion.logging - package com.groupdocs.conversion.logging
The GroupDocs.Conversion.Logging namespace provides classes for customizing logging behaviour.
com.groupdocs.conversion.options.convert - package com.groupdocs.conversion.options.convert
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
com.groupdocs.conversion.options.load - package com.groupdocs.conversion.options.load
The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
com.groupdocs.conversion.reporting - package com.groupdocs.conversion.reporting
The GroupDocs.Conversion.Options.Load namespace provides classes to implement converter listening.
CommonConvertOptions<TFileType extends FileType> - Class in com.groupdocs.conversion.options.convert
abstract generic common conversion options class.
compareTo(Object) - Method in class com.groupdocs.conversion.contracts.Enumeration
Compares current object to other.
completed() - Method in interface com.groupdocs.conversion.reporting.IConverterListener
This method will be called as soon as conversion completed.
ConsoleLogger - Class in com.groupdocs.conversion.logging
Console logger implementation.
ConsoleLogger() - Constructor for class com.groupdocs.conversion.logging.ConsoleLogger
 
consumeCreditsBySize(long) - Static method in class com.groupdocs.conversion.licensing.Metered
 
ConversionNotSupportedException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the conversion from source file to target file type is not supported
ConversionNotSupportedException() - Constructor for exception com.groupdocs.conversion.exceptions.ConversionNotSupportedException
Default constructor
ConversionNotSupportedException(FileType, FileType) - Constructor for exception com.groupdocs.conversion.exceptions.ConversionNotSupportedException
Creates an exception instance with a source FileType and a target Filetype
ConversionNotSupportedException(String) - Constructor for exception com.groupdocs.conversion.exceptions.ConversionNotSupportedException
Creates an exception instance with a message
ConversionPair - Class in com.groupdocs.conversion.contracts
Represents conversion pair
convert(SaveDocumentStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStream, ConvertedDocumentStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStreamForFileType, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStreamForFileType, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SaveDocumentStreamForFileType, ConvertedDocumentStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(String, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStream, ConvertedPageStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStream, ConvertedPageStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStreamForFileType, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStreamForFileType, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(SavePageStreamForFileType, ConvertedPageStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Converts source document.
convert(OutputStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Deprecated.
This method will be removed in next release
convert(OutputStream, ConvertedDocumentStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Deprecated.
This method will be removed in next release
convert(OutputStream, ConvertedPageStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Deprecated.
This method will be removed in next release
convert(OutputStream, ConvertOptionsProvider) - Method in class com.groupdocs.conversion.Converter
Deprecated.
This method will be removed in next release
ConvertedDocumentStream - Interface in com.groupdocs.conversion.contracts
Describes delegate to receive converted document stream.
ConvertedPageStream - Interface in com.groupdocs.conversion.contracts
Describes delegate to receive converted page stream.
Converter - Class in com.groupdocs.conversion
Represents main class that controls document conversion process.
Converter(InputStream) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter(InputStream, ConverterSettings) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter(InputStream, LoadOptions) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter(InputStream, LoadOptions, ConverterSettings) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter(InputStream, Func1<FileType, LoadOptions>) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter(InputStream, Func1<FileType, LoadOptions>, ConverterSettings) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
This constructor will be removed in next release
Converter() - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of class for fluent conversion setup.
Converter(Supplier<InputStream>) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(Supplier<InputStream>, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(Supplier<InputStream>, LoadOptionsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(Supplier<InputStream>, LoadOptionsProvider, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(Supplier<InputStream>, LoadOptionsForFileTypeProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of class.
Converter(Supplier<InputStream>, LoadOptionsForFileTypeProvider, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of class.
Converter(String) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(String, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(String, ConverterSettings) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
Converter(String, LoadOptionsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(String, LoadOptions) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
Converter(String, LoadOptionsProvider, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of Converter class.
Converter(String, LoadOptions, ConverterSettings) - Constructor for class com.groupdocs.conversion.Converter
Deprecated.
Converter(String, LoadOptionsForFileTypeProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of class.
Converter(String, LoadOptionsForFileTypeProvider, ConverterSettingsProvider) - Constructor for class com.groupdocs.conversion.Converter
Initializes new instance of class.
ConverterSettings - Class in com.groupdocs.conversion
Defines settings for customizing Converter behaviour.
ConverterSettings() - Constructor for class com.groupdocs.conversion.ConverterSettings
 
ConverterSettingsProvider - Interface in com.groupdocs.conversion.contracts
 
ConvertOptions<TFileType extends FileType> - Class in com.groupdocs.conversion.options.convert
The general conversion options class.
ConvertOptionsProvider - Interface in com.groupdocs.conversion.contracts
Describes delegate to provide convert options for specific source document.
convertPageByPage(OutputStream, ConvertOptions) - Method in class com.groupdocs.conversion.Converter
Deprecated.
This method will be removed in next release
ConvertToIndent - Static variable in class com.groupdocs.conversion.options.load.TxtLeadingSpacesOptions
Converts leading spaces to indents.
CorruptOrDamagedFileException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the file is corrupt or damaged
CorruptOrDamagedFileException() - Constructor for exception com.groupdocs.conversion.exceptions.CorruptOrDamagedFileException
Default constructor
CorruptOrDamagedFileException(FileType) - Constructor for exception com.groupdocs.conversion.exceptions.CorruptOrDamagedFileException
Creates an exception instance with a FileType
CorruptOrDamagedFileException(String) - Constructor for exception com.groupdocs.conversion.exceptions.CorruptOrDamagedFileException
Creates an exception instance with a message
CorruptOrDamagedFileException(String, RuntimeException) - Constructor for exception com.groupdocs.conversion.exceptions.CorruptOrDamagedFileException
Creates an exception instance with a message and propagates the inner exception
create(String, String) - Static method in class com.groupdocs.conversion.contracts.FontSubstitute
Instantiate new font substitution pair.
createPrimary(FileType, FileType) - Static method in class com.groupdocs.conversion.contracts.ConversionPair
Creates primary conversion pair
createPrimary(List<? extends FileType>, List<? extends FileType>) - Static method in class com.groupdocs.conversion.contracts.ConversionPair
Creates primary conversion pairs
createPrimary(List<? extends FileType>, List<? extends FileType>, Pair<FileType, FileType>[]) - Static method in class com.groupdocs.conversion.contracts.ConversionPair
 
createSecondary(FileType, FileType) - Static method in class com.groupdocs.conversion.contracts.ConversionPair
Creates secondary conversion pair
createSecondary(Iterable<? extends FileType>, Iterable<? extends FileType>) - Static method in class com.groupdocs.conversion.contracts.ConversionPair
Creates secondary conversion pairs
Csv - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
Files with CSV (Comma Separated Values) extension represent plain text files that contain records of data with comma separated values.
CsvDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Csv document metadata
CsvDocumentInfo(Workbook, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.CsvDocumentInfo
 
CsvLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Csv documents.
CsvLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.CsvLoadOptions
Initializes new instance of CsvLoadOptions class.

D

DataConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Data file type.
DataConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.DataConvertOptions
Initializes new instance of class.
DataFileType - Class in com.groupdocs.conversion.filetypes
Defines Data documents.
DataFileType() - Constructor for class com.groupdocs.conversion.filetypes.DataFileType
Serialization constructor
DataLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading data documents.
DataLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.DataLoadOptions
Initializes new instance of class.
Dcm - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
deepClone() - Method in class com.groupdocs.conversion.options.convert.ConvertOptions
Clones current options instance.
deepClone() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Clone current instance
deepClone() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Clones current instance.
deepClone() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Clones current instance.
Default - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
Default pdf format
Default - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Default layout.
DEFAULT_DPI - Static variable in class com.groupdocs.conversion.options.convert.ImageConvertOptions
 
Dgn - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
DGN, Design, files are drawings created by and supported by CAD applications such as MicroStation and Intergraph Interactive Graphics Design System.
DiagramConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Diagram file type.
DiagramConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.DiagramConvertOptions
Initializes new instance of class.
DiagramDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Diagram document metadata
DiagramDocumentInfo(Diagram, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.DiagramDocumentInfo
 
DiagramFileType - Class in com.groupdocs.conversion.filetypes
Defines Diagram documents.
DiagramFileType() - Constructor for class com.groupdocs.conversion.filetypes.DiagramFileType
Serialization constructor
DiagramLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Diagram documents.
DiagramLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.DiagramLoadOptions
Initializes new instance of DiagramLoadOptions class.
Dib - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
DDIB (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.
Dicom - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with .DICOM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
Dif - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
DIF stands for Data Interchange Format that is used to import/export spreadsheets data between different applications.
dispose() - Method in class com.groupdocs.conversion.Converter
Releases resources.
DjVu - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs.
DjVuDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains DjVu document metadata
DjVuDocumentInfo(DjvuImage, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.DjVuDocumentInfo
 
Dng - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
DNG is a digital camera image format used for the storage of raw files.
Doc - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
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.conversion.filetypes.WordProcessingFileType
DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros.
DocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Provides base implementation for retrieving polymorphic document information
DocumentStreamProvider - Interface in com.groupdocs.conversion.contracts
 
DocumentStreamsProvider - Interface in com.groupdocs.conversion.contracts
 
Docx - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
DOCX is a well-known format for Microsoft Word documents.
Dot - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
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.conversion.filetypes.WordProcessingFileType
A file with DOTM extension represents template file created with Microsoft Word 2007 or higher.
Dotx - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
Files with DOTX extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files.
Duotone - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Duotone.
Dwf - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
Design Web Format (DWF) represents 2D/3D drawing in compressed format for viewing, reviewing or printing design files.
Dwfx - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
DWFX file is a 2D or 3D drawing created with Autodesk CAD software.
Dwg - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
DFiles with DWG extension represent proprietary binary files used for containing 2D and 3D design data.
Dwt - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
A DWT file is an AutoCAD drawing template file that is used as starter for creating drawings that can be saved as DWG files.
Dxf - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
DXF, Drawing Interchange Format, or Drawing Exchange Format, is a tagged data representation of AutoCAD drawing file.

E

EmailConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Email file type.
EmailConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.EmailConvertOptions
Initializes new instance of class.
EmailDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Email document metadata
EmailDocumentInfo(MailMessage, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
 
EmailField - Class in com.groupdocs.conversion.options.load
Describes email fields enumeration
EmailField() - Constructor for class com.groupdocs.conversion.options.load.EmailField
Serialization constructor
EmailFileType - Class in com.groupdocs.conversion.filetypes
Defines Email file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc.
EmailFileType() - Constructor for class com.groupdocs.conversion.filetypes.EmailFileType
Serialization constructor
EmailLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Email documents.
EmailLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.EmailLoadOptions
Initializes new instance of EmailLoadOptions class.
Emf - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Enhanced metafile format (EMF) stores graphical images device-independently.
Eml - Static variable in class com.groupdocs.conversion.filetypes.EmailFileType
EML file format represents email messages saved using Outlook and other relevant applications.
Emlx - Static variable in class com.groupdocs.conversion.filetypes.EmailFileType
The EMLX file format is implemented and developed by Apple.
EMPTY - Static variable in class com.groupdocs.conversion.integration.ocr.RecognizedImage
Empty recognized image
Emz - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
n EMZ file is actually a compressed version of a Microsoft EMF file.
End - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "End".
Enumeration - Class in com.groupdocs.conversion.contracts
Generic enumeration class.
Eps - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page.
EpsDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Ps document metadata
EpsDocumentInfo(Image, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.EpsDocumentInfo
 
Epub - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers.
EpubDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Epub document metadata
EpubDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.EpubDocumentInfo
 
EpubLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Epub documents.
EpubLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.EpubLoadOptions
Initializes new instance of EpubLoadOptions class.
equals(Object) - Method in class com.groupdocs.conversion.contracts.Enumeration
Determines whether two object instances are equal.
equals(Enumeration) - Method in class com.groupdocs.conversion.contracts.Enumeration
Determines whether two object instances are equal.
equals(Object) - Method in class com.groupdocs.conversion.contracts.ValueObject
Determines whether two object instances are equal.
equals(ValueObject) - Method in class com.groupdocs.conversion.contracts.ValueObject
Determines whether two object instances are equal.
error(String, Exception) - Method in class com.groupdocs.conversion.logging.ConsoleLogger
Writes error log message; Error log messages provides information about unrecoverable events in application flow.
error(String, Exception) - Method in interface com.groupdocs.conversion.logging.ILogger
Writes error log message; Error log messages provides information about unrecoverable events in application flow.

F

Fbx - Static variable in class com.groupdocs.conversion.filetypes.ThreeDFileType
FBX, FilmBox, is a popular 3D file format that was originally developed by Kaydara for MotionBuilder.
FileCache - Class in com.groupdocs.conversion.caching
File caching behaviour.
FileCache(String) - Constructor for class com.groupdocs.conversion.caching.FileCache
Creates new instance of FileCache class
FileType - Class in com.groupdocs.conversion.filetypes
File type base class
FileType() - Constructor for class com.groupdocs.conversion.filetypes.FileType
Serialization constructor
FileTypeNotSupportedException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the file type is not supported
FileTypeNotSupportedException() - Constructor for exception com.groupdocs.conversion.exceptions.FileTypeNotSupportedException
Default constructor
FileTypeNotSupportedException(FileType) - Constructor for exception com.groupdocs.conversion.exceptions.FileTypeNotSupportedException
Creates an exception instance with a FileType
FileTypeNotSupportedException(String) - Constructor for exception com.groupdocs.conversion.exceptions.FileTypeNotSupportedException
Creates an exception instance with a message
FlipX - Static variable in class com.groupdocs.conversion.options.convert.ImageFlipModes
Horizontal flip.
FlipXY - Static variable in class com.groupdocs.conversion.options.convert.ImageFlipModes
Flip horizontal and vertical.
FlipY - Static variable in class com.groupdocs.conversion.options.convert.ImageFlipModes
Flip vertical.
Fodg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
FODG is a uncompressed XML-format file used for storing OpenDocument text data.
Fodp - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
Files with FODP extension represent OpenDocument Flat XML Presentation.
Fods - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
OpenDocument Flat XML Spreadsheet
Font - Class in com.groupdocs.conversion.options.convert
Font settings
Font(String, float) - Constructor for class com.groupdocs.conversion.options.convert.Font
creates new Font instance
FontSubstitute - Class in com.groupdocs.conversion.contracts
Describes substitution for missing font.
FontSubstituteException - Exception in com.groupdocs.conversion.exceptions
Thrown if font substitute is illegal
FontSubstituteException() - Constructor for exception com.groupdocs.conversion.exceptions.FontSubstituteException
Default constructor
FontSubstituteException(String) - Constructor for exception com.groupdocs.conversion.exceptions.FontSubstituteException
Creates an exception with a specific message
forTarget(FileType) - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Find conversion pair in current list for target file type
From - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "From".
fromDisplayName(Class<T>, String) - Static method in class com.groupdocs.conversion.contracts.Enumeration
Returns object by display name.
fromExtension(String) - Static method in class com.groupdocs.conversion.filetypes.FileType
Gets FileType for provided fileExtension
fromFilename(String) - Static method in class com.groupdocs.conversion.filetypes.FileType
Returns FileType for specified fileName
fromStream(InputStream) - Static method in class com.groupdocs.conversion.filetypes.FileType
Returns FileType for provided document stream
fromValue(Class<T>, String) - Static method in class com.groupdocs.conversion.contracts.Enumeration
Returns object by key.
FullScreen - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.

G

get() - Method in interface com.groupdocs.conversion.contracts.SaveDocumentStream
Saves converted document into output stream.
getAll(Class<T>) - Static method in class com.groupdocs.conversion.contracts.Enumeration
Returns all enumeration values.
getAll() - Method in class com.groupdocs.conversion.contracts.PossibleConversions
All target file types and primary/secondary flag
getAllColumnsInOnePagePerSheet() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Gets AllColumnsInOnePagePerSheet property
getAllPossibleConversions() - Static method in class com.groupdocs.conversion.Converter
Gets all supported conversions Learn more Learn more about supported conversions: Full list of supported conversions Learn more about available conversions: How to get supported conversions in code
getAllTypes(Class<T>) - Static method in class com.groupdocs.conversion.filetypes.FileType
Returns all enumeration values.
getAllTypes(Class<T>, FileType[]) - Static method in class com.groupdocs.conversion.filetypes.FileType
 
getAllTypes(Class<T>, FileType[]...) - Static method in class com.groupdocs.conversion.filetypes.FileType
 
getAttachmentsCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
Gets attachments count
getAttachmentsNames() - Method in class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
Gets attachments names
getAuthor() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets author
getAuthor() - Method in class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
Gets author
getAuthor() - Method in class com.groupdocs.conversion.contracts.documentinfo.SpreadsheetDocumentInfo
Gets author
getAuthor() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Gets author
getAutoFontSubstitution() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the DefaultFont for the substitution of missing fonts.
getBackground() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Indicates that the watermark is stamped as background.
getBasePath() - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Gets base path or URL
getBitsPerPixel() - Method in class com.groupdocs.conversion.contracts.documentinfo.ImageDocumentInfo
Gets bits per pixel
getBitsPerPixel() - Method in class com.groupdocs.conversion.contracts.documentinfo.PsdDocumentInfo
Gets bits per pixel
getBookmarkOptions() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Bookmarks options
getBookmarksOutlineLevel() - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies the default level in the document outline at which to display Word bookmarks.
getBrightness() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image brightness.
getCache() - Method in class com.groupdocs.conversion.ConverterSettings
The cache implementation used for storing conversion results.
getCenterWindow() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether position of the document's window will be centered on the screen.
getChannelBitsCount() - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Bits count per color channel.
getChannelsCount() - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Color channels count.
getColorMode() - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Jpg color mode.
getColorMode() - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd color mode.
getCompressImages() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
If CompressImages set to true, all images in the document are recompressed.
getCompression() - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Jpg compression method.
getCompression() - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd compression method.
getCompression() - Method in class com.groupdocs.conversion.options.convert.TiffOptions
Sets Tiff compression.
getConsumptionCredit() - Static method in class com.groupdocs.conversion.licensing.Metered
Retrieves count of credits consumed.
getConsumptionQuantity() - Static method in class com.groupdocs.conversion.licensing.Metered
Retrieves amount of MBs processed.
getContactsCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.VcfDocumentInfo
 
getContentCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.PersonalStorageDocumentInfo
Get count of contents in the root folder
getContentStream() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getContrast() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image contrast.
getConvertDateTimeData() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether the string in the file is converted to date.
getConvertNumericData() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether the string in the file is converted to numeric.
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.CadFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.DataFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.DiagramFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.EmailFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.FileType
Prepared default convert options for the file type
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.ImageFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.MarkupFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.PdfFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.PresentationFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.ThreeDFileType
 
getConvertOptions() - Method in class com.groupdocs.conversion.filetypes.WordProcessingFileType
 
getConvertRange() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Convert specific range when converting to other than spreadsheet format.
getCreationDate() - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
Document creation date
getCreationDate() - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
Document creation date
getCultureInfo() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Get the system culture info at the time file is loaded
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.DiagramLoadOptions
Default font for Diagram document.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
Default font for Psd, Emf, Wmf document types.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Default font for Note document.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Default font for Pdf document.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Default font for rendering the presentation.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Default font for spreadsheet document.
getDefaultFont() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Default font for Words document.
getDepth() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
getDepth() - Method in class com.groupdocs.conversion.options.load.MboxLoadOptions
Option to control how many levels in depth to perform conversion
getDepth() - Method in class com.groupdocs.conversion.options.load.NsfLoadOptions
 
getDepth() - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Option to control how many levels in depth to perform conversion
getDescription() - Method in class com.groupdocs.conversion.filetypes.FileType
Description of the file type
getDetectNumberingWithWhitespaces() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Allows to specify how numbered list items are recognized when plain text document is converted.
getDirection() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets reading order of text: L2R (left to right) or R2L (right to left).
getDisplayBccEmailAddress() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "Bcc" email address.
getDisplayCcEmailAddress() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "Cc" email address.
getDisplayDocTitle() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether document's window title bar should display document title.
getDisplayEmailAddress() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide email address.
getDisplayFromEmailAddress() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "from" email address.
getDisplayHeader() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide the email header.
getDisplayToEmailAddress() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "to" email address.
getDocumentInfo() - Method in class com.groupdocs.conversion.Converter
Gets source document info - pages count and other document properties specific to the file type.
getDpi() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page DPI after conversion.
getDpi() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page DPI after conversion.
getEncoding() - Method in class com.groupdocs.conversion.contracts.documentinfo.MarkupDocumentInfo
 
getEncoding() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Encoding.
getEncoding() - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Gets the encoding to be used when loading the markup document.
getEncoding() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets the encoding that will be used when loading Txt document.
getEncoding() - Method in class com.groupdocs.conversion.options.load.VcfLoadOptions
Gets or sets the encoding that will be used when loading Vcf document.
getEncodingInternal() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
 
getEncodingInternal() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
 
getEndDate() - Method in class com.groupdocs.conversion.contracts.documentinfo.ProjectManagementDocumentInfo
Gets Project end date
getEqualityComponents() - Method in class com.groupdocs.conversion.contracts.ConversionPair
Equality components
getEqualityComponents() - Method in class com.groupdocs.conversion.options.load.MboxLoadOptions
Gets equality components.
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.DiagramFileType
 
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.ImageFileType
 
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.PdfFileType
 
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
 
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.ThreeDFileType
 
getExcludedSourceTypes() - Static method in class com.groupdocs.conversion.filetypes.WordProcessingFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.CadFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.DiagramFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.ImageFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.MarkupFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.PdfFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.PresentationFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.ThreeDFileType
 
getExcludedTargetTypes() - Static method in class com.groupdocs.conversion.filetypes.WordProcessingFileType
 
getExpandedOutlineLevels() - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies how many levels in the document outline to show expanded when the file is viewed.
getExportImagesForOldReaders() - Method in class com.groupdocs.conversion.options.convert.RtfOptions
Specifies whether the keywords for "old readers" are written to RTF or not.
getExtension() - Method in class com.groupdocs.conversion.filetypes.FileType
The file extension
getFamily() - Method in class com.groupdocs.conversion.filetypes.FileType
The file family
getFamilyName() - Method in class com.groupdocs.conversion.options.convert.Font
Fets font family name
getFieldTextMap() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Gets the mapping between email message and field text representation
getFileFormat() - Method in class com.groupdocs.conversion.filetypes.FileType
The file format
getFitWindow() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether document window must be resized to fit the first displayed page.
getFixedLayout() - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
If true fixed layout will be used e.g.
getFlattenAllFields() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Flatten all the fields of the PDF form.
getFlipMode() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Image flip mode.
getFolder() - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Folder which to be processed Default is Inbox
getFolders() - Method in class com.groupdocs.conversion.contracts.documentinfo.PersonalStorageDocumentInfo
Folders in the storage
getFontDirectories() - Method in class com.groupdocs.conversion.ConverterSettings
The custom font directories paths
getFontDirectoriesInternal() - Method in class com.groupdocs.conversion.ConverterSettings
 
getFontSubstitutes() - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Substitute specific fonts when converting Note document.
getFontSubstitutes() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Substitute specific fonts when converting Pdf document.
getFontSubstitutes() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Substitute specific fonts when converting Presentation document.
getFontSubstitutes() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Substitute specific fonts when converting spreadsheet document.
getFontSubstitutes() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Substitute specific fonts when converting Words document.
getFormat() - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
Document format
getFormat() - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
Document format
getFormat() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getFormat() - Method in class com.groupdocs.conversion.options.convert.ConvertOptions
Gets the desired file type the input document should be converted to.
getFormat() - Method in interface com.groupdocs.conversion.options.convert.IConvertOptions
Gets the desired file type the input document should be converted to.
getFormat() - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.DataLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.DiagramLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.EpubLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.LoadOptions
Input document file type
getFormat() - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.ThreeDLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
 
getFormat() - Method in class com.groupdocs.conversion.options.load.XmlLoadOptions
 
getFormat_ConvertOptions_New() - Method in class com.groupdocs.conversion.options.convert.ConvertOptions
The desired file type the input document should be converted to.
getFormattingOptions() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Pdf formatting options
getFragments() - Method in class com.groupdocs.conversion.integration.ocr.TextLine
Gets an array of text fragments, such as symbols and words, recognized in the line.
getGamma() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image gamma.
getGrayscale() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Indicates whether to convert into grayscale image.
getGrayscale() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Convert a PDF from RGB colorspace to grayscale
getHeadingsOutlineLevels() - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
getHeight() - Method in class com.groupdocs.conversion.contracts.documentinfo.CadDocumentInfo
height
getHeight() - Method in class com.groupdocs.conversion.contracts.documentinfo.ImageDocumentInfo
Gets height
getHeight() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets page height
getHeight() - Method in class com.groupdocs.conversion.contracts.documentinfo.PsdDocumentInfo
Gets height
getHeight() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image height after conversion.
getHeight() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page height in pixels after conversion.
getHeight() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark height
getHeight() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page height after conversion.
getHeight() - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Sets desired page height for converting CAD document
getHideComments() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Hide comments.
getHideComments() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Hide comments.
getHideComments() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Hide comments.
getHideMenuBar() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether menu bar should be hidden when document is active.
getHidePdfAnnotations() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Hide annotations in Pdf documents.
getHideToolBar() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether toolbar should be hidden when document is active.
getHideWindowUI() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether user interface elements should be hidden when document is active.
getHideWordTrackedChanges() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Hide markup and track changes for Word documents.
getHorizontalResolution() - Method in class com.groupdocs.conversion.contracts.documentinfo.DjVuDocumentInfo
Get horizontal resolution
getHorizontalResolution() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image horizontal resolution after conversion.
getImage() - Method in class com.groupdocs.conversion.options.convert.WatermarkImageOptions
 
getImageQuality() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Value in percent where 100% is unchanged quality and image size.
getInfo() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getJpegOptions() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Jpeg specific convert options.
getKey() - Method in enum com.groupdocs.conversion.options.convert.PageOrientation
 
getKey() - Method in enum com.groupdocs.conversion.options.convert.PageSize
 
getKey() - Method in enum com.groupdocs.conversion.options.convert.PdfRecognitionMode
 
getKeys(String) - Method in class com.groupdocs.conversion.caching.FileCache
Returns all keys matching filter.
getKeys(String) - Method in interface com.groupdocs.conversion.caching.ICache
Returns all keys matching filter.
getKeys(String) - Method in class com.groupdocs.conversion.caching.MemoryCache
Returns all keys matching filter.
getLayers() - Method in class com.groupdocs.conversion.contracts.documentinfo.CadDocumentInfo
layers in the document
getLayoutNames() - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Specifies which CAD layouts to be converted
getLayouts() - Method in class com.groupdocs.conversion.contracts.documentinfo.CadDocumentInfo
layouts in the document
getLeadingSpacesOptions() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets preferred option of a leading space handling.
getLeft() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark left position
getLinearize() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Linearizes PDF Document for the Web
getLines() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Gets lines count
getLines() - Method in class com.groupdocs.conversion.integration.ocr.RecognizedImage
Gets lines of text, with their fragments, recognized within the document.
getLinkDuplicateStreams() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Link duplicate streams
getListener() - Method in class com.groupdocs.conversion.ConverterSettings
Gets the converter listener implementation used for monitoring conversion status and progress
getLoadOptions() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getLoadOptions() - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Predefined load options which could be used to convert from current type
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.CadFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.DataFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.DiagramFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.EmailFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.FileType
Prepared default load options for the source file type
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.ImageFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.MarkupFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.NoteFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.PdfFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.PersonalStorageFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.PresentationFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.ThreeDFileType
 
getLoadOptions() - Method in class com.groupdocs.conversion.filetypes.WordProcessingFileType
 
getLogger() - Method in class com.groupdocs.conversion.ConverterSettings
The logger implementation used for logging conversion process.
getLossless() - Method in class com.groupdocs.conversion.options.convert.WebpOptions
Indicates if the compression of the converted file will be lossless.
getMarginBottom() - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Gets desired page bottom margin in pixels after conversion.
getMarginBottom() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page bottom margin in pixels after conversion.
getMarginBottom() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page bottom margin in pixels after conversion.
getMarginLeft() - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Gets desired page left margin in pixels after conversion.
getMarginLeft() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page left margin in pixels after conversion.
getMarginLeft() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page left margin in pixels after conversion.
getMarginRight() - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Gets desired page right margin in pixels after conversion.
getMarginRight() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page right margin in pixels after conversion.
getMarginRight() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page right margin in pixels after conversion.
getMarginTop() - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Gets desired page top margin in pixels after conversion.
getMarginTop() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page top margin in pixels after conversion.
getMarginTop() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page top margin in pixels after conversion.
getName() - Method in enum com.groupdocs.conversion.options.convert.PageOrientation
 
getName() - Method in enum com.groupdocs.conversion.options.convert.PageSize
 
getName() - Method in enum com.groupdocs.conversion.options.convert.PdfRecognitionMode
 
getNonFullScreenPageMode() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page mode, specifying how to display the document on exiting full-screen mode.
getOcrConnector() - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
 
getOnePagePerSheet() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
If OnePagePerSheet is true the content of the sheet will be converted to one page in the PDF document.
getOpacity() - Method in class com.groupdocs.conversion.contracts.documentinfo.DjVuDocumentInfo
Gets image opacity
getOptimizationOptions() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Pdf optimization options
getOptimizePdfSize() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
If True and converting to Pdf the conversion is optimized for better file size than print quality.
getOriginalFontName() - Method in class com.groupdocs.conversion.contracts.FontSubstitute
The original font name.
getPage() - Method in class com.groupdocs.conversion.contracts.documentinfo.TableOfContentsItem
Bookmark page
getPageLayout() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page layout which shall be used when the document is opened.
getPageMode() - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page mode, specifying how document should be displayed when opened.
getPageNumber() - Method in class com.groupdocs.conversion.options.convert.CadConvertOptions
 
getPageNumber() - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
getPageNumber() - Method in class com.groupdocs.conversion.options.convert.DataConvertOptions
 
getPageNumber() - Method in interface com.groupdocs.conversion.options.convert.IPagedConvertOptions
Gets the page number to start conversion from.
getPageNumber() - Method in class com.groupdocs.conversion.options.convert.ThreeDConvertOptions
 
getPageOrientation() - Method in interface com.groupdocs.conversion.options.convert.IPageOrientationConvertOptions
Gets page orientation after conversion
getPageOrientation() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
 
getPageOrientation() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
getPages() - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
getPages() - Method in interface com.groupdocs.conversion.options.convert.IPageRangedConvertOptions
Gets The list of page indexes to be converted.
getPagesCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
Document pages count.
getPagesCount() - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
Document pages count.
getPagesCount() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getPagesCount() - Method in class com.groupdocs.conversion.options.convert.CadConvertOptions
 
getPagesCount() - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
getPagesCount() - Method in class com.groupdocs.conversion.options.convert.DataConvertOptions
 
getPagesCount() - Method in interface com.groupdocs.conversion.options.convert.IPagedConvertOptions
Gets number of pages to convert starting from PageNumber.
getPagesCount() - Method in class com.groupdocs.conversion.options.convert.ThreeDConvertOptions
 
getPageSize() - Method in interface com.groupdocs.conversion.options.convert.IPageSizeConvertOptions
Gets desired page size after conversion
getPageSize() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
 
getPageSize() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
getPassword() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Set this property if you want to protect the converted document with a password.
getPassword() - Method in class com.groupdocs.conversion.options.convert.PresentationConvertOptions
Set this property if you want to protect the converted document with a password.
getPassword() - Method in class com.groupdocs.conversion.options.convert.SpreadsheetConvertOptions
Set this property if you want to protect the converted document with a password.
getPassword() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Set this property if you want to protect the converted document with a password.
getPassword() - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Set password to unprotect protected document.
getPassword() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Set password to unprotect protected document.
getPassword() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Set password to unprotect protected document.
getPassword() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Set password to unprotect protected document.
getPassword() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Set password to unprotect protected document.
getPdfFormat() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Sets the pdf format of the converted document.
getPdfOptions() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Pdf specific convert options
getPdfRecognitionMode() - Method in interface com.groupdocs.conversion.options.convert.IPdfRecognitionModeOptions
Gets recognition mode when converting from pdf
getPdfRecognitionMode() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
getPossibleConversions() - Method in class com.groupdocs.conversion.Converter
Gets possible conversions for the source document.
getPossibleConversions(String) - Static method in class com.groupdocs.conversion.Converter
Gets supported conversions for provided document extension Converter.GetPossibleConversions(".docx") Converter.GetPossibleConversions("docx") Learn more Learn more about supported conversions: Full list of supported conversions Learn more about available conversions: How to get supported conversions in code
getPrimary() - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Primary target file types
getProperty(String) - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
Get value for a property provided as a key
getProperty(String) - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
Get value for a property provided as a key
getPropertyNames() - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
List of all properties which could be get for the current document info
getPropertyNames() - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
List of all properties which could be get for the current document info
getPsdOptions() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Psd specific convert options.
getQuality() - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Desired image quality.
getQuality() - Method in class com.groupdocs.conversion.options.convert.WebpOptions
Gets or sets the quality.
getRectangle() - Method in class com.groupdocs.conversion.integration.ocr.TextFragment
Gets a bounding rectangle of the recognized text fragment.
getRemoveEmbeddedFiles() - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Remove embedded files.
getRemovePdfACompliance() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Removes Pdf-A Compliance
getRemoveUnusedObjects() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Remove unused objects
getRemoveUnusedStreams() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Remove unused streams
getResourceLoadingTimeout() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Timeout for loading external resources
getResourceLoadingTimeout() - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Timeout for loading external resources
getRootFolderName() - Method in class com.groupdocs.conversion.contracts.documentinfo.PersonalStorageDocumentInfo
Root folder name
getRotate() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Page rotation
getRotateAngle() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Image rotation angle.
getRotationAngle() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark rotation angle
getRtfOptions() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
RTF specific convert options
getSecondary() - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Secondary target file types
getSeparator() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Delimiter of a Csv file.
getSheets() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Get sheet name to convert
getShowGridLines() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Show grid lines when converting Excel files.
getShowHiddenSheets() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Show hidden sheets when converting Excel files.
getShowHiddenSlides() - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Show hidden slides.
getSize() - Method in class com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
Document size in bytes
getSize() - Method in interface com.groupdocs.conversion.contracts.documentinfo.IDocumentInfo
Document size in bytes
getSize() - Method in interface com.groupdocs.conversion.contracts.IDocument
 
getSize() - Method in class com.groupdocs.conversion.options.convert.Font
Gets font size
getSkipEmptyRowsAndColumns() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Skips empty rows and columns when converting.
getSource() - Method in class com.groupdocs.conversion.contracts.ConversionPair
Source file format
getSource() - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Source file formats
getStartDate() - Method in class com.groupdocs.conversion.contracts.documentinfo.ProjectManagementDocumentInfo
Gets Project start date
getSubstituteFontName() - Method in class com.groupdocs.conversion.contracts.FontSubstitute
The substitute font name.
getTableOfContents() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets Table of contents
getTableOfContents() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Table of contents
getTarget() - Method in class com.groupdocs.conversion.contracts.ConversionPair
Target file format
getTargetConversion(FileType) - Method in class com.groupdocs.conversion.contracts.PossibleConversions
Returns target conversion for specified target file type
getTargetConversion(String) - Method in class com.groupdocs.conversion.contracts.PossibleConversions
 
getTasksCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.ProjectManagementDocumentInfo
Gets task count
getTempFolder() - Method in class com.groupdocs.conversion.ConverterSettings
Temp folder used for conversion
getText() - Method in class com.groupdocs.conversion.integration.ocr.RecognizedImage
Gets textual equivalent of the structured text
getText() - Method in class com.groupdocs.conversion.integration.ocr.TextFragment
Gets a textual content of the recognized text fragment.
getTiffOptions() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Tiff specific convert options.
getTimeZoneOffset() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
getTimeZoneOffsetInternal() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.NoteDocumentInfo
Gets title
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets title
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
Gets title
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.SpreadsheetDocumentInfo
Gets title
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.TableOfContentsItem
Bookmark title
getTitle() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Gets title
getTop() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark top position
getTrailingSpacesOptions() - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets preferred option of a trailing space handling.
getTransparency() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark transparency.
getUnembedFonts() - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Make fonts not embedded if set to true
getUsePdf() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
If true, the input firstly is converted to PDF and after that to desired format.
getUsePdf() - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
If true, the input firstly is converted to PDF and after that to desired format
getVersion() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets version
getVersion() - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd file version.
getVerticalResolution() - Method in class com.groupdocs.conversion.contracts.documentinfo.DjVuDocumentInfo
Gets vertical resolution
getVerticalResolution() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image vertical resolution after conversion.
getWatermark() - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
getWatermark() - Method in interface com.groupdocs.conversion.options.convert.IWatermarkedConvertOptions
Gets watermark specific options
getWebpOptions() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Webp specific convert options.
getWidth() - Method in class com.groupdocs.conversion.contracts.documentinfo.CadDocumentInfo
width
getWidth() - Method in class com.groupdocs.conversion.contracts.documentinfo.ImageDocumentInfo
Gets width
getWidth() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets page width
getWidth() - Method in class com.groupdocs.conversion.contracts.documentinfo.PsdDocumentInfo
Gets width
getWidth() - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image width after conversion.
getWidth() - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page width in pixels after conversion.
getWidth() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark width
getWidth() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page width after conversion.
getWidth() - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Sets desired page width for converting CAD document
getWords() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Gets words count
getWorksheetsCount() - Method in class com.groupdocs.conversion.contracts.documentinfo.SpreadsheetDocumentInfo
Gets worksheets count
getXslFoFactory() - Method in class com.groupdocs.conversion.options.load.XmlLoadOptions
XSL document stream to convert XML-FO using XSL.
getZoom() - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
Specifies the zoom level in percentage.
getZoom() - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Specifies the zoom level in percentage.
getZoom() - Method in class com.groupdocs.conversion.options.convert.PresentationConvertOptions
Specifies the zoom level in percentage.
getZoom() - Method in class com.groupdocs.conversion.options.convert.SpreadsheetConvertOptions
Specifies the zoom level in percentage.
getZoom() - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Specifies the zoom level in percentage.
Gif - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
A GIF or Graphical Interchange Format is a type of highly compressed image.
Grayscale - Static variable in class com.groupdocs.conversion.options.convert.JpgColorModes
Grayscale.
Grayscale - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Grayscale.
GroupDocsConversionException - Exception in com.groupdocs.conversion.exceptions
GroupDocs.Conversion general exception
GroupDocsConversionException() - Constructor for exception com.groupdocs.conversion.exceptions.GroupDocsConversionException
Default constructor
GroupDocsConversionException(String) - Constructor for exception com.groupdocs.conversion.exceptions.GroupDocsConversionException
Creates an exception with a specific message
GroupDocsConversionException(String, RuntimeException) - Constructor for exception com.groupdocs.conversion.exceptions.GroupDocsConversionException
Create an exception with a specific message and propagate the inner exception

H

hasFormula() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether text is formula if it starts with "=".
hashCode() - Method in class com.groupdocs.conversion.contracts.Enumeration
Serves as the default hash function.
hashCode() - Method in class com.groupdocs.conversion.contracts.ValueObject
Serves as the default hash function.
Htm - Static variable in class com.groupdocs.conversion.filetypes.MarkupFileType
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers.
Html - Static variable in class com.groupdocs.conversion.filetypes.MarkupFileType
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers.

I

ICache - Interface in com.groupdocs.conversion.caching
Defines methods required for storing rendered document and document resources сache.
Ico - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows.
IcoDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Ico document metadata
IcoDocumentInfo(Image, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.IcoDocumentInfo
 
IConverterListener - Interface in com.groupdocs.conversion.reporting
Defines the methods that are used to perform converter listening.
IConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options
IDocument - Interface in com.groupdocs.conversion.contracts
Interface for documents
IDocumentInfo - Interface in com.groupdocs.conversion.contracts.documentinfo
Contains metadata for a document.
Ifc - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
Files with IFC extension refer to Industry Foundation Classes (IFC) file format that establishes international standards to import and export building objects and their properties.
Igs - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
Igs document format
ILogger - Interface in com.groupdocs.conversion.logging
Defines the methods that are used to perform logging.
ImageConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Image file type.
ImageConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.ImageConvertOptions
Initializes new instance of ImageConvertOptions class.
ImageDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Image document metadata
ImageDocumentInfo(Image, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.ImageDocumentInfo
 
ImageFileType - Class in com.groupdocs.conversion.filetypes
Defines image documents.
ImageFileType() - Constructor for class com.groupdocs.conversion.filetypes.ImageFileType
Serialization constructor
ImageFlipModes - Class in com.groupdocs.conversion.options.convert
Describes image flip modes.
ImageFlipModes() - Constructor for class com.groupdocs.conversion.options.convert.ImageFlipModes
Serialization constructor
ImageLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Image documents.
ImageLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.ImageLoadOptions
Initializes new instance of ImageLoadOptions class.
Importance - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Importance".
IncorrectPasswordException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the file is password protected, password is provided but is incorrect
IncorrectPasswordException() - Constructor for exception com.groupdocs.conversion.exceptions.IncorrectPasswordException
Default constructor
IncorrectPasswordException(FileType) - Constructor for exception com.groupdocs.conversion.exceptions.IncorrectPasswordException
Creates an exception instance with a FileType
IncorrectPasswordException(String) - Constructor for exception com.groupdocs.conversion.exceptions.IncorrectPasswordException
Creates an exception instance with a message
increaseBytesCount(long) - Static method in class com.groupdocs.conversion.licensing.Metered
 
Indexed - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Indexed.
InvalidConverterSettingsException - Exception in com.groupdocs.conversion.exceptions
Thrown if provided converter settings are invalid
InvalidConverterSettingsException() - Constructor for exception com.groupdocs.conversion.exceptions.InvalidConverterSettingsException
Default constructor
InvalidConverterSettingsException(String) - Constructor for exception com.groupdocs.conversion.exceptions.InvalidConverterSettingsException
Creates an exception with a specific message
InvalidConvertOptionsException - Exception in com.groupdocs.conversion.exceptions
Thrown if provided convert options are invalid
InvalidConvertOptionsException() - Constructor for exception com.groupdocs.conversion.exceptions.InvalidConvertOptionsException
Default constructor
InvalidConvertOptionsException(String) - Constructor for exception com.groupdocs.conversion.exceptions.InvalidConvertOptionsException
Creates an exception with a specific message
invoke(Stream, String) - Method in interface com.groupdocs.conversion.contracts.ConvertedDocumentStream
Receives converted document stream.
invoke(int, Stream, String) - Method in interface com.groupdocs.conversion.contracts.ConvertedPageStream
Receives converted page stream.
invoke(String, FileType) - Method in interface com.groupdocs.conversion.contracts.ConvertOptionsProvider
Provides convert options for specific source document.
invoke(FileType) - Method in interface com.groupdocs.conversion.contracts.SaveDocumentStreamForFileType
Saves converted document into stream.
invoke(int) - Method in interface com.groupdocs.conversion.contracts.SavePageStream
Saves converted document page into stream.
invoke(int, FileType) - Method in interface com.groupdocs.conversion.contracts.SavePageStreamForFileType
Saves converted document page into stream.
IOcrConnector - Interface in com.groupdocs.conversion.integration.ocr
Defines methods that are required to apply OCR to image documents and embedded images.
IPagedConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that allows conversion to perform page limitation by specifying start page and pages count
IPageMarginConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that support page margins
IPageOrientationConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that support page orientation
IPageRangedConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that support conversion of specific list of pages
IPageSizeConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that support page size
IPdfRecognitionModeOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that control recognition mode when converting from PDF
isAutoAlign() - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
 
isAutoFitPageToDrawingContent() - Method in class com.groupdocs.conversion.options.convert.DiagramConvertOptions
Defines whether need enlarge page to fit drawing content or not
isBold() - Method in class com.groupdocs.conversion.options.convert.Font
Font bold flag
isCheckExcelRestriction() - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Whether check restriction of excel file when user modify cells related objects.
isConvertOwned() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
isConvertOwned() - Method in class com.groupdocs.conversion.options.load.MboxLoadOptions
Option to control whether the owned documents in the documents container must be converted
isConvertOwned() - Method in class com.groupdocs.conversion.options.load.NsfLoadOptions
Option to control whether the owned documents in the documents container must be converted
isConvertOwned() - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Option to control whether the owned documents in the documents container must be converted
isConvertOwner() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
isConvertOwner() - Method in class com.groupdocs.conversion.options.load.MboxLoadOptions
The owner will not be converted
isConvertOwner() - Method in class com.groupdocs.conversion.options.load.NsfLoadOptions
 
isConvertOwner() - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Gets option to control whether the documents container itself must be converted
isEmbedTrueTypeFonts() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
If EmbedTrueTypeFonts is true, GroupDocs.Conversion embed true type fonts in the output document.
isEncrypted() - Method in class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
Gets is encrypted
isFixedLayoutShowBorders() - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
Gets show page borders when converting to fixed layout flag.
isHtml() - Method in class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
Gets is html
isItalic() - Method in class com.groupdocs.conversion.options.convert.Font
Font italic flag
isLandscape() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets is page landscaped
isMultiEncoded() - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
True means the file contains several encodings.
isPageNumbering() - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Enable or disable generation of page numbering in converted document.
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.PasswordProtectedDocumentInfo
Gets is document password protected
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Gets is encrypted
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.PersonalStorageDocumentInfo
Is storage password protected
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
Gets is the document password protected
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.SpreadsheetDocumentInfo
Gets is document password protected
isPasswordProtected() - Method in class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
Gets is document password protected
isPreserveFontFields() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text.
isPreserveOriginalDate() - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Defines whether need to keep original date header string in mail message when saving or not (Default value is true)
isPrimary() - Method in class com.groupdocs.conversion.contracts.ConversionPair
Primary conversion pair or not
isRecognitionEnabled() - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
 
isSigned() - Method in class com.groupdocs.conversion.contracts.documentinfo.EmailDocumentInfo
Gets is signed
isUnderline() - Method in class com.groupdocs.conversion.options.convert.Font
Gets Font underline
isUpdateFields() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Update fields after loading.
isUpdatePageLayout() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Update page layout after loading.
isUseAsDataSource() - Method in class com.groupdocs.conversion.options.load.XmlLoadOptions
Use Xml document as data source
isUseTextShaper() - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Specifies whether to use a text shaper for better kerning display.
isVectorImage(FileType) - Static method in class com.groupdocs.conversion.filetypes.ImageFileType
 
IWatermarkedConvertOptions - Interface in com.groupdocs.conversion.options.convert
Represents convert options that allow output of conversion to be watermarked

J

J2c - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
J2c document format
J2k - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
J2K file is an image that is compressed using the wavelet compression instead of DCT compression.
Jls - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Jls document format
Jp2 - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard.
Jpc - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Jpc document format
Jpeg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
A JPEG is a type of image format that is saved using the method of lossy compression.
JpegLs - Static variable in class com.groupdocs.conversion.options.convert.JpgCompressionMethods
JpegLs compression.
JpegOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Jpeg file type.
JpegOptions() - Constructor for class com.groupdocs.conversion.options.convert.JpegOptions
Initializes new instance of JpegOptions class.
Jpf - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Jpf document format
Jpg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
A JPG is a type of image format that is saved using the method of lossy compression.
JpgColorModes - Class in com.groupdocs.conversion.options.convert
Describes Jpg color modes enumeration.
JpgColorModes() - Constructor for class com.groupdocs.conversion.options.convert.JpgColorModes
Serialization constructor
JpgCompressionMethods - Class in com.groupdocs.conversion.options.convert
Describes Jpg compression modes
JpgCompressionMethods() - Constructor for class com.groupdocs.conversion.options.convert.JpgCompressionMethods
Serialization constructor
Jpm - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Jpm document format
Jpx - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Jpx document format
Json - Static variable in class com.groupdocs.conversion.filetypes.DataFileType
JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data.
JsonDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
 
JsonDocumentInfo(Stream, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.JsonDocumentInfo
 

L

L2R - Static variable in class com.groupdocs.conversion.options.convert.PdfDirection
Left to right.
Lab - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Lab.
License - Class in com.groupdocs.conversion.licensing
Provides methods to license the component.
License() - Constructor for class com.groupdocs.conversion.licensing.License
 
listConverterSettings() - Method in class com.groupdocs.conversion.ConverterSettings
 
load(String) - Method in class com.groupdocs.conversion.Converter
 
load(String[]) - Method in class com.groupdocs.conversion.Converter
 
load(DocumentStreamProvider) - Method in class com.groupdocs.conversion.Converter
 
load(DocumentStreamsProvider) - Method in class com.groupdocs.conversion.Converter
 
LoadOptions - Class in com.groupdocs.conversion.options.load
Abstract document load options class.
LoadOptions() - Constructor for class com.groupdocs.conversion.options.load.LoadOptions
 
Location - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Location".
Log - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
A file with .LOG extension represents a text document that contains plain text in the form of lines.
Lossless - Static variable in class com.groupdocs.conversion.options.convert.JpgCompressionMethods
Lossless compression.
Lzw - Static variable in class com.groupdocs.conversion.options.convert.TiffCompressionMethods
LZW compression.

M

MarkdownDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Md document metadata
MarkdownDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.MarkdownDocumentInfo
 
MarkupConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Markup file type.
MarkupConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.MarkupConvertOptions
Initializes new instance of MarkupConvertOptions class.
MarkupDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Markup document metadata
MarkupDocumentInfo(Stream, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.MarkupDocumentInfo
 
MarkupFileType - Class in com.groupdocs.conversion.filetypes
Defines Markup and Web file formats.
MarkupFileType() - Constructor for class com.groupdocs.conversion.filetypes.MarkupFileType
Serialization constructor
MarkupLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Markup documents.
MarkupLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.MarkupLoadOptions
ctor
Mbox - Static variable in class com.groupdocs.conversion.filetypes.EmailFileType
MBox file format is a generic term that represents a container for collection of electronic mail messages.
MboxLoadOptions - Class in com.groupdocs.conversion.options.load
 
MboxLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.MboxLoadOptions
Initializes new instance of class.
Md - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
Text files created with Markdown language dialects is saved with .MD or .MARKDOWN file extension.
MemoryCache - Class in com.groupdocs.conversion.caching
Memory caching behaviour.
MemoryCache() - Constructor for class com.groupdocs.conversion.caching.MemoryCache
Creates new instance of MemoryCache class
Metered - Class in com.groupdocs.conversion.licensing
Provides methods for applying <a href="https://purchase.groupdocs.com/faqs/licensing/metered">Metered</a> license.
Metered() - Constructor for class com.groupdocs.conversion.licensing.Metered
 
Mht - Static variable in class com.groupdocs.conversion.filetypes.MarkupFileType
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
Mhtml - Static variable in class com.groupdocs.conversion.filetypes.MarkupFileType
Files with MHTML extension represent a web page archive format that can be created by a number of different applications.
Ml - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
Ml file
Mobi - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
The MOBI file format is one of the most widely used ebook file format.
Mpp - Static variable in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
MPP is Microsoft Project data file that stores information related to project management in an integrated manner.
Mpt - Static variable in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files.
Mpx - Static variable in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating.
Msg - Static variable in class com.groupdocs.conversion.filetypes.EmailFileType
MSG is a file format used by Microsoft Outlook and Exchange to store email messages, contact, appointment, or other tasks.
Multichannel - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
Multichannel.

N

NoConvertOptions - Class in com.groupdocs.conversion.options.convert
Special convert option class, which instructs converter to copy source document without any processing
NoConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.NoConvertOptions
 
None - Static variable in class com.groupdocs.conversion.options.convert.ImageFlipModes
No flipping.
None - Static variable in class com.groupdocs.conversion.options.convert.Rotation
None.
None - Static variable in class com.groupdocs.conversion.options.convert.TiffCompressionMethods
No compression.
NoteDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Note document metadata
NoteDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.NoteDocumentInfo
 
NoteFileType - Class in com.groupdocs.conversion.filetypes
Defines Note-taking formats.
NoteFileType() - Constructor for class com.groupdocs.conversion.filetypes.NoteFileType
Serialization constructor
NoteLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading One documents.
NoteLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.NoteLoadOptions
Initializes new instance of NoteLoadOptions class.
Nsf - Static variable in class com.groupdocs.conversion.filetypes.PersonalStorageFileType
A file with .nsf (Notes Storage Facility) extension is a database file format used by the IBM Notes software, which was previously known as Lotus Notes.
NsfLoadOptions - Class in com.groupdocs.conversion.options.load
 
NsfLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.NsfLoadOptions
 
NULL - Static variable in class com.groupdocs.conversion.contracts.ConversionPair
 
NULL - Static variable in class com.groupdocs.conversion.contracts.PossibleConversions
 
Numbers - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
The files with .numbers extension are classified as spreadsheet file type, that’s why they are similar to the .xlsx files; but the Numbers files are created by using Apple iWork Numbers spreadsheet software.

O

Odg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
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.conversion.filetypes.PresentationFileType
Files with ODP extension represent presentation file format used by OpenOffice.org in the OASISOpen standard.
Ods - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
Files with ODS extension stand for OpenDocument Spreadsheet Document format that are editable by user.
Odt - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
ODT files are type of documents created with word processing applications that are based on OpenDocument Text File format.
On180 - Static variable in class com.groupdocs.conversion.options.convert.Rotation
180 degrees.
On270 - Static variable in class com.groupdocs.conversion.options.convert.Rotation
270 degrees.
On90 - Static variable in class com.groupdocs.conversion.options.convert.Rotation
90 degrees.
One - Static variable in class com.groupdocs.conversion.filetypes.NoteFileType
File represented by .ONE extension are created by Microsoft OneNote application.
OneColumn - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Display pages in one column.
op_Equality(Enumeration, Enumeration) - Static method in class com.groupdocs.conversion.contracts.Enumeration
Equality operator.
op_Equality(ValueObject, ValueObject) - Static method in class com.groupdocs.conversion.contracts.ValueObject
Equality operator.
op_Inequality(Enumeration, Enumeration) - Static method in class com.groupdocs.conversion.contracts.Enumeration
Inequality operator.
op_Inequality(ValueObject, ValueObject) - Static method in class com.groupdocs.conversion.contracts.ValueObject
Inequality operator.
Organizer - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Organizer".
Ost - Static variable in class com.groupdocs.conversion.filetypes.PersonalStorageFileType
OST or Offline Storage Files represent user's mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
Otg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
An OTG file is a drawing template that is created using the OpenDocument standard that follows the OASIS Office Applications 1.0 specification.
Otp - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
Files with .OTP extension represent presentation template files created by applications in OASIS OpenDocument standard format.
Ots - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
OpenDocument Spreadsheet Template
Ott - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
Files with OTT extension represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format.
Oxps - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
Oxps document format

P

PageHeader - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "PageHeader".
PageOrientation - Enum in com.groupdocs.conversion.options.convert
 
PageSize - Enum in com.groupdocs.conversion.options.convert
 
PasswordProtectedDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Provided document is password protected
PasswordProtectedDocumentInfo(FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PasswordProtectedDocumentInfo
 
PasswordRequiredException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the file is password protected and password is not provided
PasswordRequiredException() - Constructor for exception com.groupdocs.conversion.exceptions.PasswordRequiredException
Default constructor
PasswordRequiredException(FileType) - Constructor for exception com.groupdocs.conversion.exceptions.PasswordRequiredException
Creates an exception instance with a FileType
PasswordRequiredException(String) - Constructor for exception com.groupdocs.conversion.exceptions.PasswordRequiredException
Creates an exception instance with a message
Pcl - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
PclDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Pcl document metadata
PclDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PclDocumentInfo
 
Pdf - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s.
PdfA_1A - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-1a – Level A (accessible) conformance.
PdfA_1B - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-1b – Level B (basic) conformance.
PdfA_2A - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-2a conformance.
PdfA_2B - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-2b conformance.
PdfA_2U - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-2u conformance.
PdfA_3A - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-3a conformance.
PdfA_3B - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-3b conformance.
PdfA_3U - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/A-3u conformance.
PdfConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Pdf file type.
PdfConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.PdfConvertOptions
Initializes new instance of PdfConvertOptions class.
PdfDirection - Class in com.groupdocs.conversion.options.convert
Describes Pdf text direction.
PdfDirection() - Constructor for class com.groupdocs.conversion.options.convert.PdfDirection
Serialization constructor
PdfDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Pdf document metadata
PdfDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
 
PdfFileType - Class in com.groupdocs.conversion.filetypes
Defines Pdf documents.
PdfFileType() - Constructor for class com.groupdocs.conversion.filetypes.PdfFileType
Serialization constructor
PdfFormats - Class in com.groupdocs.conversion.options.convert
Describes Pdf formats enumeration.
PdfFormats() - Constructor for class com.groupdocs.conversion.options.convert.PdfFormats
Serialization constructor
PdfFormattingOptions - Class in com.groupdocs.conversion.options.convert
Defines Pdf formatting options.
PdfFormattingOptions() - Constructor for class com.groupdocs.conversion.options.convert.PdfFormattingOptions
 
PdfLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Pdf documents.
PdfLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.PdfLoadOptions
Initializes new instance of PdfLoadOptions class.
PdfOptimizationOptions - Class in com.groupdocs.conversion.options.convert
Defines Pdf optimization options.
PdfOptimizationOptions() - Constructor for class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Initializes new instance of PdfOptimizationOptions class.
PdfOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Pdf file type.
PdfOptions() - Constructor for class com.groupdocs.conversion.options.convert.PdfOptions
ctor
PdfPageLayout - Class in com.groupdocs.conversion.options.convert
Describes Pdf page layout.
PdfPageLayout() - Constructor for class com.groupdocs.conversion.options.convert.PdfPageLayout
Serialization constructor
PdfPageMode - Class in com.groupdocs.conversion.options.convert
Describes Pdf page mode
PdfPageMode() - Constructor for class com.groupdocs.conversion.options.convert.PdfPageMode
Serialization constructor
PdfRecognitionMode - Enum in com.groupdocs.conversion.options.convert
 
PdfX_1A - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/X-1a conformance.
PdfX_3 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF/X-3 conformance.
PersonalStorageDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains personal storage document metadata
PersonalStorageDocumentInfo(PersonalStorage, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PersonalStorageDocumentInfo
 
PersonalStorageFileType - Class in com.groupdocs.conversion.filetypes
Defines Personal storage file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc.
PersonalStorageFileType() - Constructor for class com.groupdocs.conversion.filetypes.PersonalStorageFileType
Serialization constructor
PersonalStorageLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading personal storage documents.
PersonalStorageLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Initializes new instance of class.
Plt - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
The PLT file format is a vector-based plotter file introduced by Autodesk, Inc.
Png - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression.
PossibleConversions - Class in com.groupdocs.conversion.contracts
Represents a mapping what conversion pairs are supported for specific source file format
PossibleConversions(FileType) - Constructor for class com.groupdocs.conversion.contracts.PossibleConversions
Creates possible conversion list for specified source file format
Pot - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
Files with .POT extension represent Microsoft PowerPoint template files created by PowerPoint 97-2003 versions.
Potm - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
Files with POTM extension are Microsoft PowerPoint template files with support for Macros.
Potx - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
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.conversion.filetypes.PresentationFileType
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose.
Ppsm - Static variable in class com.groupdocs.conversion.filetypes.PresentationFileType
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.conversion.filetypes.PresentationFileType
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.conversion.filetypes.PresentationFileType
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.conversion.filetypes.PresentationFileType
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.conversion.filetypes.PresentationFileType
Files with PPTX extension are presentation files created with popular Microsoft PowerPoint application.
PresentationConvertOptions - Class in com.groupdocs.conversion.options.convert
Describes options for conversion to Presentation file type.
PresentationConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.PresentationConvertOptions
Initializes new instance of PresentationConvertOptions class.
PresentationDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Presentation document metadata
PresentationDocumentInfo(Presentation, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
 
PresentationFileType - Class in com.groupdocs.conversion.filetypes
Defines Presentation file formats that store collection of records to accommodate presentation data such as slides, shapes, text, animations, video, audio and embedded objects.
PresentationFileType() - Constructor for class com.groupdocs.conversion.filetypes.PresentationFileType
Serialization constructor
PresentationLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Presentation documents.
PresentationLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.PresentationLoadOptions
Initializes new instance of EmailLoadOptions class.
Preserve - Static variable in class com.groupdocs.conversion.options.load.TxtLeadingSpacesOptions
Preserves leading spaces.
Preserve - Static variable in class com.groupdocs.conversion.options.load.TxtTrailingSpacesOptions
Preserves trailing spaces
progress(byte) - Method in interface com.groupdocs.conversion.reporting.IConverterListener
This method will be called each time when conversion progress changed.
Progressive - Static variable in class com.groupdocs.conversion.options.convert.JpgCompressionMethods
Progressive compression.
ProjectManagementConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Project management file type.
ProjectManagementConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.ProjectManagementConvertOptions
Initializes new instance of class.
ProjectManagementDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains ProjectManagement document metadata
ProjectManagementDocumentInfo(Project, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.ProjectManagementDocumentInfo
 
ProjectManagementFileType - Class in com.groupdocs.conversion.filetypes
Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc.
ProjectManagementFileType() - Constructor for class com.groupdocs.conversion.filetypes.ProjectManagementFileType
Serialization constructor
Ps - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing.
Psb - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Adobe photoshop saves files in two formats.
Psd - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
PsdColorModes - Class in com.groupdocs.conversion.options.convert
Defines Psd color modes enumeration.
PsdColorModes() - Constructor for class com.groupdocs.conversion.options.convert.PsdColorModes
Serialization constructor
PsdCompressionMethods - Class in com.groupdocs.conversion.options.convert
Describes Psd compression methods.
PsdCompressionMethods() - Constructor for class com.groupdocs.conversion.options.convert.PsdCompressionMethods
Serialization constructor
PsdDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Psd document metadata
PsdDocumentInfo(Image, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PsdDocumentInfo
 
PsDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Ps document metadata
PsDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.PsDocumentInfo
 
PsdOptions - Class in com.groupdocs.conversion.options.convert
Options for converting to Psd file type.
PsdOptions() - Constructor for class com.groupdocs.conversion.options.convert.PsdOptions
Initializes new instance of PsdOptions class.
Pst - Static variable in class com.groupdocs.conversion.filetypes.PersonalStorageFileType
Files with .PST extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.

R

R2L - Static variable in class com.groupdocs.conversion.options.convert.PdfDirection
Right to left.
Raw - Static variable in class com.groupdocs.conversion.options.convert.PsdCompressionMethods
RAW.
recognize(Stream) - Method in interface com.groupdocs.conversion.integration.ocr.IOcrConnector
Does the OCR processing of an image, provided as a stream.
RecognizedImage - Class in com.groupdocs.conversion.integration.ocr
Represents text, extracted from an image as a result of its recognition process.
RecognizedImage(List<TextLine>) - Constructor for class com.groupdocs.conversion.integration.ocr.RecognizedImage
Initializes a new instance of the class, using a set of recognized lines.
Recurrence - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Recurrence".
RecurrencePattern - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "RecurrencePattern".
RequiredAttendees - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "RequiredAttendees".
resetLicense() - Static method in class com.groupdocs.conversion.licensing.License
 
Rgb - Static variable in class com.groupdocs.conversion.options.convert.JpgColorModes
RGB.
Rgb - Static variable in class com.groupdocs.conversion.options.convert.PsdColorModes
RGB.
Rle - Static variable in class com.groupdocs.conversion.options.convert.PsdCompressionMethods
RLE.
Rle - Static variable in class com.groupdocs.conversion.options.convert.TiffCompressionMethods
RLE compression.
Rotation - Class in com.groupdocs.conversion.options.convert
Describes page rotation enumeration
Rotation() - Constructor for class com.groupdocs.conversion.options.convert.Rotation
Serialization constructor
Rtf - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications.
RtfOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to RTF file type.
RtfOptions() - Constructor for class com.groupdocs.conversion.options.convert.RtfOptions
 

S

SaveDocumentStream - Interface in com.groupdocs.conversion.contracts
Describes delegate for saving converted document into output stream.
SaveDocumentStreamForFileType - Interface in com.groupdocs.conversion.contracts
Describes delegate for saving converted document into stream.
SavePageStream - Interface in com.groupdocs.conversion.contracts
Describes delegate for saving converted document page into stream.
SavePageStreamForFileType - Interface in com.groupdocs.conversion.contracts
Describes delegate for saving converted document page into stream.
Sent - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Sent".
set(String, Object) - Method in class com.groupdocs.conversion.caching.FileCache
Inserts a cache entry into the cache.
set(String, Object) - Method in interface com.groupdocs.conversion.caching.ICache
Inserts a cache entry into the cache.
set(String, Object) - Method in class com.groupdocs.conversion.caching.MemoryCache
Inserts a cache entry into the cache.
setAllColumnsInOnePagePerSheet(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Sets AllColumnsInOnePagePerSheet property
setAuthor(String) - Method in class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
Sets author
setAutoAlign(boolean) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
 
setAutoFitPageToDrawingContent(boolean) - Method in class com.groupdocs.conversion.options.convert.DiagramConvertOptions
Sets need enlarge page flag
setAutoFontSubstitution(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
If AutoFontSubstitution is disabled, GroupDocs.Conversion uses the DefaultFont for the substitution of missing fonts.
setBackground(boolean) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Indicates that the watermark is stamped as background.
setBasePath(String) - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Sets base path or URL
setBold(boolean) - Method in class com.groupdocs.conversion.options.convert.Font
Sets Font bold flag
setBookmarkOptions(WordProcessingBookmarksOptions) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Bookmarks options
setBookmarksOutlineLevel(int) - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies the default level in the document outline at which to display Word bookmarks.
setBrightness(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image brightness.
setCache(ICache) - Method in class com.groupdocs.conversion.ConverterSettings
The cache implementation used for storing conversion results.
setCenterWindow(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether position of the document's window will be centered on the screen.
setChannelBitsCount(short) - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Bits count per color channel.
setChannelsCount(short) - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Color channels count.
setCheckExcelRestriction(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
 
setColorMode(JpgColorModes) - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Jpg color mode.
setColorMode(PsdColorModes) - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd color mode.
setCompressImages(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
If CompressImages set to true, all images in the document are recompressed.
setCompression(JpgCompressionMethods) - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Jpg compression method.
setCompression(PsdCompressionMethods) - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd compression method.
setCompression(TiffCompressionMethods) - Method in class com.groupdocs.conversion.options.convert.TiffOptions
Sets Tiff compression.
setContrast(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image contrast.
setConvertDateTimeData(boolean) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether the string in the file is converted to date.
setConvertNumericData(boolean) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether the string in the file is converted to numeric.
setConvertOwned(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
setConvertOwner(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
setConvertRange(String) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Convert specific range when converting to other than spreadsheet format.
setCultureInfo(CultureInfo) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Set the system culture info at the time file is loaded
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.DiagramLoadOptions
Default font for Diagram document.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
Default font for Psd, Emf, Wmf document types.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Default font for Note document.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Default font for Pdf document.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Default font for rendering the presentation.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Default font for spreadsheet document.
setDefaultFont(String) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Default font for Words document.
setDepth(int) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
 
setDepth(int) - Method in class com.groupdocs.conversion.options.load.MboxLoadOptions
setDepth(int) - Method in class com.groupdocs.conversion.options.load.NsfLoadOptions
 
setDepth(int) - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
setDetectNumberingWithWhitespaces(boolean) - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Allows to specify how numbered list items are recognized when plain text document is converted.
setDirection(PdfDirection) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets reading order of text: L2R (left to right) or R2L (right to left).
setDisplayBccEmailAddress(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "Bcc" email address.
setDisplayCcEmailAddress(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "Cc" email address.
setDisplayDocTitle(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether document's window title bar should display document title.
setDisplayEmailAddress(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide email address.
setDisplayFromEmailAddress(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "from" email address.
setDisplayHeader(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide the email header.
setDisplayToEmailAddress(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Option to display or hide "to" email address.
setDpi(double) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page DPI after conversion.
setDpi(double) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page DPI after conversion.
setEmbedTrueTypeFonts(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
 
setEncoding(Charset) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Encoding.
setEncoding(String) - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Sets the encoding to be used when loading the markup document.
setEncoding(Charset) - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets the encoding that will be used when loading Txt document.
setEncoding(Encoding) - Method in class com.groupdocs.conversion.options.load.VcfLoadOptions
 
setEncodingInternal(Encoding) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
 
setExpandedOutlineLevels(int) - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies how many levels in the document outline to show expanded when the file is viewed.
setExportImagesForOldReaders(boolean) - Method in class com.groupdocs.conversion.options.convert.RtfOptions
Specifies whether the keywords for "old readers" are written to RTF or not.
setFieldTextMap(Map<EmailField, String>) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Sets the mapping between email message and field text representation
setFitWindow(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether document window must be resized to fit the first displayed page.
setFixedLayout(boolean) - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
If true fixed layout will be used e.g.
setFixedLayoutShowBorders(boolean) - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
Show show page borders when converting to fixed layout flag.
setFlattenAllFields(boolean) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Flatten all the fields of the PDF form.
setFlipMode(ImageFlipModes) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Image flip mode.
setFolder(String) - Method in class com.groupdocs.conversion.options.load.PersonalStorageLoadOptions
Set folder which to be processed
setFontDirectories(List<String>) - Method in class com.groupdocs.conversion.ConverterSettings
The custom font directories paths
setFontSubstitutes(List<FontSubstitute>) - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Substitute specific fonts when converting Note document.
setFontSubstitutes(List<FontSubstitute>) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Substitute specific fonts when converting Pdf document.
setFontSubstitutes(List<FontSubstitute>) - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Substitute specific fonts when converting Presentation document.
setFontSubstitutes(List<FontSubstitute>) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Substitute specific fonts when converting spreadsheet document.
setFontSubstitutes(List<FontSubstitute>) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Substitute specific fonts when converting Words document.
setFormat(FileType) - Method in class com.groupdocs.conversion.options.convert.ConvertOptions
The desired file type the input document should be converted to.
setFormat(FileType) - Method in interface com.groupdocs.conversion.options.convert.IConvertOptions
Sets the desired file type the input document should be converted to.
setFormat(FileType) - Method in class com.groupdocs.conversion.options.load.LoadOptions
Input document file type
setFormat_ConvertOptions_New(TFileType) - Method in class com.groupdocs.conversion.options.convert.ConvertOptions
The desired file type the input document should be converted to.
setFormattingOptions(PdfFormattingOptions) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Pdf formatting options
setFormula(boolean) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Indicates whether text is formula if it starts with "=".
setGamma(float) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Adjusts image gamma.
setGrayscale(boolean) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Indicates whether to convert into grayscale image.
setGrayscale(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Convert a PDF from RGB colorspace to grayscale
setHeadingsOutlineLevels(int) - Method in class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
setHeight(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image height after conversion.
setHeight(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page height in pixels after conversion.
setHeight(int) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark height
setHeight(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page height after conversion.
setHeight(int) - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Sets desired page height for converting CAD document
setHideComments(boolean) - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Hide comments.
setHideComments(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Hide comments.
setHideComments(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Hide comments.
setHideMenuBar(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether menu bar should be hidden when document is active.
setHidePdfAnnotations(boolean) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Hide annotations in Pdf documents.
setHideToolBar(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether toolbar should be hidden when document is active.
setHideWindowUI(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Specifies whether user interface elements should be hidden when document is active.
setHideWordTrackedChanges(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Hide markup and track changes for Word documents.
setHorizontalResolution(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image horizontal resolution after conversion.
setImageQuality(int) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Value in percent where 100% is unchanged quality and image size.
setItalic(boolean) - Method in class com.groupdocs.conversion.options.convert.Font
Sets font italic flag
setJpegOptions(JpegOptions) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Jpeg specific convert options.
setLayoutNames(String[]) - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Specififies which CAD layouts to be converted
setLeadingSpacesOptions(TxtLeadingSpacesOptions) - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets preferred option of a leading space handling.
setLeft(int) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark left position
setLicense(InputStream) - Method in class com.groupdocs.conversion.licensing.License
 
setLicense(Stream) - Method in class com.groupdocs.conversion.licensing.License
Licenses the component.
setLicense(String) - Method in class com.groupdocs.conversion.licensing.License
Licenses the component.
setLinearize(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Linearizes PDF Document for the Web
setLinkDuplicateStreams(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Link duplicate streams
setListener(IConverterListener) - Method in class com.groupdocs.conversion.ConverterSettings
Sets the converter listener implementation used for monitoring conversion status and progress
setLogger(ILogger) - Method in class com.groupdocs.conversion.ConverterSettings
The logger implementation used for logging conversion process.
setLossless(boolean) - Method in class com.groupdocs.conversion.options.convert.WebpOptions
Indicates if the compression of the converted file will be lossless.
setMarginBottom(int) - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Sets desired page bottom margin in pixels after conversion.
setMarginBottom(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page bottom margin in pixels after conversion.
setMarginBottom(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page bottom margin in pixels after conversion.
setMarginLeft(int) - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Sets desired page left margin in pixels after conversion.
setMarginLeft(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page left margin in pixels after conversion.
setMarginLeft(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page left margin in pixels after conversion.
setMarginRight(int) - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Sets desired page right margin in pixels after conversion.
setMarginRight(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page right margin in pixels after conversion.
setMarginRight(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page right margin in pixels after conversion.
setMarginTop(int) - Method in interface com.groupdocs.conversion.options.convert.IPageMarginConvertOptions
Sets desired page top margin in pixels after conversion.
setMarginTop(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page top margin in pixels after conversion.
setMarginTop(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page top margin in pixels after conversion.
setMeteredKey(String, String) - Method in class com.groupdocs.conversion.licensing.Metered
Activates product with Metered keys.
setMultiEncoded(boolean) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
True means the file contains several encodings.
setNonFullScreenPageMode(PdfPageMode) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page mode, specifying how to display the document on exiting full-screen mode.
setOcrConnector(IOcrConnector) - Method in class com.groupdocs.conversion.options.load.ImageLoadOptions
Set image OCR connector
setOnePagePerSheet(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
If OnePagePerSheet is true the content of the sheet will be converted to one page in the PDF document.
setOptimizationOptions(PdfOptimizationOptions) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Pdf optimization options
setOptimizePdfSize(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
If True and converting to Pdf the conversion is optimized for better file size than print quality.
setPageLayout(PdfPageLayout) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page layout which shall be used when the document is opened.
setPageMode(PdfPageMode) - Method in class com.groupdocs.conversion.options.convert.PdfFormattingOptions
Sets page mode, specifying how document should be displayed when opened.
setPageNumber(int) - Method in class com.groupdocs.conversion.options.convert.CadConvertOptions
 
setPageNumber(int) - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
setPageNumber(int) - Method in class com.groupdocs.conversion.options.convert.DataConvertOptions
 
setPageNumber(int) - Method in interface com.groupdocs.conversion.options.convert.IPagedConvertOptions
Sets the page number to start conversion from.
setPageNumber(int) - Method in class com.groupdocs.conversion.options.convert.ThreeDConvertOptions
 
setPageNumbering(boolean) - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
Sets page numbering
setPageOrientation(PageOrientation) - Method in interface com.groupdocs.conversion.options.convert.IPageOrientationConvertOptions
Sets desired page orientation after conversion
setPageOrientation(PageOrientation) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
 
setPageOrientation(PageOrientation) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
setPages(List<Integer>) - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
setPages(List<Integer>) - Method in interface com.groupdocs.conversion.options.convert.IPageRangedConvertOptions
Sets the list of page indexes to be converted.
setPagesCount(int) - Method in class com.groupdocs.conversion.options.convert.CadConvertOptions
 
setPagesCount(int) - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
setPagesCount(int) - Method in class com.groupdocs.conversion.options.convert.DataConvertOptions
 
setPagesCount(int) - Method in interface com.groupdocs.conversion.options.convert.IPagedConvertOptions
Sets number of pages to convert starting from PageNumber.
setPagesCount(int) - Method in class com.groupdocs.conversion.options.convert.ThreeDConvertOptions
 
setPageSize(PageSize) - Method in interface com.groupdocs.conversion.options.convert.IPageSizeConvertOptions
Set desired page size after conversion
setPageSize(PageSize) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
 
setPageSize(PageSize) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
setPassword(String) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Set this property if you want to protect the converted document with a password.
setPassword(String) - Method in class com.groupdocs.conversion.options.convert.PresentationConvertOptions
Set this property if you want to protect the converted document with a password.
setPassword(String) - Method in class com.groupdocs.conversion.options.convert.SpreadsheetConvertOptions
Set this property if you want to protect the converted document with a password.
setPassword(String) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Set this property if you want to protect the converted document with a password.
setPassword(String) - Method in class com.groupdocs.conversion.options.load.NoteLoadOptions
Set password to unprotect protected document.
setPassword(String) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Set password to unprotect protected document.
setPassword(String) - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Set password to unprotect protected document.
setPassword(String) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Set password to unprotect protected document.
setPassword(String) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Set password to unprotect protected document.
setPdfFormat(PdfFormats) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Sets the pdf format of the converted document.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Pdf specific convert options
setPdfRecognitionMode(PdfRecognitionMode) - Method in interface com.groupdocs.conversion.options.convert.IPdfRecognitionModeOptions
Sets recognition mode when converting from pdf
setPdfRecognitionMode(PdfRecognitionMode) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
 
setPreserveFontFields(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Sets preserveFontFields flag
setPreserveOriginalDate(boolean) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Defines whether need to keep original date header string in mail message when saving or not
setPsdOptions(PsdOptions) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Psd specific convert options.
setQuality(int) - Method in class com.groupdocs.conversion.options.convert.JpegOptions
Desired image quality.
setQuality(int) - Method in class com.groupdocs.conversion.options.convert.WebpOptions
Gets or sets the quality.
setRemoveEmbeddedFiles(boolean) - Method in class com.groupdocs.conversion.options.load.PdfLoadOptions
Remove embedded files.
setRemovePdfACompliance(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Removes Pdf-A Compliance
setRemoveUnusedObjects(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Remove unused objects
setRemoveUnusedStreams(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Remove unused streams
setResourceLoadingTimeout(TimeSpan) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Timeout for loading external resources (setter)
setResourceLoadingTimeout(TimeSpan) - Method in class com.groupdocs.conversion.options.load.MarkupLoadOptions
 
setRotate(Rotation) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Page rotation
setRotateAngle(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Image rotation angle.
setRotationAngle(int) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark rotation angle
setRtfOptions(RtfOptions) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
RTF specific convert options
setSeparator(char) - Method in class com.groupdocs.conversion.options.load.CsvLoadOptions
Delimiter of a Csv file.
setSheets(List<String>) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Set sheet name to convert
setShowGridLines(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Show grid lines when converting Excel files.
setShowHiddenSheets(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Show hidden sheets when converting Excel files.
setShowHiddenSlides(boolean) - Method in class com.groupdocs.conversion.options.load.PresentationLoadOptions
Show hidden slides.
setSkipEmptyRowsAndColumns(boolean) - Method in class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Skips empty rows and columns when converting.
setTableOfContents(List<TableOfContentsItem>) - Method in class com.groupdocs.conversion.contracts.documentinfo.PdfDocumentInfo
Sets Table of contents
setTempFolder(String) - Method in class com.groupdocs.conversion.ConverterSettings
Sets Temp folder used for conversion
setTiffOptions(TiffOptions) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Tiff specific convert options.
setTimeZoneOffset(Double) - Method in class com.groupdocs.conversion.options.load.EmailLoadOptions
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
setTitle(String) - Method in class com.groupdocs.conversion.contracts.documentinfo.PresentationDocumentInfo
Sets title
setTop(int) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark top position
setTrailingSpacesOptions(TxtTrailingSpacesOptions) - Method in class com.groupdocs.conversion.options.load.TxtLoadOptions
Gets or sets preferred option of a trailing space handling.
setTransparency(double) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark transparency.
setUnderline(boolean) - Method in class com.groupdocs.conversion.options.convert.Font
Sets Font underline
setUnembedFonts(boolean) - Method in class com.groupdocs.conversion.options.convert.PdfOptimizationOptions
Make fonts not embedded if set to true
setUpdateFields(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
 
setUpdatePageLayout(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
 
setUseAsDataSource(boolean) - Method in class com.groupdocs.conversion.options.load.XmlLoadOptions
Set use Xml document as data source
setUsePdf(boolean) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
If true, the input firstly is converted to PDF and after that to desired format.
setUsePdf(boolean) - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
If true, the input firstly is converted to PDF and after that to desired format
setUseTextShaper(boolean) - Method in class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Specifies whether to use a text shaper for better kerning display.
setVersion(int) - Method in class com.groupdocs.conversion.options.convert.PsdOptions
Psd file version.
setVerticalResolution(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image vertical resolution after conversion.
setWatermark(WatermarkOptions) - Method in class com.groupdocs.conversion.options.convert.CommonConvertOptions
 
setWatermark(WatermarkOptions) - Method in interface com.groupdocs.conversion.options.convert.IWatermarkedConvertOptions
Sets watermark specific options
setWebpOptions(WebpOptions) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Webp specific convert options.
setWidth(int) - Method in class com.groupdocs.conversion.options.convert.ImageConvertOptions
Desired image width after conversion.
setWidth(int) - Method in class com.groupdocs.conversion.options.convert.PdfConvertOptions
Desired page width in pixels after conversion.
setWidth(int) - Method in class com.groupdocs.conversion.options.convert.WatermarkOptions
Watermark width
setWidth(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Desired page width after conversion.
setWidth(int) - Method in class com.groupdocs.conversion.options.load.CadLoadOptions
Sets desired page width for converting CAD document
setXslFoFactory(Supplier<Stream>) - Method in class com.groupdocs.conversion.options.load.XmlLoadOptions
XSL document stream to convert XML-FO using XSL.
setZoom(int) - Method in class com.groupdocs.conversion.options.convert.MarkupConvertOptions
Specifies the zoom level in percentage.
setZoom(int) - Method in class com.groupdocs.conversion.options.convert.PdfOptions
Specifies the zoom level in percentage.
setZoom(int) - Method in class com.groupdocs.conversion.options.convert.PresentationConvertOptions
Specifies the zoom level in percentage.
setZoom(int) - Method in class com.groupdocs.conversion.options.convert.SpreadsheetConvertOptions
Specifies the zoom level in percentage.
setZoom(int) - Method in class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Specifies the zoom level in percentage.
ShowTimeAs - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "ShowTimeAs".
SinglePage - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Single page.
SourceDocumentFactoryNotProvidedException - Exception in com.groupdocs.conversion.exceptions
GroupDocs exception thrown when the source document factory is not provided
SourceDocumentFactoryNotProvidedException() - Constructor for exception com.groupdocs.conversion.exceptions.SourceDocumentFactoryNotProvidedException
Creates an exception instance with a message
SpreadsheetConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Spreadsheet file type.
SpreadsheetConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.SpreadsheetConvertOptions
Initializes new instance of SpreadsheetConvertOptions class.
SpreadsheetDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Spreadsheet document metadata
SpreadsheetDocumentInfo(Workbook, boolean, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.SpreadsheetDocumentInfo
 
SpreadsheetFileType - Class in com.groupdocs.conversion.filetypes
Defines Spreadsheet documents.
SpreadsheetFileType() - Constructor for class com.groupdocs.conversion.filetypes.SpreadsheetFileType
Serialization constructor
SpreadsheetLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Spreadsheet documents.
SpreadsheetLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.SpreadsheetLoadOptions
Initializes new instance of SpreadsheetLoadOptions class.
Sql - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
A file with .SQL extension represents a text document that contains sql.
Start - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Start".
started() - Method in interface com.groupdocs.conversion.reporting.IConverterListener
This method will be called as soon as actual conversion started.
Stl - Static variable in class com.groupdocs.conversion.filetypes.CadFileType
STL, abbreviation for stereolithrography, is an interchangeable file format that represents 3-dimensional surface geometry.
Subject - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "Subject".
Svg - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image.
SvgDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Svg document metadata
SvgDocumentInfo(SvgImage, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.SvgDocumentInfo
 
Svgz - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
An SVGZ file is actually a compressed version of a SVG file.
Sxc - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
An XML based format used by OpenOffice and StarOffice

T

TabField - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "TabField".
TableOfContentsItem - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Table of contents item metadata
TableOfContentsItem(String, int) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.TableOfContentsItem
Default constructor
Tex - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
TeX is a language that comprises of programming as well as mark-up features, used to typeset documents.
TexDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Tex document metadata
TexDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.TexDocumentInfo
 
TextFragment - Class in com.groupdocs.conversion.integration.ocr
Represents a part of recognized text (word, symbol, etc), extracted by OCR engine.
TextFragment(String, Rectangle) - Constructor for class com.groupdocs.conversion.integration.ocr.TextFragment
Initializes a new instance of the recognized text fragment.
TextLine - Class in com.groupdocs.conversion.integration.ocr
Represents text, extracted from an image as a result of its recognition process.
TextLine(List<TextFragment>) - Constructor for class com.groupdocs.conversion.integration.ocr.TextLine
Initializes a new instance of a line of text, extracted by OCR engine from an image.
Tga - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
A file with .tga extension is a raster graphic format and was created by Truevision Inc.
ThreeDConvertOptions - Class in com.groupdocs.conversion.options.convert
 
ThreeDConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.ThreeDConvertOptions
 
ThreeDFileType - Class in com.groupdocs.conversion.filetypes
Defines 3D documents Includes the following types: Learn more about 3D formats here.
ThreeDFileType() - Constructor for class com.groupdocs.conversion.filetypes.ThreeDFileType
 
ThreeDLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading 3D documents.
ThreeDLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.ThreeDLoadOptions
 
Tif - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
TTIF, 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.conversion.filetypes.ImageFileType
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.
TiffCompressionMethods - Class in com.groupdocs.conversion.options.convert
Describes Tiff compression methods enumeration.
TiffCompressionMethods() - Constructor for class com.groupdocs.conversion.options.convert.TiffCompressionMethods
Serialization constructor
TiffOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to TIFF file type.
TiffOptions() - Constructor for class com.groupdocs.conversion.options.convert.TiffOptions
ctor
To - Static variable in class com.groupdocs.conversion.options.load.EmailField
Default field text is "To".
toString() - Method in class com.groupdocs.conversion.contracts.ConversionPair
Conversion pair string representation
toString() - Method in class com.groupdocs.conversion.contracts.Enumeration
Returns a string that represents the current object.
toString() - Method in class com.groupdocs.conversion.filetypes.FileType
String representation
trace(String) - Method in class com.groupdocs.conversion.logging.ConsoleLogger
Writes trace log message; Trace log messages provides generally useful information about application flow.
trace(String) - Method in interface com.groupdocs.conversion.logging.ILogger
Writes trace log message; Trace log messages provides generally useful information about application flow.
Trim - Static variable in class com.groupdocs.conversion.options.load.TxtLeadingSpacesOptions
Trims leading spaces.
Trim - Static variable in class com.groupdocs.conversion.options.load.TxtTrailingSpacesOptions
Trims trailing spaces
tryGetValue(String) - Method in class com.groupdocs.conversion.caching.FileCache
Gets the entry associated with this key if present.
tryGetValue(String) - Method in interface com.groupdocs.conversion.caching.ICache
Gets the entry associated with this key if present.
tryGetValue(String) - Method in class com.groupdocs.conversion.caching.MemoryCache
Gets the entry associated with this key if present.
Tsv - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
A Tab-Separated Values (TSV) file format represents data separated with tabs in plain text format.
TsvDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Tsv document metadata
TsvDocumentInfo(Workbook, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.TsvDocumentInfo
 
TsvLoadOptions - Class in com.groupdocs.conversion.options.load
 
TsvLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.TsvLoadOptions
Initializes new instance of class.
tweakPackageUtil(String, String, String) - Static method in class com.groupdocs.conversion.Converter
 
TwoColumnLeft - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Display the pages in two columns, with odd-numbered pages on the right.
TwoPagesLeft - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Display the pages two at a time, with odd-numbered pages on the left.
TwoPagesRight - Static variable in class com.groupdocs.conversion.options.convert.PdfPageLayout
Display the pages two at a time, with odd-numbered pages on the right.
Txt - Static variable in class com.groupdocs.conversion.filetypes.WordProcessingFileType
A file with .TXT extension represents a text document that contains plain text in the form of lines.
TxtDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Txt document metadata
TxtDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.TxtDocumentInfo
 
TxtLeadingSpacesOptions - Class in com.groupdocs.conversion.options.load
Describes txt leading spaces options enumeration.
TxtLeadingSpacesOptions() - Constructor for class com.groupdocs.conversion.options.load.TxtLeadingSpacesOptions
Serialization constructor
TxtLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Txt documents.
TxtLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.TxtLoadOptions
Initializes new instance of TxtLoadOptions class.
TxtTrailingSpacesOptions - Class in com.groupdocs.conversion.options.load
Describes txt trailing spaces options enumeration.
TxtTrailingSpacesOptions() - Constructor for class com.groupdocs.conversion.options.load.TxtTrailingSpacesOptions
Serialization constructor

U

Unknown - Static variable in class com.groupdocs.conversion.filetypes.FileType
Unknown file type
UseAttachments - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
Attachments panel visible.
UseNone - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
Don't use any components.
UseOC - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
Optional content group panel visible.
UseOutlines - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
Document outline visible.
UseThumbs - Static variable in class com.groupdocs.conversion.options.convert.PdfPageMode
Thumbnail images visible.

V

v1_3 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF version 1.3.
v1_4 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF version 1.4.
v1_5 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF version 1.5.
v1_6 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF version 1.6.
v1_7 - Static variable in class com.groupdocs.conversion.options.convert.PdfFormats
PDF version 1.7.
ValueObject - Class in com.groupdocs.conversion.contracts
Abstract value object class.
ValueObject() - Constructor for class com.groupdocs.conversion.contracts.ValueObject
 
valueOf(String) - Static method in enum com.groupdocs.conversion.options.convert.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.conversion.options.convert.PageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.conversion.options.convert.PdfRecognitionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.conversion.options.convert.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.conversion.options.convert.PageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.conversion.options.convert.PdfRecognitionMode
Returns an array containing the constants of this enum type, in the order they are declared.
Vcf - Static variable in class com.groupdocs.conversion.filetypes.EmailFileType
VCF (Virtual Card Format) or vCard is a digital file format for storing contact information.
VcfDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Vcf document metadata
VcfDocumentInfo(List<VCardContact>, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.VcfDocumentInfo
 
VcfLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading Vcf documents.
VcfLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.VcfLoadOptions
Initializes new instance of class.
Vdw - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
VDW is the Visio Graphics Service file format that specifies the streams and storages required for rendering a Web drawing.
Vdx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Any drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension.
Vsd - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
VSD files are drawings created with Microsoft Visio application to represent variety of graphical objects and the interconnection between these.
Vsdm - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with VSDM extension are drawing files created with Microsoft Visio application that supports macros.
Vsdx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with .VSDX extension represent Microsoft Visio file format introduced from Microsoft Office 2013 onwards.
Vss - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
VSS are stencil files created with Microsoft Visio 2007 and earlier.
Vssm - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with .VSSM extension are Microsoft Visio Stencil files that support provide support for macros.
Vssx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with .VSSX extension are drawing stencils created with Microsoft Visio 2013 and above.
Vst - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with VST extension are vector image files created with Microsoft Visio and act as template for creating further files.
Vstm - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with VSTM extension are template files created with Microsoft Visio that support macros.
Vstx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with VSTX extensions are drawing template files created with Microsoft Visio 2013 and above.
Vsx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
Files with .VSX extension refer to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio.
Vtx - Static variable in class com.groupdocs.conversion.filetypes.DiagramFileType
A file with VTX extension is a Microsoft Visio drawing template that is saved to disc in XML file format.

W

warning(String) - Method in class com.groupdocs.conversion.logging.ConsoleLogger
Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.
warning(String) - Method in interface com.groupdocs.conversion.logging.ILogger
Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.
WatermarkImageOptions - Class in com.groupdocs.conversion.options.convert
Options for settings watermark to the converted document
WatermarkImageOptions(byte[]) - Constructor for class com.groupdocs.conversion.options.convert.WatermarkImageOptions
 
WatermarkOptions - Class in com.groupdocs.conversion.options.convert
Options for settings watermark to the converted document
WatermarkOptions() - Constructor for class com.groupdocs.conversion.options.convert.WatermarkOptions
Create WatermarkOptions class and set watermark text
Webp - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
WWebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression.
WebpOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to Webp file type.
WebpOptions() - Constructor for class com.groupdocs.conversion.options.convert.WebpOptions
 
withSettings(ConverterSettingsProvider) - Method in class com.groupdocs.conversion.Converter
 
Wmf - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.
Wmz - Static variable in class com.groupdocs.conversion.filetypes.ImageFileType
An WMZ file is actually a compressed version of a Microsoft WMF file.
WordProcessingBookmarksOptions - Class in com.groupdocs.conversion.options.load
Options for handling bookmarks in WordProcessing
WordProcessingBookmarksOptions() - Constructor for class com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions
 
WordProcessingConvertOptions - Class in com.groupdocs.conversion.options.convert
Options for conversion to WordProcessing file type.
WordProcessingConvertOptions() - Constructor for class com.groupdocs.conversion.options.convert.WordProcessingConvertOptions
Initializes new instance of WordProcessingConvertOptions class.
WordprocessingDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Wordprocessing document metadata
WordprocessingDocumentInfo(Document, boolean, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.WordprocessingDocumentInfo
 
WordProcessingFileType - Class in com.groupdocs.conversion.filetypes
Defines Word Processing files that contain user information in plain text or rich text format.
WordProcessingFileType() - Constructor for class com.groupdocs.conversion.filetypes.WordProcessingFileType
Serialization constructor
WordProcessingLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading WordProcessing documents.
WordProcessingLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.WordProcessingLoadOptions
Initializes new instance of WordProcessingLoadOptions class.

X

Xer - Static variable in class com.groupdocs.conversion.filetypes.ProjectManagementFileType
The XER file format is a proprietary project file format used by Primavera P6 project planning and management application.
Xlam - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
Xlam document format
Xls - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
XLS represents Excel Binary File Format.
Xlsb - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
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.conversion.filetypes.SpreadsheetFileType
XLSM is a type of Spreadsheet files that support macros.
Xlsx - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
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.conversion.filetypes.SpreadsheetFileType
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.conversion.filetypes.SpreadsheetFileType
The XLTM file extension represents files that are generated by Microsoft Excel as Macro-enabled template files.
Xltx - Static variable in class com.groupdocs.conversion.filetypes.SpreadsheetFileType
XLTX file represents Microsoft Excel Template that are based on the Office OpenXML file format specifications.
Xml - Static variable in class com.groupdocs.conversion.filetypes.DataFileType
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects.
XmlDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Xml document metadata
XmlDocumentInfo(Stream, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.XmlDocumentInfo
 
XmlLoadOptions - Class in com.groupdocs.conversion.options.load
Options for loading XML documents.
XmlLoadOptions() - Constructor for class com.groupdocs.conversion.options.load.XmlLoadOptions
Initializes new instance of XmlLoadOptions class.
Xps - Static variable in class com.groupdocs.conversion.filetypes.PdfFileType
An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft.
XpsDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains Xps document metadata
XpsDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.XpsDocumentInfo
 
XslFoDocumentInfo - Class in com.groupdocs.conversion.contracts.documentinfo
Contains XslFo document metadata
XslFoDocumentInfo(Document, FileType, long) - Constructor for class com.groupdocs.conversion.contracts.documentinfo.XslFoDocumentInfo
 

Y

YCbCr - Static variable in class com.groupdocs.conversion.options.convert.JpgColorModes
YCbCr image.
Ycck - Static variable in class com.groupdocs.conversion.options.convert.JpgColorModes
Ycck.

Z

ZipWithoutPrediction - Static variable in class com.groupdocs.conversion.options.convert.PsdCompressionMethods
ZipWithoutPrediction.
ZipWithPrediction - Static variable in class com.groupdocs.conversion.options.convert.PsdCompressionMethods
ZipWithPrediction.
A B C D E F G H I J L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2022. All rights reserved.