Hi, I am new to Docx4j and I am trying to retreive information of shapes from docx file. I have a question about shapes, is there a preset shapes definitions for docx4j?
I have seen this http://svn.apache.org/repos/asf/openoffice/trunk/main/oox/source/export/presetShapeDefinitions.xml and have seen the same file being used on apache poi.
That implementation used that same file to retreive the guides, handles and commands automatically. Does docx4j have that shapeDefinitions concept?