Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 28,978 for

x

(0.15 sec)
  1. 使用 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...
  2. Read 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of reading various type of 3D documents....glTF DXF PLY (ASCII, Binary) X (ASCII, Binary) Draco 3MF RVM...

    docs.aspose.com/3d/nodejs-java/read-3d-document/
  3. Add watermark to PDF using Rust|Aspose.PDF for ...

    This eXample demonstrates how to add a customizable teXt watermark to a PDF document using Aspose.PDF for Rust via C++....size Text color (HEX format) X and Y position coordinates Rotation...

    docs.aspose.com/pdf/rust-cpp/add-watermarks/
  4. 在 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/
  5. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...point ); void LineTo ( float x , float y ); 在路径的指定位置添加直线 : void...index ); void LineTo ( float x , float y , uint32_t index );...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  6. 自定义形状|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...
  7. 档案

    档案...==(TestUser x, TestUser y) { if ((object)x != null) return x.Equals(y);...((object)y != null) return y.Equals(x); return true; } public static...

    blog.aspose.com/zh/email/import-contacts-from-g...
  8. How to Create Hello World Presentations in Java...

    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....x, you need to make some minor changes...New Aspose.Slides for Java 14.x.x Approach How to Add Headers &...

    docs.aspose.com/slides/java/how-to-create-hello...
  9. ChartSeries.remove method | Aspose.Words for Py...

    ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified indeX...method remove(index) Removes the X value, Y value, and bubble size...values to the both series. new_x_category = aw . drawing . charts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 Java 管理演示文稿中的连接线|Aspose.Slides 文档

    赋能 Java 应用在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面掌控直线、拐角线和曲线连接线。...点的水平分量的形状: // 绘制连接器的垂直分量 float x = connector . getX () + connector...addAutoShape ( ShapeType . Rectangle , x , y , 0 , height ); 结果: 案例 2 在...

    docs.aspose.com/slides/zh/java/connector/