|
I think that a know what this query have as answer the silence only...
It turned out, that formatting in ODF spreadsheets - extremely difficult task.
And even OODoc cannot be able to do this easily.
Problem gone mutate:
The question: How to create a syntethic (with cell, paragraph and text properties) style like that?:
<style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default">
<style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" />
<style:paragraph-properties fo:text-align="end" />
<style:text-properties fo:color="#ff3366" />
</style:style>
The second question: How to order style to be as default cell-style for column?:
<table:table-column table:style-name="co1" table:default-cell-style-name="ce1" />
OODoc pods dont clear these aspects.
|