Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 213,190 for

new

(0.35 sec)
  1. 格式化数据透视表|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表进行格式化。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  2. ZIP/TAR add File to Existing Archive

    How to put in a ZIP/TAR archive images, pictures or other files. Explore how to add file to archive with Aspose.Zip via Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/java/advanced-api-featu...
  3. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results.... Document doc = new Document ( MyDir + "Rendering...thumbRows ; using ( Bitmap img = new Bitmap ( imgWidth , imgHeight...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 使用 Java 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...中获取所需的值: Presentation pres = new Presentation (); try { Chart...代码演示了如何在图表上执行轴之间的数据交换任务: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/zh/java/chart-axis/
  5. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = New Document(); DocumentBuilder Builder = New DocumentBuild…...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...using (Workbook TemplateWB = new Workbook(dir + @"\Test_04072025\Excel_Template...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  6. Ask for 'Aspose.Email for Java' ,could I receiv...

    Hi Mates ,As title say,could I receive two or three email account like a@a.com&b@b.com&c@c.com from one deployment Instance,Thank you for your reply...greenMail = new GreenMail( new ServerSetup[]{ new ServerSetup(30000...threadIdx = i + 1; es.submit(new Runnable() { @Override public...

    forum.aspose.com/t/ask-for-aspose-email-for-jav...
  7. Fiscal Year Properties in PHP | Aspose.Tasks Do...

    Learn how to work with fiscal year properties using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/fiscal-year-properti...
  8. Compress JPG In Javascript

    Compress JPG in JavaScript without losing quality. Optimize JPG content, reduce file size easily....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)..."Input.jpg" ) var saveOptions = new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/compress/jpg/
  9. Redactions Cause Text Shift If Words Are Differ...

    While messing around with redactions I noticed a bit of an issue happening when redacting a sentence with multiple word formats/colours. If the last word in a redaction box has a different colour to the first word after …...tring filePath) { var doc = new Aspose.Words.Document(filePath);...Document(filePath); var saveOptions = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/redactions-cause-text-shift-...
  10. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...DocumentId); throw new ModelValidationExcep(ErrorConstants...Aspose.Words.Document doc = new Aspose.Words.Document(documentStream);...

    forum.aspose.com/t/need-to-get-the-per-line-aut...