Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 14,805 for

2 of

(0.06 sec)
  1. ListLevelCollection class | Aspose.Words for No...

    Aspose.Words.Lists.ListLevelCollection class. A collection Of list formatting for each level in a list... writeln ( "Item 2" ); builder . listFormat . removeNumbers...); builder . writeln ( "Item 2" ); builder . listFormat . removeNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::idx_set method. Gets or a sets a bookmark outline level by the bookmark name in C++....-> StartBookmark ( u "Bookmark 2" ); builder -> Writeln ( u "Text...Bookmark 1 and 2." ); builder -> EndBookmark ( u "Bookmark 2" ); builder...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting. To learn more, visit the documentation article in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. CommentRangeStart | Aspose.Words for Java

    Denotes the start Of a region Of text that has a comment associated with it in Java....comment range ID {0}, By {1} on {2}", comment.getId(), comment.getAuthor()...comment range ID {0}, By {1} on {2}", comment.getId(), comment.getAuthor()...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldAutoNumLgl.separator_character property | ...

    FieldAutoNumLgl.separator_character property. Gets or sets the separator character to be used....level of 1, so it will display "2.". _insert_numbered_clause ( builder...builder , ' \t Heading 2' , filler_text , aw . StyleIdentifier...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fields::FieldAutoNumLgl::get_Rem...

    Aspose::Words::Fields::FieldAutoNumLgl::get_RemoveTrailingPeriod method. Gets or sets whether to display the number without a trailing period in C++....display "2.". InsertNumberedClause ( builder , u " \t Heading 2" ,...AUTONUMLGL field at a heading level of 2, // and the AUTONUMLGL count for...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...words-java Crane March 28, 2025, 2:32pm 1 for (Paragraph paragraph...Discourse March 28, 2025, 2:34pm 2 @Crane To modify the footnote...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  8. Document.EnsureMinimum | Aspose.Words for .NET

    Learn how to use the EnsureMinimum method to automatically create a section and paragraph in documents, ensuring complete and organized content.... Paragraph , nodes [ 2 ]. NodeType ); Assert . AreEqual...AreEqual ( nodes [ 1 ], nodes [ 2 ]. ParentNode ); // This is the...

    reference.aspose.com/words/net/aspose.words/doc...
  9. CssStyleSheetType Enum | Aspose.Words for .NET

    Discover how Aspose.Words.CssStyleSheetType enhances HTML export by optimizing CSS styles for better web presentation and performance.... External 2 CSS styles are written separately...ExternalCssFilenames.css" ; // 2 - Use a custom callback to name...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Cell | Aspose.Words for .NET

    Discover the Cell constructor to easily create new Cell class instances. Streamline your coding process and enhance your development efficiency!...innerTable = CreateTable ( doc , 2 , 2 , "Inner Table" ); outerTable...

    reference.aspose.com/words/net/aspose.words.tab...