Sort Score
Result 10 results
Languages All
Labels All
Results 6,591 - 6,600 of 153,391 for

2

(0.1 sec)
  1. RunCollection indexer | Aspose.Words for Python

    RunCollection indexer. Retrieves a [Run](../../run/) at the given index....example -1 means the last item, -2 means the second before last and...assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用 Aspose.SVG Builder API 进行高级 SVG 创建和修改 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。...document = new SVGDocument()) 2 { 3 // Create a new <g> (group)...document = new SVGDocument()) 2 { 3 // Assume an existing SVG...

    docs.aspose.com/svg/zh/net/svg-builder-api/
  3. PageSetup.section_start property | Aspose.Words...

    PageSetup.section_start property. Returns or sets the type of section break for the specified object....writeln ( 'This text is in section 2.' ) self . assertEqual ( aw ....page_setup . section_start ) # 2 - Starts the next section on the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.hide_in_web_layout property | Aspose.W...

    FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and page numbers in Web layout view....page_number_omitting_level_range = '2-5' # Set a custom string that...because they are within the "2-5" range. insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldToc.entry_separator property | Aspose.Word...

    FieldToc.entry_separator property. Gets or sets a sequence of characters that separate an entry and its page number....page_number_omitting_level_range = '2-5' # Set a custom string that...because they are within the "2-5" range. insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToc.insert_hyperlinks property | Aspose.Wo...

    FieldToc.insert_hyperlinks property. Gets or sets whether to make the table of contents entries hyperlinks....page_number_omitting_level_range = '2-5' # Set a custom string that...because they are within the "2-5" range. insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for С++ for more engaging slides....( defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System ::...:: String > ( u "Series 2" )), chart -> get_Type ()); // Takes...

    docs.aspose.com/slides/cpp/chart-data-label/
  8. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation....( "Column (" + row_count + ", 2)" ); row . getCells (). add (..."Test 2 1" ); Cell cell = row2 . getCells (). add ( "Test 2 2" );...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  9. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....write("Row 1, Cell 2."); // Call the builder's "EndRow"...insertCell(); builder.write("Row 2, Cell 1."); builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Introduction to Java Programming | Aspose.Zip D...

    This document provides an overview of Java programming fundamentals and concepts....Archive archive = new Archive( 2 new ArchiveEntrySettings( 3 new...save (outputStream, saveOptions) 2 archive. save (filePath, saveOptions)...

    docs.aspose.com/zip/java/introduction/