com.groupdocs.conversion.options.convert

Class ConvertOptions<TFileType extends FileType>

    • Method Detail

      • getFormat

        public FileType getFormat()
        Gets the desired file type the input document should be converted to.
        Specified by:
        getFormat in interface IConvertOptions
        Returns:
        The desired file type the input document should be converted to.
      • setFormat

        public void setFormat(FileType value)

        The desired file type the input document should be converted to.

        Specified by:
        setFormat in interface IConvertOptions
        Parameters:
        value - file type
      • deepClone

        public final Object deepClone()

        Clones current options instance.

        Returns:
      • getFormat_ConvertOptions_New

        public final TFileType getFormat_ConvertOptions_New()

        The desired file type the input document should be converted to.

      • setFormat_ConvertOptions_New

        public final void setFormat_ConvertOptions_New(TFileType value)

        The desired file type the input document should be converted to.