Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 29,011 for

x

(1.07 sec)
  1. Compress and Decompress XML Files via .NET

    C# compression and decompression source code to compress XML documents into a single zip archive or vice versa on .NET Framework, .NET Core.... The "X" in XML is for extensible which...(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...

    products.aspose.com/zip/net/zip-file/xml/
  2. 指定 3D 文件加载选项|Documentation

    有几个接受loadopons实例的Scene.open方法重载或Scene类构造函数重载。...ply" , loadPLYOpts ); 使用DirectX X加载选项 下面的代码显示了如何在加载DirectX文件之前设置加载选项。...// load 3D X file scene . open ( MyDir + "warrior.x" , loadXOpts...

    docs.aspose.com/3d/zh/java/specify-3d-file-load...
  3. How to determine the object of an animation fra...

    How to determine the object of an animation frame sequence? var bindPoints = node.Scene.AnimationClips[0]?.Animations[0]?.BindPoints; foreach (var bp in bindPoints) { Console.WriteLine($"=== {bp.Name} ==="); st…...==="); string[] channels = { "X", "Y", "Z" }; foreach (var ch...got from this code === R === R.X | Time: 0 | Value: 0 R.Y | Time:...

    forum.aspose.com/t/how-to-determine-the-object-...
  4. Merge PS files to PDF | JavaScript | Aspose

    JavaScript API Solution to merge PostScript. Save the combined result as PDF files. Learn the code eXample of merging functionality.... map (( x ) => x . name ). toString (); const...

    products.aspose.com/page/javascript-cpp/merge-p...
  5. Merge PS/EPS files to PDF using JavaScript

    Merger PS/EPS functionality of Aspose.Page API solution for JavaScript via C++ allows you to combine several PS/EPS files into a single PDF document.... map ((x) => x. name ). toString (); 6 const...

    docs.aspose.com/page/javascript-cpp/merge/ps/
  6. Aspose.3D 17.01中的公共 API 更改|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....\* \* struct Vertex { \* float x; \* float y; \* float z; \* };...writer . Write (( float ) cp . x ); writer . Write (( float ) cp...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  7. Custom Font-Family - Free Support Forum - aspos...

    I'm trying to create a PDF from an HTML file with a non-standard font. I've tried using base64 in the CSS like so but it doesn't work. Other base64 image src's do work so I thought this would work as well. Any other i…..."SuperAwesomeFont"; src: url(data:application/x-font-woff;base64,d09GRk9UVE8A...QcxnKEG/fRDF1E5Ku4hbdTUrDnbl/x/lbzjkbOoQ/8syroh1ybMfRCy3Aeb2...

    forum.aspose.com/t/custom-font-family/16662
  8. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。... SetText ( u "X-Axis" ); chart . GetValueAxis...Get ( u "A1" ). PutValue ( u "X" ); worksheet . GetCells (). Get...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  9. ChartTitle | Aspose.Words for Java

    Provides access to the chart title properties in Java....setText("X Axis"); chart.getAxisX().getTitle()...getAxisX().getTitle().setText("X Axis"); chart.getAxisX().getTitle()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Advanced SVG Builder API for C# – Aspose.SVG

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/