Interface DocxReportConfiguration

    • Method Detail

      • isFramesAsNestedTables

        java.lang.Boolean isFramesAsNestedTables()
        Indicates whether frames are to be exported as nested tables.

        If set to false, the frame contents will be integrated into the master/page table.

        See Also:
        PROPERTY_FRAMES_AS_NESTED_TABLES
      • isFlexibleRowHeight

        java.lang.Boolean isFlexibleRowHeight()
        Indicates whether table rows can grow if more text is added into cells.

        If set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.

        See Also:
        PROPERTY_FLEXIBLE_ROW_HEIGHT
      • isNewLineAsParagraph

        java.lang.Boolean isNewLineAsParagraph()
        Indicates whether the newline element present in a justified paragraph introduces a new justified paragraph.

        If set to true, the text line before the new paragraph will lose the justified alignment.

        See Also:
        PROPERTY_NEW_LINE_AS_PARAGRAPH