Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 30,515 for

x

(0.08 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. FindReplaceOptions.apply_font property | Aspose...

    FindReplaceOptions.apply_font property. TeXt formatting applied to new content....replacement = f '0x { number : X } ' self . m_log . append ( f...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Navigate SVG in Python – CSS Selectors and XPath

    Navigate and inspect SVG files in Python with Aspose.SVG. Read markup, iterate elements, inspect attributes, use CSS selectors, and run XPath queries....distinguish geometry attributes such as x , y , and width from styling stored...id = first - rect 3 Attribute: x = 50 4 Attribute: y = 90 5 Attribute:...

    docs.aspose.com/svg/python-net/navigate-svg/
  4. How to obtain actual rendered width/bounds of T...

    Hello, We are currently testing TEXT and MTEXT entity processing using Aspose.CAD for .NET 26.1.0 and would appreciate some guidance. Our goal is to obtain the actual rendered width/height or bounding boX of DWG TEXT a…... So if X for them are the same, it will...Bounds[0].X + " " + ceb.Bounds[0].Y + " " + ceb.Bounds[1].X + " "...

    forum.aspose.com/t/how-to-obtain-actual-rendere...
  5. 自定义形状|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...
  6. 在 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/
  7. 在 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/
  8. 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/
  9. 使用 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/
  10. 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/