Discover the ControlChar FieldStartChar for MS Word. Easily manage field characters and enhance your document formatting with precision!... AreEqual ( 2 , doc . FirstSection . Body ....PageSetup . TextColumns . SetCount ( 2 ); // We can use a control character...
Discover the ControlChar ColumnBreak field, streamline your document layout with the x000e end-Of-column character for enhanced formatting control.... AreEqual ( 2 , doc . FirstSection . Body ....PageSetup . TextColumns . SetCount ( 2 ); // We can use a control character...
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...
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...
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...
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...
ChartSeriesGroup.secondSectionSize property. Gets or sets the size Of the pie chart secondary section as a percentage....= [ "Category 1" , "Category 2" , "Category 3" , "Category 4"...
Aspose::Words::ControlChar::ColumnBreakChar field. End Of column character: (char)14 in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...