Sort Score
Result 10 results
Languages All
Labels All
Results 9,091 - 9,100 of 159,267 for

2

(0.34 sec)
  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. Merger | Aspose.Words for Java

    Represents a group of methods intended to merge a variety of different types of documents into a single output document in Java....2.docx", new String[]{inputDoc1..."LowCode.MergeContextDocument.2.docx", SaveFormat.DOCX) .execute();...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...sahi May 15, 2025, 2:03pm 2 @JThomas98 , Thanks for the...

    forum.aspose.com/t/labels-in-charts-are-positio...
  9. Add Watermark to Visio|Documentation

    How to add watermark to visio using Java Diagram API.... getValue () / 2 ; double piny = page . getPageSheet...getPageHeight (). getValue () / 2 ; double width = page . getPageSheet...

    docs.aspose.com/diagram/java/add-watermark-to-v...
  10. IRevisionCriteria.IsMatch | Aspose.Words for .NET

    Discover how the IRevisionCriteria IsMatch method effectively verifies if a specific revision aligns with your criteria for optimal results...."This is insertion revision #2. " ); // Remove a run "This does...Revisions . Count , Is . EqualTo ( 2 )); // Reject revision with different...

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