com.groupdocs.merger.domain.options.interfaces

Interface ILoadOptions

  • All Superinterfaces:
    IOptions
    All Known Implementing Classes:
    LoadOptions


    public interface ILoadOptions
    extends IOptions

    Interface for the document loading options.

    • Method Detail

      • getExtension

        String getExtension()

        The extension of the file to open.

      • getPassword

        String getPassword()

        The password for opening password-protected file.

      • getType

        FileType getType()

        The type of the file to open.