Sort Score
Result 10 results
Languages All
Labels All
Results 9,111 - 9,120 of 159,272 for

2

(0.5 sec)
  1. ListCollection | Aspose.Words for Java

    Stores and manages formatting of bulleted and numbered lists used in a document in Java....writeln("Level " + i); } // 2 - A bulleted list: // This list...writeln("Item 1"); builder.writeln("Item 2"); builder.getListFormat().removeNumbers();...

    reference.aspose.com/words/java/com.aspose.word...
  2. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for C++....Normal Unicode characters are 2 bytes long while Unicode Supplementary...UTF-16 these characters require 2 surrogates (16-bit units). Render...

    docs.aspose.com/cells/cpp/render-unicode-supple...
  3. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing document formatting and readability in your projects.... Dashes 2 The leader line is made up from...new Run ( doc , "\tTab 1\tTab 2\tTab 3" )); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/tab...
  4. Manage Presentation Comments in C++|Aspose.Slid...

    Master presentation comments with Aspose.Slides for C++: add, read, edit, and delete comments in PowerPoint files fast and easily....idx_get ( 0 ); // Accesses ISlide 2 auto slide2 = presentation ->...comment for an author on slide 2 author -> get_Comments () -> AddComment...

    docs.aspose.com/slides/cpp/presentation-comments/
  5. Aspose.Words v21.9 table cell color fill bug - ...

    Aspose.Words v21.9 drops the table cell fill color when converting Rich Text Files (RTF) saved in Word 2019/365 (from Version 2505 (Build 18827.20128) forward) to DOCX and PDF formats. Reproduction Steps See the atta…...samirjaiswal August 20, 2025, 2:44pm 1 Aspose.Words v21.9 drops...Discourse August 20, 2025, 2:44pm 2 @samirjaiswal Issue Summary...

    forum.aspose.com/t/aspose-words-v21-9-table-cel...
  6. Save png wrong - Free Support Forum - aspose.com

    Workbook wb = new Workbook("C:/测试背景颜色导出问题123.xlsx");ImageOrPrintOptions o = new ImageOrPrintOptions();o.setImageFormat(ImageFormat.getPng());SheetRender rr = new SheetRender(wb.getWorksheets().get(0), o);rr.toImage(0, "C…...Family xhaixia May 15, 2017, 2:19am 1 Workbook wb = new Work...shakeel.faiz May 15, 2017, 3:15am 2 Hi, Thanks for your posting and...

    forum.aspose.com/t/save-png-wrong/16580
  7. CellCollection indexer | Aspose.Words for Python

    CellCollection indexer. Retrieves a [Cell](../../cell/) at the given index....example -1 means the last item, -2 means the second before last and... tables self . assertEqual ( 2 , len ( list ( tables ))) i =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CleanupOptions.UnusedLists | Aspose.Words for .NET

    Optimize your documents with CleanupOptions' UnusedLists property. Easily remove unused lists and definitions for a cleaner, more efficient workspace.... Writeln ( "Item 2" ); // Now, there is one unused...Styles . Count , Is . EqualTo ( 2 )); See Also class CleanupOptions...

    reference.aspose.com/words/net/aspose.words/cle...
  9. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....Words :: Run > ( doc , u "Run 2. " ); auto run3 = System :: MakeObject...paragraphText ); ASSERT_EQ ( u "Run 2. Initial text." , paragraph ->...

    reference.aspose.com/words/cpp/aspose.words/run/
  10. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...zhao April 28, 2025, 1:31pm 2 @Nic0 saveWorkbook.SaveToStream()...created. amjad.sahi April 28, 2025, 2:12pm 3 @Nic0 , Please try using...

    forum.aspose.com/t/savetostream-on-a-workbook-w...