ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a.... This does not make a new section or paragraph....
Aspose::Words::ControlChar::Lf method. Line feed character: "\x000a" or "\n". Same as LineFeed in C++.... This does not make a new section or paragraph....
Aspose::Words::ControlChar::DefaultTextInputChar field. This is the "o" character used as a default value in text input form fields in C++.... This does not make a new section or paragraph....
Aspose::Words::Lists::ListLevel::get_RestartAfterLevel method. Sets or returns the list level that must appear before the specified list level restarts numbering in C++....set_RestartAfterLevel ( 1 ); // Make labels of all list levels bold...
Aspose::Words::Lists::ListLevel::get_LinkedStyle method. Gets or sets the paragraph style that is linked to this list level in C++....set_RestartAfterLevel ( 1 ); // Make labels of all list levels bold...