- CacheFileDescription - Class in com.groupdocs.conversion.domain
-
Properties of the cached file
- CacheFileDescription() - Constructor for class com.groupdocs.conversion.domain.CacheFileDescription
-
- Ccitt3 - Static variable in class com.groupdocs.conversion.converter.option.TiffOptions.TiffCompression
-
CCITT3 compression
- Ccitt4 - Static variable in class com.groupdocs.conversion.converter.option.TiffOptions.TiffCompression
-
CCITT4 compression
- CELLS - Static variable in class com.groupdocs.conversion.domain.ConversionType
-
Cells
- CellsConversionCompleteEventArgs - Class in com.groupdocs.conversion.handler
-
Provides data for Cells ConversionComplete event
- CellsConversionCompleteEventArgs() - Constructor for class com.groupdocs.conversion.handler.CellsConversionCompleteEventArgs
-
Default constructor
- CellsSaveOptions - Class in com.groupdocs.conversion.converter.option
-
Options for to Cells conversion
- CellsSaveOptions() - Constructor for class com.groupdocs.conversion.converter.option.CellsSaveOptions
-
Create CellsSaveOptions instance
- CellsSaveOptions.CellsFileType - Class in com.groupdocs.conversion.converter.option
-
Cells file types
- CMYK - Static variable in class com.groupdocs.conversion.converter.option.PsdOptions.ColorModes
-
CMYK
- com.groupdocs.conversion - package com.groupdocs.conversion
-
The scope for <b>GroupDocs.Conversion</b>
classes
- com.groupdocs.conversion.config - package com.groupdocs.conversion.config
-
The <b>GroupDocs.Conversion.Config</b>
namespace provides classes for customizing GroupDocs.Conversion behaviour
- com.groupdocs.conversion.converter.option - package com.groupdocs.conversion.converter.option
-
The <b>GroupDocs.Conversion.Converter.Option</b>
namespace provides classes for customizing specific conversion
- com.groupdocs.conversion.domain - package com.groupdocs.conversion.domain
-
The <b>GroupDocs.Conversion.Domain</b>
namespace provides common classes to operate with GroupDocs.Conversion
- com.groupdocs.conversion.handler - package com.groupdocs.conversion.handler
-
The <b>GroupDocs.Conversion.Handler</b>
namespace provides classes for performing actual conversion as well as exposes main interfaces for customizing loading, saving, caching behaviour of GroupDocs.Conversion
- com.groupdocs.conversion.handler.cache - package com.groupdocs.conversion.handler.cache
-
The <b>GroupDocs.Conversion.Handler.Cache</b>
namespace exposes interfaces which should be implemented to customize caching behaviour
- com.groupdocs.conversion.handler.input - package com.groupdocs.conversion.handler.input
-
The <b>GroupDocs.Conversion.Handler.Input</b>
namespace exposes interfaces which should be implemented to customize input/loading behaviour
- com.groupdocs.conversion.handler.output - package com.groupdocs.conversion.handler.output
-
The <b>GroupDocs.Conversion.Handler.Output</b>
namespace exposes interfaces which should be implemented to customize output/storing behaviour
- Completed - Static variable in class com.groupdocs.conversion.handler.ConversionStatus
-
Conversion completed
- ConversionComplete - Variable in class com.groupdocs.conversion.handler.ConversionHandler
-
- ConversionCompleteEventArgs - Class in com.groupdocs.conversion.handler
-
Provides data for ConversionComplete event
- ConversionCompleteEventArgs(int) - Constructor for class com.groupdocs.conversion.handler.ConversionCompleteEventArgs
-
Default constructor
- ConversionCompleteHandler - Class in com.groupdocs.conversion.handler
-
Represents a method which will handle ConversionComplete event
- ConversionCompleteHandler() - Constructor for class com.groupdocs.conversion.handler.ConversionCompleteHandler
-
- ConversionConfig - Class in com.groupdocs.conversion.config
-
Instantiate this class to set conversion configuration
- ConversionConfig() - Constructor for class com.groupdocs.conversion.config.ConversionConfig
-
Instantiate ConversionConfig class
- ConversionEventArgs - Class in com.groupdocs.conversion.handler
-
Base class for all events args
- ConversionEventArgs() - Constructor for class com.groupdocs.conversion.handler.ConversionEventArgs
-
- ConversionHandler - Class in com.groupdocs.conversion.handler
-
Create instance of ConversionHandler class to convert between different file
formats
- ConversionHandler(ConversionConfig) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default IInputDataHandler
,
IOutputDataHandler
and ICacheDataHandler
All files will
be loaded from local file system All cache items will be stored and
loaded from local data system
- ConversionHandler(ConversionConfig, IInputDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default
IOutputDataHandler
, ICacheDataHandler
and custom
IInputDataHandler
implementation
- ConversionHandler(ConversionConfig, ICacheDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default IInputDataHandler
,
IOutputDataHandler
and custom ICacheDataHandler
implementation
- ConversionHandler(ConversionConfig, IOutputDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default IInputDataHandler
,
ICacheDataHandler
and custom IOutputDataHandler
implementation
- ConversionHandler(ConversionConfig, IInputDataHandler, IOutputDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default ICacheDataHandler
and custom IInputDataHandler
, IOutputDataHandler
implementation
- ConversionHandler(ConversionConfig, IInputDataHandler, ICacheDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default IOutputDataHandler
and custom IInputDataHandler
, ICacheDataHandler
implementation
- ConversionHandler(ConversionConfig, IOutputDataHandler, ICacheDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with default IInputDataHandler
and custom IOutputDataHandler
, ICacheDataHandler
implementation
- ConversionHandler(ConversionConfig, IInputDataHandler, IOutputDataHandler, ICacheDataHandler) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
Instantiate the ConversionHandler with custom IInputDataHandler
,
IOutputDataHandler
and custom ICacheDataHandler
implementations
- ConversionHandler(ConversionConfig, IOutputDataHandler, ICacheDataHandler, IConverterFactory, IDocumentLoader) - Constructor for class com.groupdocs.conversion.handler.ConversionHandler
-
- ConversionProgress - Variable in class com.groupdocs.conversion.handler.ConversionHandler
-
- conversionProgressChanged(ConversionProgressEventArgs) - Method in interface com.groupdocs.conversion.handler.IConversionProgressListener
-
- ConversionProgressEventArgs - Class in com.groupdocs.conversion.handler
-
Provides data for ConversionProgress event
- ConversionProgressEventArgs() - Constructor for class com.groupdocs.conversion.handler.ConversionProgressEventArgs
-
- ConversionProgressHandler - Class in com.groupdocs.conversion.handler
-
Represents a method which will handle ConversionProgress event
- ConversionProgressHandler() - Constructor for class com.groupdocs.conversion.handler.ConversionProgressHandler
-
- ConversionStart - Variable in class com.groupdocs.conversion.handler.ConversionHandler
-
- ConversionStartEventArgs - Class in com.groupdocs.conversion.handler
-
Provides data for ConversionStart event
- ConversionStartEventArgs() - Constructor for class com.groupdocs.conversion.handler.ConversionStartEventArgs
-
- ConversionStartHandler - Class in com.groupdocs.conversion.handler
-
Represents a method which will handle ConversionStart event
- ConversionStartHandler() - Constructor for class com.groupdocs.conversion.handler.ConversionStartHandler
-
- ConversionStatus - Class in com.groupdocs.conversion.handler
-
Possible states of conversion process
- conversionStatusChanged(ConversionEventArgs) - Method in interface com.groupdocs.conversion.handler.IConversionStatusListener
-
- ConversionType - Class in com.groupdocs.conversion.domain
-
Enum for setting conversion type
- convert(InputStream, String, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert(InputStream, String, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert(InputStream, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert(InputStream, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert(String, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the file specified by the guid
- convert(String, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the file specified by the guid
- convert_Rename_Namesake(String, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the file specified by the guid
- convert_Rename_Namesake(String, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the file specified by the guid
- convert_Rename_Namesake(InputStream, String, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert_Rename_Namesake(InputStream, String, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- convert_Rename_Namesake(InputStream, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Deprecated.
- convert_Rename_Namesake(InputStream, LoadOptions, SaveOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converts the content of the stream
- CSV - Static variable in class com.groupdocs.conversion.converter.option.CellsSaveOptions.CellsFileType
-
Csv
- getBaseName() - Method in class com.groupdocs.conversion.domain.FileDescription
-
File name without extension
- getCacheDataHandler() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Cache data handler
- getCachePath() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the Conversion cache path
- getCacheTimeOut() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Cache timeout in minutes.
- getCacheUri(CacheFileDescription) - Method in interface com.groupdocs.conversion.handler.cache.ICacheDataHandler
-
- getCadOptions() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
CAD specific convert options
- getChannelBitsCount() - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Bits count per color channel
- getChannelsCount() - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Color channels count
- getColor() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark font color
- getColorInternal() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
- getColorMode() - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd color mode
- getCompression() - Method in class com.groupdocs.conversion.converter.option.TiffOptions
-
Set Tiff compression
- getCompressionMethod() - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd compression method
- getConfig() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Conversion config
- getConversionGuid() - Method in class com.groupdocs.conversion.handler.ConversionEventArgs
-
Represents unique identifier of a conversion
- getConversionType() - Method in class com.groupdocs.conversion.handler.ConversionCompleteEventArgs
-
Type of conversion
- getConverterFactory() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Converter factory
- getConvertFileType() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_CellsSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.CellsSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_HtmlSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_ImageSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_PdfSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_SlidesSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileType_WordsSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
The desired file type to which the input document should be converted to
- getConvertFileTypeExtension() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Returns the converted file extension
- getConvertPages() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Convert specific pages.
- getCustomName() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If set it will be used as a name of the cached file
- getDefaultFont() - Method in class com.groupdocs.conversion.converter.option.SlidesLoadOptions
-
Default font for rendering the presentation.
- getDocumentInfo(InputStream, LoadOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns information for provided document
- getDocumentInfo(InputStream) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns information for provided document
- getDocumentInfo(String, LoadOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns information for provided document
- getDocumentInfo(String) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns information for provided document
- getDocumentLoader() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Document loader
- getDocumentPagesCount(String) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns pages count of the provided document
- getDocumentPagesCount(String, LoadOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns pages count of the provided document
- getDocumentPagesCount(InputStream, LoadOptions) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns pages count of the provided document
- getDocumentPagesCount(InputStream) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns pages count of the provided document
- getDocumentType(InputStream) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Detects the document type from a stream
- getDpi() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page DPI after conversion.
- getDpi() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page DPI after conversion.
- getExtension() - Method in class com.groupdocs.conversion.domain.FileDescription
-
File extension
- getFile(String) - Method in interface com.groupdocs.conversion.handler.input.IInputDataHandler
-
- getFileDescription(String) - Method in interface com.groupdocs.conversion.handler.input.IInputDataHandler
-
- getFileInternal(String) - Method in interface com.groupdocs.conversion.handler.input.IInputDataHandler
-
- getFileNameInFolderOfAssembly(String, Assembly) - Static method in class com.groupdocs.conversion.License
-
Gets the file name in folder of assembly.
- getFixedLayout() - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
If true fixed layout will be used e.g.
- getFont() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark font name
- getFontDirectories() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
- getFontInternal() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
- getFoundationHandler() - Static method in class com.groupdocs.conversion.handler.ConversionHandler
-
Foundation handler
- getGrayscale() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Convert to grayscale image
- getGuid() - Method in class com.groupdocs.conversion.domain.FileDescription
-
File guid
- getHeight() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image height after conversion
- getHeight() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page height in pixels after conversion
- getHeight() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark height
- getHeight() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page height after conversion
- getHideComments() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide comments during conversion if the source format support comments
- getHidePdfAnnotations() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide comments in Word documents
- getHideWordComments() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Deprecated.
- getHideWordTrackedChanges() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide markup and track changes for Word documents
- getHorizontalResolution() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image horizontal resolution after conversion.
- getImageCount() - Method in class com.groupdocs.conversion.handler.ImageConversionCompleteEventArgs
-
Total image count
- getInputStream(CacheFileDescription) - Method in interface com.groupdocs.conversion.handler.cache.ICacheDataHandler
-
- getInputStreamInternal(CacheFileDescription) - Method in interface com.groupdocs.conversion.handler.cache.ICacheDataHandler
-
- getJpegQuality() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image quality when converting to Jpeg.
- getLastModified() - Method in class com.groupdocs.conversion.domain.FileDescription
-
Last modified
- getLeft() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark left position
- getLocalesPath() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
- getLossless() - Method in class com.groupdocs.conversion.converter.option.WebpOptions
-
Indicates if the compression of the converted file will be lossless
- getMarginBottom() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page bottom margin in pixels after conversion
- getMarginLeft() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page left margin in pixels after conversion
- getMarginRight() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page right margin in pixels after conversion
- getMarginTop() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page top margin in pixels after conversion
- getName() - Method in class com.groupdocs.conversion.domain.FileDescription
-
File name
- getNumPagesToConvert() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Number of pages to convert
- getOutputDataHandler() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Output data handler
- getOutputPath() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the conversion output path
- getOutputSaveStream(CacheFileDescription) - Method in interface com.groupdocs.conversion.handler.cache.ICacheDataHandler
-
- getOutputSaveStreamInternal(CacheFileDescription) - Method in interface com.groupdocs.conversion.handler.cache.ICacheDataHandler
-
- getOutputType() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Result type of the conversion - String or Stream default: Stream
- getPageCount() - Method in class com.groupdocs.conversion.handler.PdfConversionCompleteEventArgs
-
Total pages count in converted document
- getPageCount() - Method in class com.groupdocs.conversion.handler.WordsConversionCompleteEventArgs
-
Total pages count in converted document
- getPageMode() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If true the conversion result will be set of streams/files for each page
If false only one stream/file will be returned Default: false
- getPageNumber() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Start conversion from PageNumber
page
- getPassword() - Method in class com.groupdocs.conversion.converter.option.CellsSaveOptions
-
Set this property if you want to protect the converted document with a
password
- getPassword() - Method in class com.groupdocs.conversion.converter.option.LoadOptions
-
Set password to unprotect protected document
- getPassword() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Set this property if you want to protect the converted document with a
password
- getPassword() - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
Set this property if you want to protect the converted document with a
password
- getPassword() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Set this property if you want to protect the converted document with a
password
- getPath() - Method in class com.groupdocs.conversion.domain.FileDescription
-
- getPdfOptions() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Pdf specific convert options
- getPossibleConversions() - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Return all possible conversions
- getPossibleConversions(String) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Return all possible conversions for provided source document type
- getPossibleConversions(InputStream) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Return all possible conversions for provided source document type
- getProgress() - Method in class com.groupdocs.conversion.handler.ConversionProgressEventArgs
-
overall conversion progress in percents
- getPsdOptions() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Psd specific convert options
- getRemoveSlidesComments() - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
Deprecated.
- getRotationAngle() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark rotation angle
- getRtfOptions() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
RTF specific convert options
- getSaveOptions() - Method in class com.groupdocs.conversion.domain.CacheFileDescription
-
Conversion options
- getSaveOptions(String) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns all possible SaveOptions for provided source document type
- getSaveOptions(InputStream) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Returns all possible SaveOptions for provided source document type
- getSaveOptionsType() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Shows for which output document type are the options
- getSheetCount() - Method in class com.groupdocs.conversion.handler.CellsConversionCompleteEventArgs
-
Total sheets count in converted document
- getShowGridLines() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Show grid lines when converting Excel files
- getShowHiddenSheets() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Show hidden sheets when converting Excel files
- getSize() - Method in class com.groupdocs.conversion.domain.FileDescription
-
File size
- getSlideCount() - Method in class com.groupdocs.conversion.handler.SlidesConversionCompleteEventArgs
-
Total slides count in converted document
- getStatus() - Method in class com.groupdocs.conversion.handler.ConversionEventArgs
-
Indicates current conversion state
- getStoragePath() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the conversion storage path
- getText() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark text
- getTiffOptions() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Tiff specific convert options
- getTop() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark top position
- getTransparency() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark transparency.
- getUseCache() - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Set either the cache should be used or not
- getUsedCache() - Method in class com.groupdocs.conversion.handler.ConversionCompleteEventArgs
-
True it the result is returned from cache
- getUsePdf() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- getUsePdf_HtmlSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- getUsePdf_ImageSaveOptions_New() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- getUseWidthForCustomName() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
If true
the width of the page will be added to the CustomName
when generating the caching file name.
- getVersion() - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd file version
- getVerticalResolution() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image vertical resolution after conversion.
- getWatermarkOptions() - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Watermark specific options
- getWebpOptions() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Webp specific convert options
- getWidth() - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image width after conversion
- getWidth() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page width in pixels after conversion
- getWidth() - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark width
- getWidth() - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page width after conversion
- getWordBookmarks() - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
If the input document is Word the conversion will handle the word
bookmarks regarding this option.
- getZoom() - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
Specifies the zoom level in percentage.
- GIF - Static variable in class com.groupdocs.conversion.converter.option.ImageSaveOptions.ImageFileType
-
Gif
- GRAYSCALE - Static variable in class com.groupdocs.conversion.converter.option.PsdOptions.ColorModes
-
Grayscale
- saveFile(FileDescription, InputStream, SaveOptions) - Method in interface com.groupdocs.conversion.handler.output.IOutputDataHandler
-
Deprecated.
- saveFile(String, InputStream) - Method in interface com.groupdocs.conversion.handler.output.IOutputDataHandler
-
- saveFileInternal(FileDescription, Stream, SaveOptions) - Method in interface com.groupdocs.conversion.handler.output.IOutputDataHandler
-
- saveFileInternal(String, Stream) - Method in interface com.groupdocs.conversion.handler.output.IOutputDataHandler
-
- SaveOptions - Class in com.groupdocs.conversion.converter.option
-
General conversion options class
- SaveOptions(int) - Constructor for class com.groupdocs.conversion.converter.option.SaveOptions
-
Create SaveOptions instance
- setCachePath(String) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the Conversion cache path
- setCacheTimeOut(int) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Cache timeout in minutes.
- setCadOptions(CadOptions) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
CAD specific convert options
- setChannelBitsCount(short) - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Bits count per color channel
- setChannelsCount(short) - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Color channels count
- setColor(Color) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark font color
- setColorMode(int) - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd color mode
- setCompression(int) - Method in class com.groupdocs.conversion.converter.option.TiffOptions
-
Set Tiff compression
- setCompressionMethod(int) - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd compression method
- setConversionGuid(String) - Method in class com.groupdocs.conversion.handler.ConversionEventArgs
-
Represents unique identifier of a conversion
- setConversionProgressListener(IConversionProgressListener) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Set conversion progress listener
- setConversionStatusListener(IConversionStatusListener) - Method in class com.groupdocs.conversion.handler.ConversionHandler
-
Set conversion status listener
- setConvertFileType(FileType) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_CellsSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.CellsSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_HtmlSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_ImageSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_PdfSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_SlidesSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertFileType_WordsSaveOptions_New(FileType) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
The desired file type to which the input document should be converted to
- setConvertPages(List<Integer>) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Convert specific pages.
- setCustomName(String) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If set it will be used as a name of the cached file
- setDefaultFont(String) - Method in class com.groupdocs.conversion.converter.option.SlidesLoadOptions
-
Default font for rendering the presentation.
- setDpi(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image DPI after conversion.
- setDpi(double) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page DPI after conversion.
- setDpi(double) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page DPI after conversion.
- setFixedLayout(boolean) - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
If true fixed layout will be used e.g.
- setFont(Font) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark font name
- setGrayscale(boolean) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Convert to grayscale image
- setGuid(String) - Method in class com.groupdocs.conversion.domain.FileDescription
-
File guid
- setHeight(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image height after conversion
- setHeight(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page height in pixels after conversion
- setHeight(int) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark height
- setHeight(int) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page height after conversion
- setHideComments(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide comments during conversion if the source format support comments
- setHidePdfAnnotations(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide annotations in Pdf documents
- setHideWordComments(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Deprecated.
- setHideWordTrackedChanges(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Hide markup and track changes for Word documents
- setHorizontalResolution(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image horizontal resolution after conversion.
- setImageCount(int) - Method in class com.groupdocs.conversion.handler.ImageConversionCompleteEventArgs
-
Total image count
- setJpegQuality(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image quality when converting to Jpeg.
- setLastModified(long) - Method in class com.groupdocs.conversion.domain.FileDescription
-
Last modified
- setLeft(int) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark left position
- setLicense(InputStream) - Method in class com.groupdocs.conversion.License
-
Sets the license.
- setLicense(String) - Method in class com.groupdocs.conversion.License
-
Sets the license.
- setLocalesPath(String) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the location of the Locale files default: the same path where
the conversion assembly is located
- setLossless(boolean) - Method in class com.groupdocs.conversion.converter.option.WebpOptions
-
Indicates if the compression of the converted file will be lossless
- setMarginBottom(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page bottom margin in pixels after conversion
- setMarginLeft(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page left margin in pixels after conversion
- setMarginRight(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page right margin in pixels after conversion
- setMarginTop(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page top margin in pixels after conversion
- setName(String) - Method in class com.groupdocs.conversion.domain.FileDescription
-
File name
- setNumPagesToConvert(int) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Number of pages to convert
- setOutputPath(String) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the conversion output path
- setOutputType(int) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Result type of the conversion - String or Stream default: Stream
- setPageCount(int) - Method in class com.groupdocs.conversion.handler.PdfConversionCompleteEventArgs
-
Total pages count in converted document
- setPageCount(int) - Method in class com.groupdocs.conversion.handler.WordsConversionCompleteEventArgs
-
Total pages count in converted document
- setPageMode(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If true the conversion result will be set of streams/files for each page
If false only one stream/file will be returned Default: false
- setPageNumber(int) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Start conversion from PageNumber
page
- setPassword(String) - Method in class com.groupdocs.conversion.converter.option.CellsSaveOptions
-
Set this property if you want to protect the converted document with a
password
- setPassword(String) - Method in class com.groupdocs.conversion.converter.option.LoadOptions
-
Set password to unprotect protected document
- setPassword(String) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Set this property if you want to protect the converted document with a
password
- setPassword(String) - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
Set this property if you want to protect the converted document with a
password
- setPassword(String) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Set this property if you want to protect the converted document with a
password
- setPath(String) - Method in class com.groupdocs.conversion.domain.FileDescription
-
- setPdfOptions(PdfOptions) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Pdf specific convert options
- setProgress(byte) - Method in class com.groupdocs.conversion.handler.ConversionProgressEventArgs
-
overall conversion progress in percents
- setPsdOptions(PsdOptions) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Psd specific convert options
- setRemoveSlidesComments(boolean) - Method in class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
Deprecated.
- setRotationAngle(int) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark rotation angle
- setRtfOptions(RtfOptions) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
RTF specific convert options
- setSaveOptions(SaveOptions) - Method in class com.groupdocs.conversion.domain.CacheFileDescription
-
Conversion options
- setSheetCount(int) - Method in class com.groupdocs.conversion.handler.CellsConversionCompleteEventArgs
-
Total sheets count in converted document
- setShowGridLines(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Show grid lines when converting Excel files
- setShowHiddenSheets(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Show hidden sheets when converting Excel files
- setSize(long) - Method in class com.groupdocs.conversion.domain.FileDescription
-
File size
- setSlideCount(int) - Method in class com.groupdocs.conversion.handler.SlidesConversionCompleteEventArgs
-
Total slides count in converted document
- setStatus(int) - Method in class com.groupdocs.conversion.handler.ConversionEventArgs
-
Indicates current conversion state
- setStoragePath(String) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Get or Set the conversion storage path
- setTiffOptions(TiffOptions) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Tiff specific convert options
- setTop(int) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark top position
- setTransparency(double) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark transparency.
- setUseCache(boolean) - Method in class com.groupdocs.conversion.config.ConversionConfig
-
Set either the cache should be used or not
- setUsedCache(boolean) - Method in class com.groupdocs.conversion.handler.ConversionCompleteEventArgs
-
True it the result is returned from cache
- setUsePdf(boolean) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- setUsePdf_HtmlSaveOptions_New(boolean) - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- setUsePdf_ImageSaveOptions_New(boolean) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
If true
, the input firstly is converted to PDF and after that to
desired format
- setUseWidthForCustomName(boolean) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
If true
the width of the page will be added to the CustomName
when generating the caching file name.
- setVersion(int) - Method in class com.groupdocs.conversion.converter.option.PsdOptions
-
Psd file version
- setVerticalResolution(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image vertical resolution after conversion.
- setWatermarkOptions(WatermarkOptions) - Method in class com.groupdocs.conversion.converter.option.SaveOptions
-
Watermark specific options
- setWebpOptions(WebpOptions) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Webp specific convert options
- setWidth(int) - Method in class com.groupdocs.conversion.converter.option.ImageSaveOptions
-
Desired image width after conversion
- setWidth(int) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
Desired page width in pixels after conversion
- setWidth(int) - Method in class com.groupdocs.conversion.converter.option.WatermarkOptions
-
Watermark width
- setWidth(int) - Method in class com.groupdocs.conversion.converter.option.WordsSaveOptions
-
Desired page width after conversion
- setWordBookmarks(String) - Method in class com.groupdocs.conversion.converter.option.PdfSaveOptions
-
If the input document is Word the conversion will handle the word
bookmarks regarding this option.
- setZoom(int) - Method in class com.groupdocs.conversion.converter.option.HtmlSaveOptions
-
Specifies the zoom level in percentage.
- SLIDES - Static variable in class com.groupdocs.conversion.domain.ConversionType
-
Slides
- SlidesConversionCompleteEventArgs - Class in com.groupdocs.conversion.handler
-
Provides data for Slides ConversionComplete event
- SlidesConversionCompleteEventArgs() - Constructor for class com.groupdocs.conversion.handler.SlidesConversionCompleteEventArgs
-
Default constructor
- SlidesLoadOptions - Class in com.groupdocs.conversion.converter.option
-
Slide document load options
- SlidesLoadOptions() - Constructor for class com.groupdocs.conversion.converter.option.SlidesLoadOptions
-
- SlidesSaveOptions - Class in com.groupdocs.conversion.converter.option
-
Options for to Slides conversion
- SlidesSaveOptions() - Constructor for class com.groupdocs.conversion.converter.option.SlidesSaveOptions
-
Create SlidesSaveOptions instance
- SlidesSaveOptions.SlidesFileType - Class in com.groupdocs.conversion.converter.option
-
Slides file types
- Started - Static variable in class com.groupdocs.conversion.handler.ConversionStatus
-
Conversion have been just started
- SVG - Static variable in class com.groupdocs.conversion.converter.option.ImageSaveOptions.ImageFileType
-
Svg