com.groupdocs.conversion.options.convert

Class WordProcessingConvertOptions

    • Constructor Detail

    • Method Detail

      • getWidth

        public final int getWidth()

        Desired page width after conversion.

      • setWidth

        public final void setWidth(int value)

        Desired page width after conversion.

      • getHeight

        public final int getHeight()

        Desired page height after conversion.

      • setHeight

        public final void setHeight(int value)

        Desired page height after conversion.

      • getDpi

        public final double getDpi()

        Desired page DPI after conversion. The default resolution is: 96 dpi.

      • setDpi

        public final void setDpi(double value)

        Desired page DPI after conversion. The default resolution is: 96 dpi.

      • getPassword

        public final String getPassword()

        Set this property if you want to protect the converted document with a password.

      • setPassword

        public final void setPassword(String value)

        Set this property if you want to protect the converted document with a password.

      • getRtfOptions

        public final RtfOptions getRtfOptions()

        RTF specific convert options

      • setRtfOptions

        public final void setRtfOptions(RtfOptions value)

        RTF specific convert options

      • getZoom

        public final int getZoom()

        Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.

      • setZoom

        public final void setZoom(int value)

        Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.