Class ParaPropConfiguration

    • Constructor Detail

      • ParaPropConfiguration

        public ParaPropConfiguration()
    • Method Detail

      • setConvertAlignment

        public void setConvertAlignment​(boolean newValue)
        Set this property to false in order to disable paragraph alignment conversion.
        Parameters:
        newValue - the new convertAlignment value
        Since:
        6.6
        See Also:
        isConvertAlignment()
        Default value:
        true
      • setConvertIndent

        public void setConvertIndent​(boolean newValue)
        Set this property to true to enable conversion of indents.
        Parameters:
        newValue - The new convertIndent value
        See Also:
        isConvertIndent()
        Default value:
        false
        Note:
        The right indent in the output document is relative to the browser window, if you change the browser window size, the text area will adjust its size.
      • setConvertParagraphMargins

        public void setConvertParagraphMargins​(boolean newValue)
        Set this property to true to enable conversion of paragraph margins.
        Parameters:
        newValue - The new convertParagraphMargins value
        See Also:
        isConvertParagraphMargins()
        Default value:
        true
      • isConvertAlignment

        public boolean isConvertAlignment()
      • isConvertIndent

        public boolean isConvertIndent()
      • isConvertParagraphMargins

        public boolean isConvertParagraphMargins()