Allows to control what list formatting is applied to a Paragraph in Java....formatting is applied to a paragraph. To learn more, visit the...documentation article. Remarks: A paragraph in a Microsoft Word document...
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::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...
aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentBuilder/insert_html/#str_htmlinsertoptions) method.... USE_BUILDER_FORMATTING Use font and paragraph formatting...REMOVE_LAST_EMPTY_PARAGRAPH Remove the empty paragraph that is normally...
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::Drawing::ShapeBase::get_AnchorLocked method. Specifies whether the shape's anchor is locked in C++....lock or unlock a shape’s paragraph anchor. auto doc = System...Words :: Document > (); auto builder = System :: MakeObject < Aspose...
ParagraphFormat.is_list_item property. True when the Paragraph is an item in a bulleted or numbered list....is_list_item property True when the paragraph is an item in a bulleted or...list. doc = aw . Document () builder = aw . DocumentBuilder ( doc...
Aspose::Words::InlineStory::get_StoryType method. Returns the type of the story in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Notes :: Footnote > footnote = builder -> InsertFootnote ( Aspose...