ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21.... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
ControlChar.COLUMN_BREAK property. End of column character: \x000e.... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
ControlChar.LINE_BREAK property. Line break character: \x000b or \v.... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
ControlChar.PARAGRAPH_BREAK property. End of paragraph character: \x000d or \r... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
ControlChar.PARAGRAPH_BREAK_CHAR property. End of paragraph character: (char)13 or \r.... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
ControlChar.LINE_FEED_CHAR property. Line feed character: (char)10 or \n.... SECTION_BREAK ) # Insert a new section, and then set...current_section . page_setup . text_columns . set_count ( 2 ) #...
Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature...." ); // Insert a comment to point out an error...FirstParagraph . Runs [ 0 ]. Text = "Hello world!" ; comment ...
Comment.done property. Gets or sets flag indicating that the comment has been marked done...." ); // Insert a comment to point out an error...firstParagraph . runs . at ( 0 ). text = "Hello world!" ; comment ...