Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,114 for

new

(2.88 sec)
  1. Aspose.Slides for .NET 15.4.0 的公共 API 及不向后兼容更改|...

    审阅 Aspose.Slides for .NET 的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...using ( Presentation input = new Presentation ()) { IShapeCollection...Presentation presentation = new Presentation ()) { uint id =...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  2. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  3. Composing SHAR Archives | Aspose.Zip Documentation

    This page explains how to compose SHAR archives using the Java library....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/shar-composition/
  4. Parallel LZMA2 in 7z Archives | Aspose.Zip Docu...

    Explains how to implement parallel processing with LZMA2 in 7z archives....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/multithreaded-lzma2/
  5. Embed Fonts in Presentations in .NET|Aspose.Sli...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET, ensuring accurate rendering across all platforms....Presentation presentation = new Presentation ( "EmbeddedFonts...IImage image = slide . GetImage ( new Size ( 960 , 720 ))) { image...

    docs.aspose.com/slides/net/embedded-font/
  6. Field.End | Aspose.Words for .NET

    Discover the Field End property. Easily access the node representing the field end for seamless data management and enhanced performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Create Appointment Schedules for Outlook in Nod...

    Automate Outlook calendar scheduling in Node.js. Create, configure, and save appointments as ICS files using a powerful API for .NET by Aspose.Email....Setting Attendees To schedule a new appointment with Aspose.Email...MailAddressCollectio. const attendees = new ae.MailAddressCollectio(); //...

    products.aspose.com/email/nodejs-net/appointmen...
  8. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style...be applied automatically to a new paragraph inserted after a paragraph...apply a custom style. let doc = new aw . Document (); let style =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Body attachment missing issue - Free Support Fo...

    I have an issue while saving data to EML using the Aspose.Email for .NET API. The email body (body type = HTML) and attachments are set and displayed correctly as long as the images are present on the physical drive. How…...MapiMessage mailMessage = new AsposeMApi.MapiMessage(); mailMessage...Low; mailMessage.SetProperty(new MapiProperty(MapiPropertyTag...

    forum.aspose.com/t/body-attachment-missing-issu...
  10. Html转word,当<head></head>中间加了一段css样式后,html转word后...

    版本:23.8 编程语言:java 当中间加了一段css样式后,html转word后图片消失, 如果中不加css样式,图片可以正常显示 源文件: ccc.zip (1.5 MB) 转换代码: com.aspose.words.Document docx = New com.aspose.words.Document(htmlInputStream); ByteArrayOutputStream byteAr…...Document docx = new com.aspose.words.Document(htmlInputStream);...ByteArrayOutputStrea byteArrayOutputStrea = new ByteArrayOutputStrea(); docx...

    forum.aspose.com/t/html-word-head-head-css-html...