Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 19,344 for

2 of

(0.05 sec)
  1. DocumentBuilder.moveToBookmark method | Aspose....

    Aspose.Words.DocumentBuilder.moveToBookmark method... at ( 2 ). nodeType ). toEqual ( aw ....toEqual ( "1. Hello world!" ); // 2 - Inside the bookmark, right after...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.move_to_bookmark method | Aspos...

    aspose.words.DocumentBuilder.move_to_bookmark method...BOOKMARK_END , first_paragraph_nodes [ 2 ] . node_type ) # The document...doc . get_text () . strip ()) # 2 - Inside the bookmark, right after...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++....firstParagraphNodes -> idx_get ( 2 ) -> get_NodeType ()); // The...doc -> GetText (). Trim ()); // 2 - Inside the bookmark, right after...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. When bookmarks are in nearby table cells, bookm...

    Hi Aspose team, In .NET, I have trouble with bookmark content inserting like this : I have 2 bookmarks “BM_Cell1” and “BM_Cell2” in table cells like image below (the second is next to the first) image.png (3.4 KB) …...inserting like this : I have 2 bookmarks “BM_Cell1” and “BM_Cell2”...texts into each bookmarks, but 2 texts are written into BM_Cell1...

    forum.aspose.com/t/when-bookmarks-are-in-nearby...
  5. BookmarksOutlineLevelCollection.index_of_key me...

    BookmarksOutlineLevelCollection.index_Of_key method. Returns the zero-based index Of the specified bookmark in the collection....'Bookmark 2' ) builder . writeln ( 'Text inside Bookmark 1 and 2.' )...builder . end_bookmark ( 'Bookmark 2' ) builder . writeln ( 'Text inside...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Section.PrependContent | Aspose.Words for .NET

    Enhance your content with the Section PrependContent method, effortlessly inserting source section text at the start for improved organization and clarity.... Write ( "Section 2" ); builder . InsertBreak ( BreakType...Section section = doc . Sections [ 2 ]; Assert . AreEqual ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  7. ChartDataPoint.Format | Aspose.Words for .NET

    Discover how the ChartDataPoint Format property enhances your data visualization with customizable fill and line styles for impactful presentations....[] { "Category 1" , "Category 2" , "Category 3" , "Category 4"...4" }, new double [] { 1 , 2 , 3 , 4 }); // Set column formatting...

    reference.aspose.com/words/net/aspose.words.dra...
  8. VbaProject | Aspose.Words for Java

    Provides access to VBA project information in Java....code page: {1}; Modules count: {2}\n", vbaProject.getName(), vbaProject...code page: {1}; Modules count: {2}\n", vbaProject.getName(), vbaProject...

    reference.aspose.com/words/java/com.aspose.word...
  9. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy Of content Of the source section at the beginning Of this section.... write ( "Section 2" ); builder . insertBreak ( aw...section = doc . sections . at ( 2 ); expect ( section . getText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Revision | Aspose.Words for Java

    Represents a revision tracked change in a document node or style in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...