Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 28,908 for

x

(0.15 sec)
  1. AxisScaleType enumeration | Aspose.Words for No...

    Aspose.Words.Drawing.Charts.AXisScaleType enumeration. Specifies the possible scale types for an aXis....clear (); // Insert a series with X/Y coordinates for five points...160000.0 ]); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. AxisScaling.type property | Aspose.Words for No...

    AXisScaling.type property. Gets or sets scaling type of the aXis....clear (); // Insert a series with X/Y coordinates for five points...160000.0 ]); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for Java 的 MathematicalTeXt 示例:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。...getMathParagraph (); // 添加一个简单分数:x / y。 IMathElement fraction = new...new MathematicalText ( "x" ). divide ( "y" ); mathParagraph ...

    docs.aspose.com/slides/zh/java/examples/element...
  4. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...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/zh/cpp/manage-cells/
  5. System Requirements|CAD 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....openSUSE, CentOS and others) Mac OS X Platform Aspose.CAD for Python...Python supports: Python version 3.x. Development Environments You...

    docs.aspose.com/cad/python-net/system-requireme...
  6. IStructuredDocumentTag.sdt_type property | Aspo...

    IStructuredDocumentTag.sdt_type property. Gets type of this Structured document tag.... of_type ( lambda x : x . as_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CertificateHolder.create method | Aspose.Words ...

    aspose.words.digitalsignatures.CertificateHolder.create method...array that contains data from an X.509 certificate. password str...password required to access the X.509 certificate data. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Resize/Shrink PDF Content in Java | Aspose.PDF ...

    Aspose Support: We have purchased Aspose.Pdf for Java. Using your trial version (for evaluation purpose), I have come up with some code to see if it will meet our requirement. The code seems to be working fine but I am …...5 x 11 inch letter page size, some...may have page size weird as 5.9 x 15.9 inch, some may be properly...

    forum.aspose.com/t/resize-shrink-pdf-content-in...
  9. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AXisBound::get_Value method. Returns numeric value of aXis bound in C++....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart aXes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary aXes, set their ranges, and modify their properties to enhance your charts....axes: Horizontal (Category) Axis: X Axis Vertical (Value) Axis: Y...axis as in Excel. | | Manage X and Y Axes In Excel charts, horizontal...

    docs.aspose.com/cells/cpp/chart-axes/