Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 20,566 for

2 of

(0.05 sec)
  1. FieldArgumentBuilder | Aspose.Words for Java

    Builds a complex field argument consisting Of fields nodes and plain text in Java....402 \\f Arial \\s 25 \\u "); // 2 - Nested field: // Use a field...FIELD_FORMULA); leftExpression.addArgument(2); leftExpression.addArgument("+");...

    reference.aspose.com/words/java/com.aspose.word...
  2. composite_grid|Documentation

    Composite_grid element generates a highly customizable matrix Of numbered bubbles that are combined into a single answer....in ({Character 1})({Character 2})…({Character N}) format. values=(α)(β)(γ)(δ)(ε)...in ({Character 1})({Character 2})…({Character N}) format. You...

    docs.aspose.com/omr/net/txt-markup/composite_grid/
  3. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in Java...merge 2 pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the...} } // Merges cells (1, 1) x (2, 1) tbl . mergeCells ( tbl . get_Item...

    docs.aspose.com/slides/java/manage-cells/
  4. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in Java...merge 2 pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the...} } // Merges cells (1, 1) x (2, 1) tbl . mergeCells ( tbl . get_Item...

    docs.aspose.com/slides/androidjava/manage-cells/
  5. Manage Cells|Aspose.Slides for PHP Documentation

    Table cells in PowerPoint presentations...merge 2 pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the...} } # Merges cells (1, 1) x (2, 1) $tbl -> mergeCells ( $tbl...

    docs.aspose.com/slides/php-java/manage-cells/
  6. Question implementation C# and result dxf - Fre...

    Hello, my name is Ernandes, I work as a fullstack Dev in .net and we are building an application to manipulate plans in AutoCAD, through commands, to optimize time, and I came across the libraries, Aspose.CAD and Aspose.…...jemsystems April 24, 2025, 2:48pm 1 Hello, my name is Ernandes...Discourse April 24, 2025, 2:48pm 2 @ernandes.pereira.jemsystems...

    forum.aspose.com/t/question-implementation-c-an...
  7. CellVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.Tables.CellVerticalAlignment enumeration. Specifies vertical justification Of text inside a table cell.... write ( "Row 1, cell 2." ); builder . endRow (); // While...Upward ; builder . write ( "Row 2, cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the document 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...
  9. Bookmarks are not getting added, docx to pdf co...

    Hi Team, I have aspose.total license, currently developing java api for conversion Of docx to pdf using aspose word, in this bookmarks are not getting added in pdf while converting. code snippet to add book mark PdfSav…...add("Bookmark 2", 2); // Level 2 outlineLevels.add("Bookmark...SetDefaultBookmarksO(2); options.getOutlineOptions().SetExpandedOutlineLe(2); Please...

    forum.aspose.com/t/bookmarks-are-not-getting-ad...
  10. CompositeNode.InsertBefore | Aspose.Words for .NET

    Discover how to use the CompositeNode InsertBefore method to seamlessly insert nodes before reference nodes, enhancing your data structure management....Run run2 = new Run ( doc , "Run 2. " ); Run run3 = new Run ( doc...Trim (), Is . EqualTo ( "Run 2. Initial text." )); // Insert...

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