Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 29,861 for

x

(0.11 sec)
  1. 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/
  2. #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-...
  3. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....format("{0} Rectangle dimensions {1}x{2}, X={3} Y={4}", tabs, leRect.getWidth()...format("{0} Rectangle dimensions {1}x{2}, X={3} Y={4}", tabs, leRect.getWidth()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 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...
  5. 档案

    档案...X = (float)moveTo.X; _currentPoint.Y = (float)moveTo...LineTo(LineTo lineTo) { float x = (float)lineTo.X; float y = (float)lineTo...

    blog.aspose.com/zh/font/render-text-with-truety...
  6. 搜索

    搜索...X = (float)moveTo.X; _currentPoint.Y = (float)moveTo...LineTo(LineTo lineTo) { float x = (float)lineTo.X; float y = (float)lineTo...

    blog.aspose.com/zh-hant/font/render-text-with-t...
  7. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Orientation method. Gets or sets the orientation of the chart title teXt in C++....get_Title () -> set_Text ( u "X Axis" ); chart -> get_AxisX ()...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAXisTitle::get_Orientation method. Gets or sets the orientation of the aXis title teXt in C++....get_Title () -> set_Text ( u "X Axis" ); chart -> get_AxisX ()...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 自定义形状|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加自定义形状...到路径的末尾 lineTo ( point ); lineTo ( x , y ); 在指定位置添加线段 : lineTo ( point...point , index ); lineTo ( x , y , index ); 在路径末尾添加三次贝塞尔曲线 : cubicBezierTo...

    docs.aspose.com/slides/zh/nodejs-java/custom-sh...
  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/