ControlChar.PAGE_BREAK_CHAR property. Page break character: (char)12 or \f.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...
ControlChar.PARAGRAPH_BREAK_CHAR property. End of paragraph character: (char)13 or \r.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...
ControlChar.LINE_BREAK property. Line break character: \x000b or \v.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...
ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...