Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 26,137 for

x

(0.06 sec)
  1. 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...
  2. Using Charts to Represent Sequential Data|Aspos...

    Use charts to represent your sequential data when building a report in Java....on the type of the chart, add x tags to the chart title or chart...series’ names as follows. << x [ x_value_expression >> For a scatter...

    docs.aspose.com/words/java/using-charts-to-repr...
  3. Apply or Change Slide Layouts in Python|Aspose....

    Learn how to manage and customize slide layouts in Aspose.Slides for Python via .NET. EXplore layout types, placeholder control, footer visibility, and layout manipulation through code eXamples in Python....Method add_content_placeholder(x: float, y: float, width: float...add_vertical_content_placeholder(x: float, y: float, width: float...

    docs.aspose.com/slides/python-net/slide-layout/
  4. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++....get_WrapType ()); // Create a 400pt x 400pt group shape and place it...coordinate plane size to 500 x 500pt. // The top left corner...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 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...
  6. 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...
  7. 4. Decorated symbols and compound structures

    This article discusses a number of commands that produce various medium-sized math structures using the amsmath package....boxed { f(x_0 - x) \ leq f (x_0) \ leq f (x_0 + x) } 5 \ end{equation}...infty} ^ \ infty \ qquad \ lim_{x \ to x_0} 3 \ ] 4 Text : $ \ sum_{n...

    docs.aspose.com/tex/java/latex-math-decorations/
  8. 在 Python 中获取演示文稿的段落边界|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python via .NET 中检索段落和文本部分的边界,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本定位。...][ 1 ] x = tbl . X + tbl . rows [ 1 ][ 1 ] . offset_x y = tbl...ShapeType . RECTANGLE , rect . x + x , rect . y + y , rect . width...

    docs.aspose.com/slides/zh/python-net/paragraph/
  9. FindReplaceOptions.IgnoreOfficeMath | Aspose.Wo...

    Skip OfficeMath teXt during find-and-replace operations with IgnoreOfficeMath to simplify content updates.... Replace ( "b" , "x" , options ); if ( isIgnoreOfficeMath...(). Trim (), Is . EqualTo ( "i+x-c≥iM+xM-cM" )); See Also class...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for 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/java/paragraph/