Dolan

Results 153 comments of Dolan

At the moment no, sorry! Is this the docGrid? https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_docGrid_topic_ID0EHU5S.html

No not possible at the moment Currently TOC support is very basic Feel free to make a PR to improve!

I cant find any documentation on this: http://officeopenxml.com/drwPic-tile.php

Closing due to inactivity

Ok, I will take a look into whats needed to be done

The feature is now complete, and is in this PR: https://github.com/dolanmiu/docx/pull/1741

What does Microsoft Word produce? I believe it uses framePr too If so, then surely documents created by Microsoft Word would also work in google docs?

I always thought that text frames and text boxes were synonymous with each other This is the only documentation I could find: http://officeopenxml.com/WPparagraph-textFrames.php It doesn't have a section about text...

Yeah as of now, docx has limited support for DrawingML If this is to be done, it should be a `new Shape({ type: ShapeType.BOX })`, or something similar, to account...