com.groupdocs.annotation.options.export

Class SaveOptions



  • public class SaveOptions
    extends Object

    Allows to specify additional options (such as password) when saving annotated document.

    • Constructor Detail

      • SaveOptions

        public SaveOptions()
    • Method Detail

      • getAnnotationTypes

        public final int getAnnotationTypes()

        Defines what annotations will be in resultant document.

        Returns:
      • getFirstPage

        public final int getFirstPage()

        First page number when saving page range.

        Returns:
      • getLastPage

        public final int getLastPage()

        Last page number when saving page range.

        Returns:
      • getOnlyAnnotatedPages

        public final boolean getOnlyAnnotatedPages()

        Indicates whether to save only annotated pages or not;.

        Returns:
      • getVersion

        public final Object getVersion()

        Version Key that will be used to access current version

        Returns:
      • setAnnotationTypes

        public final void setAnnotationTypes(int value)

        Defines what annotations will be in resultant document.

        Parameters:
        value -
      • setFirstPage

        public final void setFirstPage(int value)

        First page number when saving page range.

        Parameters:
        value -
      • setLastPage

        public final void setLastPage(int value)

        Last page number when saving page range.

        Parameters:
        value -
      • setOnlyAnnotatedPages

        public final void setOnlyAnnotatedPages(boolean value)

        Indicates whether to save only annotated pages or not;.

        Parameters:
        value -
      • setVersion

        public final void setVersion(Object value)

        Version Key that will be used to access current version

        Parameters:
        value -