Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 37,408 for

2

(0.05 sec)
  1. TxtLeadingSpacesOptions Enum | Aspose.Words for...

    Discover the Aspose.Words TxtLeadingSpacesOptions enum for efficient leading space handling when importing text files. Optimize your document processing today!...Leading spaces are trimmed Preserve 2 Leading spaces are preserved....textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 " ; // Create a...

    reference.aspose.com/words/net/aspose.words.loa...
  2. 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/
  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/androidjava/manage-cells/
  4. 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/
  5. DocumentBuilder.ParagraphFormat | Aspose.Words ...

    Explore the DocumentBuilder's ParagraphFormat property to access and customize essential paragraph formatting features for enhanced document styling.... Write ( "Header Row,\n Cell 2" ); builder . InsertCell (); builder...builder . Write ( "Row 1, Cell 2." ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Table.left_indent property | Aspose.Words for P...

    Table.left_indent property. Gets or sets the value that represents the left indent of the table....write ( 'Header Row, \n Cell 2' ) builder . insert_cell () builder...builder . write ( 'Row 1, Cell 2.' ) builder . insert_cell () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Range.Delete | Aspose.Words for .NET

    Efficiently remove all characters within a specified range using the Range Delete method. Simplify your text editing tasks effortlessly!..."Section 2." ); Assert . AreEqual ( "Section 1. \fSection 2." , doc...Assert . AreEqual ( "Section 2." , doc . GetText (). Trim ());...

    reference.aspose.com/words/net/aspose.words/ran...
  8. ParagraphFormat.is_heading property | Aspose.Wo...

    ParagraphFormat.is_heading property. True when the paragraph style is one of the built-in Heading styles....serve as TOC entries of levels 1, 2, and then 3. builder . paragraph_format...builder . writeln ( 'Heading 1.2' ) builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BookmarksOutlineLevelCollection.count property ...

    BookmarksOutlineLevelCollection.count property. Gets the number of elements contained 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...
  10. BookmarksOutlineLevelCollection.RemoveAt | Aspo...

    Easily manage your bookmarks with the RemoveAt method. Quickly remove bookmarks by index for a streamlined experience in your application!... StartBookmark ( "Bookmark 2" ); builder . Writeln ( "Text...Bookmark 1 and 2." ); builder . EndBookmark ( "Bookmark 2" ); builder...

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