Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...
Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...); // Add a regular space. builder -> Write ( System :: String...
ListFormat.listLevelNumber property. Gets or sets the list level number (0 to 8) for the Paragraph....level number (0 to 8) for the paragraph. get listLevelNumber () :...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...
ListFormat.list_level_number property. Gets or sets the list level number (0 to 8) for the Paragraph....level number (0 to 8) for the paragraph. @property def list_level_number...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...
Aspose::Words::DocumentBuilder::InsertHtml method. Inserts an HTML string into the document in C++....Shows how to use a document builder to insert html content into...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
Aspose::Words::Lists::ListTrailingCharacter enum. Specifies the character that separates the list label from the text of the Paragraph in C++....label from the text of the paragraph. enum class ListTrailingCharacte...list label and text of the paragraph. Space 1 A space character...
Aspose::Words::Lists::ListFormat::get_ListLevelNumber method. Gets or sets the list level number (0 to 8) for the Paragraph in C++....level number (0 to 8) for the paragraph. int32_t Aspose :: Words ::...Words :: Document > (); auto builder = System :: MakeObject < Aspose...