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

--- Comment #1 from Mark Murphy <[email protected]> ---
This works and you can stick with the schema rather than dealing with cursors.

    XWPFParagraph p;

    ...

    CTP ctP = p.getCTP();
    CTSimpleField field = ctP.addNewFldSimple();
    field.setInstr("PAGE");

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