Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 222,982 for

new

(1.06 sec)
  1. Convert Presentation Slides to Images in Java|A...

    Convert slides from PPT, PPTX and ODP to images in Java using Aspose.Slides—fast, high-quality rendering with clear code examples....Presentation presentation = new Presentation ( "Presentation...this: Dimension imageSize = new Dimension ( 1820 , 1040 ); Presentation...

    docs.aspose.com/slides/java/convert-slide/
  2. Data Visualization API for .NET

    Visualization with .NET...map = new Map(800, 476)) { var baseMapSymbolizer = new SimpleFill...baseMapSymbolizer); var citiesSymbolizer = new SimpleMarker() { FillColor =...

    products.aspose.com/gis/ga/viewer/
  3. Data Visualization API for .NET

    Visualization with .NET...map = new Map(800, 476)) { var baseMapSymbolizer = new SimpleFill...baseMapSymbolizer); var citiesSymbolizer = new SimpleMarker() { FillColor =...

    products.aspose.com/gis/ko/viewer/
  4. Data Visualization API for .NET

    Visualization with .NET...map = new Map(800, 476)) { var baseMapSymbolizer = new SimpleFill...baseMapSymbolizer); var citiesSymbolizer = new SimpleMarker() { FillColor =...

    products.aspose.com/gis/uk/viewer/
  5. Import HTML to OneNote using Aspose.Note via C#...

    How to import an HTML file into OneNote (.one) format using Aspose.Note. Steps, code, and explanations for working with HTML files....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/note/net/conversion/html-to...
  6. 档案

    档案...// 加载现有的输入图像 Bitmap bitmap = new Bitmap(dataDir + @"Test.png");...AntiAliasGridFit; Brush brush = new SolidBrush(Color.FromKnownColor(KnownColor...

    blog.aspose.com/zh/drawing/draw-text-image-csharp/
  7. 在 Android 上打开演示文稿|Aspose.Slides 文档

    通过 Aspose.Slides for Android 使用 Java 轻松打开 PowerPoint(.pptx、.ppt)和 OpenDocument(.odp)演示文稿——快速、可靠、功能齐全。...Presentation presentation = new Presentation ( "Sample.pptx"...代码演示了此操作: LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.aspose.com/slides/zh/androidjava/open-pres...
  8. 用 JavaScript 通过 C++ 加密和解密 Excel 文件|Documentation

    如何用 JavaScript 通过 C++ 加密和解密 Excel 文件。锁定和解锁 Excel 文件。... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  9. Manage Presentation Themes in JavaScript|Aspose...

    Master presentation themes in JavaScript with Aspose.Slides for Node.js to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...color for a theme: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  10. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...{ final File templateFile = new File( "path\\to\\input\\word\\templates"...(final InputStream inputStream = new FileInputStream(templateFile);...

    forum.aspose.com/t/order-of-child-nodes-in-the-...