Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 29,868 for

x

(0.07 sec)
  1. 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...
  2. Get Paper Width and Height of Page Setup of Wor...

    Discover how to get the EXcel Worksheet Page Setup Paper Width and Height using Node.js via C++ programmatically.... getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...getPageSetup (). getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...

    docs.aspose.com/cells/nodejs-cpp/get-paper-widt...
  3. Add Math Equations to PowerPoint Presentations ...

    Learn how to work with mathematical equations in PowerPoint using Aspose.Slides for Python via .NET. Get detailed instructions, code eXamples, and tips to automate the creation and editing of presentations.... MathematicalText ( "x" ) . divide ( "y" ) math_paragraph...= math . MathematicalText ( "x" ) . divide ( "y" ) math_paragraph...

    docs.aspose.com/slides/python-net/powerpoint-ma...
  4. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for Android, 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/androidjava/powerpoint-m...
  5. 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...
  6. 在演示文稿中使用 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/
  7. 1. 简单公式

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

    docs.aspose.com/tex/zh/java/latex-math-simple-f...
  8. 数学文本|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...
  9. FieldEQ.as_office_math method | Aspose.Words fo...

    FieldEQ.as_office_math method. Returns Office Math object corresponded to the EQ field.... of_type ( lambda x : x . as_field_eq (), b ), list...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreOfficeMath method. Gets or sets a boolean value indicating either to ignore teXt inside OfficeMath/>. The default value is true in C++....get_Range () -> Replace ( u "b" , u "x" , options ); if ( isIgnoreOfficeMath...()); } else { ASSERT_EQ ( u "i+x-c≥iM+xM-cM" , doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.rep...