Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 28,966 for

x

(0.06 sec)
  1. 以自定义二进制格式保存 3D 网格|Documentation

    使用 Aspose.3D for .NET API,开发人员可以打开任何受支持的 3D 文件,然后在自定义二进制文件中写入网格。...}; * * struct Vertex { * float x; * float y; * float z; * }; *...writer . Write (( float ) cp . x ); writer . Write (( float ) cp...

    docs.aspose.com/3d/zh/net/save-3d-meshes-in-cus...
  2. MarkerSymbol enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.MarkerSymbol enumeration. Specifies marker symbol style.... X Specifies an X shall be drawn at each...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...}; * * struct Vertex { * float x; * float y; * float z; * }; *.... writeFloat (( float ) cp . x ); writer . writeFloat (( float...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...
  4. ChartYValueType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ChartYValueType enum to easily define Y value types for your chart series, enhancing your data visualization capabilities.... Time 2 Specifies that an X value is a time of day. See Also...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF for Java....Web or save as PDF/A (or PDF/X) document. Get Started Convert...

    docs.aspose.com/pdf/java/basic-operations/
  6. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates....int x = 0 ; x < table -> get_Rows () -> get_Count (); x ++ )...table -> get_Rows () -> idx_get ( x ); for ( int y = 0 ; y < row ->...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  7. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....loadPLYOpts ); Use of the DirectX X Load Options The code below shows...options before loading a DirectX X file. var aspose = aspose || {};...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  8. Merge XPS files | Aspose.Page for JavaScript

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

    docs.aspose.com/page/javascript-cpp/merge/xps/
  9. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article eXplains how to define a Mesh....1 , 2 , 3 }); // Right side (X+) mesh . CreatePolygon ( new int... 4 , 7 , 6 }); // Left side (X-) mesh . CreatePolygon ( new int...

    docs.aspose.com/3d/net/create-3d-mesh-and-scene/
  10. Manage Connectors in Presentations Using PHP|As...

    Empower PHP apps to draw, connect and auto-route lines in PowerPoint slides — gain full control over straight, elbow and curved connectors....vertical component of the connector $x = $connector -> getX () . $connector...addAutoShape ( ShapeType :: Rectangle , $x , $y , 0 , $height ); The result:...

    docs.aspose.com/slides/php-java/connector/