https://bz.apache.org/bugzilla/show_bug.cgi?id=58993

            Bug ID: 58993
           Summary: failed to extract the correct paragraph direction for
                    docx documents
           Product: POI
           Version: 3.13-FINAL
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 33546
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33546&action=edit
docx document contains RTL content

I use "paragraph.getCTP != null && paragraph.getCTP.isSetPPr &&
paragraph.getCTP.getPPr.isSetBidi" to get the directional information for
paragraphs. When HWPFDocument reads Arabic/Hebrew documents, I would expect
that isSetBidi returns TRUE for the RTL paragraphs. However, it returns FALSE
that represents "LTR" direction.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to