Represents a column break in a WordprocessingML document.
A column break forces text to continue at the beginning of the next column.
Reference: http://officeopenxml.com/WPtextSpecialContent-break.php
new Paragraph({ children: [new ColumnBreak()],}); Copy
new Paragraph({ children: [new ColumnBreak()],});
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents a column break in a WordprocessingML document.
A column break forces text to continue at the beginning of the next column.
Reference: http://officeopenxml.com/WPtextSpecialContent-break.php
Example