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

            Bug ID: 67735
           Summary: Support for complex scripts in XWPFRun
           Product: POI
           Version: 5.2.2-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: XWPF
          Assignee: dev@poi.apache.org
          Reporter: moalhad...@gmail.com
  Target Milestone: ---

In XWPFRun, there are some properties that must be explicitly set for complex
scripts. Mainly:
- Font Size.
- Bold.
- Italic.

If the text within the run is considered a complex script then the regular
setter and getters for these properties won't work, because under OOXML
specification they must be implemented in their own. See ECMA OOXML Part 1,
sections:
- 17.3.2.2
- 17.3.2.17
- 17.3.2.38
- 17.3.2.39

For example, if i have a run with arabic text within and i try to set the font
with the current setFontSize method, then the output run would not have the
font size affected, since the current implementation is for non-complex scripts
only.

This is an enhancement while maintaining the current interfaces to behave the
same as before while extending the functionality.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to