CellSelection.replaceWith does not honor formatting of a replaced text
----------------------------------------------------------------------
Key: ODFTOOLKIT-314
URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-314
Project: ODF Toolkit
Issue Type: Bug
Components: simple api
Reporter: Oliver Rau
Assignee: Devin Han
The CellSelection.replaceWith method does not honor any formatting that is done
within spans that are part of the paragraph within the cell, e.g.:
<table:table-cell office:value-type="string" table:style-name="H1">
<text:p text:style-name="P1">SomeText (<text:span
text:style-name="T1">%replace_me%</text:span>)</text:p>
</table:table-cell>
will result in
<table:table-cell office:string-value="SomeText (replacement)"
office:value-type="string" table:style-name="H1">
<text:p text:style-name="P1">SomeText (replacement)</text:p>
</table:table-cell>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira