com.groupdocs.conversion.options.load

Class NoteLoadOptions

    • Constructor Detail

      • NoteLoadOptions

        public NoteLoadOptions()

        Initializes new instance of NoteLoadOptions class.

    • Method Detail

      • getDefaultFont

        public final String getDefaultFont()

        Default font for Note document. The following font will be used if a font is missing.

      • setDefaultFont

        public final void setDefaultFont(String value)

        Default font for Note document. The following font will be used if a font is missing. An absolute path to font file must be provided.

      • getFontSubstitutes

        public final List<FontSubstitute> getFontSubstitutes()

        Substitute specific fonts when converting Note document.

      • setFontSubstitutes

        public final void setFontSubstitutes(List<FontSubstitute> value)

        Substitute specific fonts when converting Note document.

      • getPassword

        public final String getPassword()

        Set password to unprotect protected document.

      • setPassword

        public final void setPassword(String value)

        Set password to unprotect protected document.