Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 28,522 for

x

(0.39 sec)
  1. Add Math Equations to PowerPoint Presentations ...

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

    docs.aspose.com/slides/java/powerpoint-math-equ...
  2. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim X As New Aspose.Cells.Workbook X.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0)...Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0)...

    forum.aspose.com/t/putting-an-object-into-a-cel...
  3. 1. 简单公式

    本文讨论如何使用 TeX 和 LaTeX 创建用于更复杂公式的简单原子数学表达式。...最简单的公式是单个字母 *x* 或单个数字 4 。要在 LaTeX 文本中插入这样的公式,只需输入 $x$ 或 $4$ 。 所有数学公式都被包裹在特殊的数学括号(...所有数学公式都被包裹在特殊的数学括号( $...$ )中。 当你输入 $x$ 时, x 会以斜体显示,而 $2$ 则会以罗马体(正常字体)显示数字...

    docs.aspose.com/tex/zh/java/latex-math-simple-f...
  4. Gaussian Blur – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code for a Gaussian Blur filter and see C# eXamples to implement Gaussian Blur effect on SVG elements and bitmaps with Aspose.SVG....attributes for filter primitive are x, y, width, height, and id . They...standard deviation value along the x-axis of the coordinate system...

    docs.aspose.com/svg/net/gaussian-blur/
  5. 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...
  6. 数学文本|Aspose.Slides 文档

    探索 Aspose.Slides for C++ 的 MathematicalTeXt 示例:使用 C++ 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化方程式、分数、矩阵和符号。...get_MathParagraph (); // 添加一个简单分数:x / y。 auto fraction = MakeObject...MakeObject < MathematicalText > ( u "x" ) -> Divide ( u "y" ); mathParagraph...

    docs.aspose.com/slides/zh/cpp/examples/elements...
  7. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...x to 25.x the 3DS loader was rewritten...the behaviour you had in the 19.x series. 3. Save to STL (binary...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  8. ChartType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartType enumeration. Specifies type of a chart....grouped and banded along the X-axis by category: let chart =...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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/
  10. Get Paragraph Bounds from Presentations on Andr...

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

    docs.aspose.com/slides/androidjava/paragraph/