This is related to #66
Since all my questions are in a table, the following would work for me (to ensure that a question is not split accross multiple pages)
- adding a cantSplit (bool) property to DocxTableRow: (translates to <w:cantSplit/>)
- adding a keepNext (bool) property to DocsParagraph: (translates to <w:keepNext w:val="true"/>)
Is it possible to add these?
Thanks in advance,
Marc
This is related to #66
Since all my questions are in a table, the following would work for me (to ensure that a question is not split accross multiple pages)
Is it possible to add these?
Thanks in advance,
Marc