ControlChar.CELL_CHAR property. End Of a table cell or end Of a table row character: (char)7 or \a.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...
ControlChar.CELL property. End Of a table cell or end Of a table row character: \x0007 or \a.... assertEqual ( 2 , doc . first_section . body .... text_columns . set_count ( 2 ) # We can use a control character...
ControlChar.COLUMN_BREAK property. End Of column character: \x000e.... 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...
FieldIndex.number_Of_columns property. Gets or sets the number Of columns per page used when building the index....span over 2 columns. index . number_of_columns = '2' # Set any...' INDEX \\ z 1033 \\ h A \\ c 2 \\ p a-c' , index . get_field_code...
ControlChar.PARAGRAPH_BREAK property. End Of paragraph character: \x000d or \r... 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...