Hello all, I am analyzing ODTToolkit in order to replace Aspose in a project to generate .odt files, and I have some doubts.
1- Is there a final distribution that is ready to use on production projects? I downloaded all available... there are ones with incubating code, some incomplete, and some with all dependencies needed. 2- On OpenOffice, we are able to write a text, open Character properties and apply a border around it and apply zero padding. And we can see the border and padding applied to the text-properties in the content.xml: <style:text-properties loext:shadow="none" loext:border="0.06pt solid #000000" loext:padding="0in" officeooo:paragraph-rsid="00129e44" officeooo:rsid="00129e44"/> But I could not find a way to apply border and padding using the Text related classes, but only the Paragraph ones, and even using margin and other stuffs it is hard to get the same result. Is there a way to have the border and padding applied to a text with ODFdom or SimpleODF APIs? 3- In case I have a left-aligned text, is it possible to get the position of first character of it, so that I can set the Indent (First Line or Before Text at OpenOffice). Thanks for any help in advance. Emerson Roman
