Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 214,328 for

new

(0.15 sec)
  1. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...problem Document pDOCUMENT = new Document("C:\\my_document.docx");...docx"); DocumentBuilder b = new DocumentBuilder(pDOCUMENT); String[]...

    forum.aspose.com/t/chart-legend-strange-behavio...
  2. Public API Changes in Aspose.Diagram 5.9.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and updated public methods, but...Resultant HTML to a Stream The new Save method has been added in...

    docs.aspose.com/diagram/net/public-api-changes-...
  3. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!...Row constructor Initializes a new instance of the Row class. public...CreateNestedTable () { Document doc = new Document (); // Create the outer...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(New String[]{“pathToMyDir”}, true); I also have a usec…...setFontFolders(new String[]{“pathToMyDir”}, true);...an excel file that uses Times New Roman in a table, and I want...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  5. Aspose Java Mail Msg To Eml conversion override...

    Hello, We are converting MSG files to EML files via: MailMessage message = MailMessage.load(New ByteArrayInputStream(msg), New MsgLoadOptions()); ByteArrayOutputStream out = New ByteArrayOutputStream(); EmlSaveOption…...load(new ByteArrayInputStream(msg), new MsgLoadOptions());...MsgLoadOptions()); ByteArrayOutputStrea out = new ByteArrayOutputStrea(); EmlSaveOptions...

    forum.aspose.com/t/aspose-java-mail-msg-to-eml-...
  6. Merge XPS to XPS, XPS to PDF | .NET

    .NET API Solution to merge XPS files in a few lines of code. Save the combined result as XPS or PDF files. C# code example of merging functionality....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/merge-xps-files/
  7. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...certain dimensions Graph graph = new Graph ( 400 , 200 ); // Set border...

    docs.aspose.com/pdf/java/add-circle/
  8. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...document using ( var document = new Aspose . Pdf . Document ( dataDir...search phrase var absorber = new Aspose . Pdf . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  9. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。...document using ( var document = new Aspose . Pdf . Document ( dataDir...extract text var textAbsorber = new Aspose . Pdf . Text . TextAbsorber...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...
  10. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your document's organization and efficiency....Add( ListTemplate ) Creates a new list based on a predefined template...create a list by applying a new list format to a collection of...

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