I'am trying to get the "style:text-properties" properties from an *.odt file.
How can I do it? The methods getStyleAttributes and styleProperties can't do it...
Considering the following:
<style:style style:name="P3" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties fo:color="#000000" style:font-name="Palatino Linotype" fo:font-size="18pt" f
+o:font-weight="bold" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-size-c
+omplex="18pt"/>
</style:style>
both method returns only the "style:paragraph-properties" informations:
style:justify-single-word="false"
fo:text-align="center"