Open
Description
Please implement a feature that adds a vertical line between two columns in the Word document generated by the system, similar to the provided example image. This line should serve as a visual separator between the content of the columns. The line should:
- Be correctly aligned between the columns.
- Have customizable styling (e.g., thickness, color, length).
- Remain consistent across all pages of the document.
- Be adaptable to varying numbers of columns (colsNum), and properly adjust its position to maintain balance between multiple columns.
- This feature is important for better readability and clear separation of content in documents with multiple columns.