Sort Score
Result 10 results
Languages All
Labels All
Results 8,201 - 8,210 of 222,967 for

new

(0.15 sec)
  1. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...or print options const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  2. Missing label in the legend of a PivotChart (SU...

    Hi Support, In an Excel workbook containing a PivotChart that displays the legend, when exported to PDF, the label for the second value is not displayed. I’ve attached an image showing the problem and a simple program …...We have opened the following new ticket(s) in our internal issue...you as soon as a hotfix or a new version containing the fix is...

    forum.aspose.com/t/missing-label-in-the-legend-...
  3. Creating QR Barcodes|Documentation

    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....symbology ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...JRRenderable" > <![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/creating-...
  4. DocumentBuilder.font property | Aspose.Words fo...

    DocumentBuilder.font property. Returns an object that represents current font formatting properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....Exception { Document mainDoc = new Document(getMyDir() + "Document...FindReplaceOptions options = new FindReplaceOptions(); options...

    reference.aspose.com/words/java/com.aspose.word...
  6. Header & Footer content updates are not showing...

    Hi Team, I’m using Aspose.words for Java to compare two versions of .DOCX files, but I noticed that footer content updates are not showing in the comparison output file, even though it works fine on MS Word compare. sa…...original = new Document("<file-v1>.docx"); Document revised = new Document("<file-v2>...original.compare(revised, "Author", new java.util.Date()); original....

    forum.aspose.com/t/header-footer-content-update...
  7. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook workbook = New Workbook(New FileInputStream("C:\\lines.xlsx")); Chart char…... Workbook workbook = new Workbook(new FileInputStream("C:\\lines...JPEG: Workbook workbook = new Workbook(new FileInputStream("C:\\lines...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  8. Layout Slide|Aspose.Slides Documentation

    Master layout slides in Aspose.Slides for .NET: choose, apply, and customize slide layouts, placeholders, and masters with C# examples for PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var masterSlide...() { using var presentation = new Presentation (); // Access a...

    docs.aspose.com/slides/net/examples/elements/la...
  9. 档案

    档案...Words和GPT-4o模型汇总文档: Document firstDoc = new Document(MyDir + "Big document...docx" ); Document secondDoc = new Document(MyDir + "Document.docx"...

    blog.aspose.com/zh/words/summarize-documents-wi...
  10. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...(MemoryStream mst = new MemoryStream()) { var pdf = new Aspose.Pdf.Document(filepath);...

    forum.aspose.com/t/pdf-file-distorted/327238