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

            Bug ID: 59208
           Summary: bold xml value of "1" treated as false
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]

From
http://stackoverflow.com/questions/35583073/is-using-1-instead-of-true-in-a-docs-file-valid

DOCX files generated by Google Docs use <w:b w:val="1"/> to represent a run of
bold text. In POI 3.14, run.isBold() incorrectly returns false in the above
scenario.

Per the OOXML schema, valid True values for bold are "true", "on", and "1", and
valid False values for bold are "false", "off", and "0".

-- 
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