Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 29,005 for

x

(0.16 sec)
  1. ChartAxis.has_minor_gridlines property | Aspose...

    ChartAXis.has_minor_gridlines property. Gets or sets a flag indicating whether the aXis has minor gridlines....containing date/time values for the X-axis, and respective decimal values...bounds for the X-axis. x_axis = chart . axis_x x_axis . scaling...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在演示文稿中使用 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/
  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. Minimal XDimension|Documentation

    Learn how to use MinimalXDimension together with XDimension mode to control recognition of very small barcode modules....USE_MINIMAL_X_DIMENSION) QualitySettings.se...XDimensionMode is set to USE_MINIMAL_X_DIMENSION . For all other XDimension...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. 从 PHP 演示文稿中获取段落边界|Aspose.Slides for PHP 文档

    了解如何在 Aspose.Slides for PHP via Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。...-> getRect (); echo ( "X: " . $rect -> $x . " Y: " . $rect -> $y...get_Item ( 1 ) -> get_Item ( 1 ); $x = $tbl -> getX () + $tbl -> getRows...

    docs.aspose.com/slides/zh/php-java/paragraph/
  6. 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...
  7. AxisScaling.Minimum | Aspose.Words for .NET

    Discover the AXisScaling Minimum property to easily set and customize your aXis's minimum value for enhanced data visualization....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. ChartAxis xAxis = chart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. AxisScaling.Maximum | Aspose.Words for .NET

    Discover AXisScaling's MaXimum property to easily set or retrieve the aXis's maXimum value, enhancing your data visualization with precision....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. ChartAxis xAxis = chart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::AxisScaling::ge...

    Aspose::Words::Drawing::Charts::AXisScaling::get_LogBase method. Gets or sets the logarithmic base for a logarithmic aXis in C++....Clear (); // Insert a series with X/Y coordinates for five points...0 })); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....begins with the moveto M x,y command. x and y coordinates indicate...path should start. Syntax : M x y (absolute) or m dx dy (relative)...

    docs.aspose.com/svg/net/drawing-basics/svg-path...