Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 28,813 for

x

(1.07 sec)
  1. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for PHP via Java to optimize teXt positioning in PowerPoint presentations....-> getRect (); echo ( "X: " . $rect -> $x . " Y: " . $rect -> $y...get_Item ( 1 ) -> get_Item ( 1 ); $x = $tbl -> getX () + $tbl -> getRows...

    docs.aspose.com/slides/php-java/paragraph/
  2. Manual Package Installation for SSRS|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....X\Reporting Services\ReportServer\bin...Files\Microsoft SQL Server\MSRS10_50.X\Reporting Services\ReportServer\bin...

    docs.aspose.com/barcode/reportingservices/manua...
  3. 乳胶数学公式渲染| .NET的Aspose.TeX

    Aspose.TeX API解决方案用于.NET乳胶数学公式渲染。了解有关如何使用功能的代码示例。...34 e^x = x^{\color{red}0} + x^{\color{red}1} + \frac{x^{\color{red}2}}{2}...\frac{x^{\color{red}3}}{6} + \cdots = \sum_{n\geq 0} \frac{x^{\color{red}n}}{n...

    docs.aspose.com/tex/zh/net/latex-math-formula-r...
  4. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for Node.js, supporting OMML, formatting controls, and clear code samples.... MathematicalText ( "x" ). divide ( "y" ); mathParagraph...slides . MathematicalText ( "x" ). divide ( "y" ); mathParagraph...

    docs.aspose.com/slides/nodejs-java/powerpoint-m...
  5. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAXis Scaling properties for optimal aXis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....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...
  6. Edit Connector Geometry Section in the ShapeShe...

    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.... new \ # set X value line_to . getX () . setValue...() . getValue () / 2 ) \ # set X value line_to . getX () . setValue...

    docs.aspose.com/diagram/java/edit-connector-geo...
  7. 高级功能|Aspose.PDF for .NET

    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...."$123456789+\\sqrt{1}+\\int_a^b f(x)dx$" ; var cell = row . Cells...\begin{align} (x+y)^3&=(x+y)(x+y)^2 (x+y)(x^2+2xy+y^2)\\ &=x^3+3x^2y+3xy^3+x^3...

    docs.aspose.com/pdf/zh/net/advanced-features/
  8. FindReplaceOptions.ignore_office_math property ...

    FindReplaceOptions.ignore_office_math property. Gets or sets a boolean value indicating either to ignore teXt inside OfficeMath/>...pattern = 'b' , replacement = 'x' , options = options ) if is_ignore_office_math...else : self . assertEqual ( 'i+x-c≥iM+xM-cM' , doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FBX animation rotation problem - Free Support F...

    The FBX rotation generated by this code is completely different from what I eXpected. Is my code incorrect or is it a bug in Aspose? Furthermore, the rotation works correctly when I set the X and Z aXes separately, but …...works correctly when I set the X and Z axes separately, but the...should target specific axes like "X" , "Y" , or "Z" under that property...

    forum.aspose.com/t/fbx-animation-rotation-probl...
  10. 使用 C++ 管理Excel图表的轴线|Documentation

    学习如何在Aspose.Cells for C++中配置图表轴。我们的指南将演示如何调整主轴和副轴、设置其范围以及修改其属性以增强您的图表效果。...] 在Excel图表中,有3种类型的轴: 水平(类别)轴:X轴 垂直(数值)轴:Y轴 深度(系列)轴:Z轴 轴选项 Aspose...| | 管理X和Y轴 在Excel图表中,水平轴和垂直轴是最常用的两个轴线。 以下代码片段演示了如何设置X轴和Y轴的选项。...

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