Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 28,924 for

x

(0.24 sec)
  1. 系统要求|CAD 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....OpenSUSE, CentOS 等) Mac Mac OS X 支持的 Java 版本 Aspose.CAD for Java...

    docs.aspose.com/cad/zh/java/getting-started/sys...
  2. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...1 , 2 , 3 }); // Right side (X+) mesh . createPolygon ( new int... 4 , 7 , 6 }); // Left side (X-) mesh . createPolygon ( new int...

    docs.aspose.com/3d/zh/java/create-3d-mesh-and-s...
  3. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...1 , 2 , 3 }); // Right side (X+) mesh . CreatePolygon ( new int... 4 , 7 , 6 }); // Left side (X-) mesh . CreatePolygon ( new int...

    docs.aspose.com/3d/zh/net/create-3d-mesh-and-sc...
  4. 瓦片生成器|Documentation

    如何生成地图瓦片...,名称为 tile_zxy_{z}_{x}_{y} ,其中 z 是缩放参数, x 和 y 是左上角瓦片范围的坐标。在缩放...

    docs.aspose.com/gis/zh/net/geo-tools/generator-...
  5. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code eXamples, compatible with PPT and PPTX to automate presentation workflows.... X = ( float ) lbl . AsILayoutable . X + ( float )...

    docs.aspose.com/slides/net/callout/
  6. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java for more engaging slides....0 ; for ( var x = 0 ; x < chart . getChartData ()...(). getSeries (). size (); x ++ ) { series = chart . getChartData...

    docs.aspose.com/slides/nodejs-java/chart-data-l...
  7. Compress and Decompress PDFX Files via .NET

    C# compression and decompression source code to compress PDFX documents into a single zip archive or vice versa on .NET Framework, .NET Core....What is PDFX File Format PDF/X is an ISO 15930 standard published...and publishing industries. PDF/X requires the conforming files...

    products.aspose.com/zip/net/zip-file/pdfx/
  8. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...Where(x => !string.IsNullOrWhiteSpace(x)).ToArray(); int...Split('R', 'C').Where(x => !string.IsNullOrWhiteSpace(x)).ToArray(); int...

    forum.aspose.com/t/name-error-when-inserting-a-...
  9. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。... AddSingleton ( x => new BlobServiceClient ( config...使用 Postman 或 curl 进行测试: curl -X POST http://localhost:7071/api/convert...

    docs.aspose.com/pdf/zh/net/converting-documents...
  10. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...); public void lineTo ( float x , float y ); 添加直线 到路径的指定位置: public...); public void lineTo ( float x , float y , long index ); 添加三次贝塞尔曲线...

    docs.aspose.com/slides/zh/java/custom-shape/