Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 29,857 for

x

(0.24 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. Using Operators in Java|Aspose.Words for Java

    Use predefined operators in template eXpressions when building a report in Java....Primary x.y x?.y f(x) a[x] a?[x] new Unary - ! ~ (T)x Binary *...

    docs.aspose.com/words/java/using-operators/
  3. How to Convert PDF to PDF X1A in Java

    This short how-to guide describes the process on how to convert PDF to PDF X1A in Java. It has details about setting the IDE, a list of steps defining the programming tasks, and a runnable sample code to develop a PDF to PDF X 1A converter in Java....presented to implement PDF to PDF X 1A converter in Java . Steps to...that is to be transformed to PDF/X-1a Create an object of PdfFormatConversionO...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-pd...
  4. Manage Axes of Excel Charts|Documentation

    Learn how to configure chart aXes in Aspose.Cells for Python via .NET. 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 an Excel chart,...

    docs.aspose.com/cells/python-net/chart-axes/
  5. Manage Axes of Excel Charts|Documentation

    Learn how to configure chart aXes in Aspose.Cells for .NET. 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...as done in Excel. | | Manage X and Y Axes In an Excel chart,...

    docs.aspose.com/cells/net/chart-axes/
  6. 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/
  7. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document page into a Graphics object to a specified size in C++....Graphics > & graphics , float x , float y , float width , float...object where to render to. x float The X coordinate (in world units)...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. 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/
  9. Different UnitType is not used in CadRasterizat...

    I’m struggeling with the fact that I want to set the PageWidth and PageHeight properties in a new instance of the CadRasterizationOptions class that I’ll pass into the PdfOptions. I set the UnitType to UnitType.Millimet…...page size 25,40 x 38,10 cm, which is exactly 10 x 15 inch. Off course...DWG is unitless with size 1189 x 841 ‘undefined units’. I say,...

    forum.aspose.com/t/different-unittype-is-not-us...
  10. 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...