Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 26,125 for

x

(0.2 sec)
  1. How to Convert PDF to PDF X1A in Python

    This short tutorial guides on how to convert PDF to PDF X1A in Python. It has details about the IDE settings, a list of steps and a runnable sample code to develop PDF to PDF X 1A converter in Python.... Steps to Convert PDF to PDF X 1A in Python Set the development...Python via .NET for conversion to X-1a format Load the source PDF...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  2. 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...
  3. 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...
  4. 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/
  5. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AXisBound::get_ValueAsDate method. Returns value of aXis bound represented as datetime in C++....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Manage Text Portions in Presentations on Androi...

    Learn how to manage teXt portions in PowerPoint presentations using Aspose.Slides for Android via Java, boosting performance and customization.... println ( "X: " + point . x + " Y: " + point . y );...

    docs.aspose.com/slides/androidjava/portion/
  7. 部分|Aspose.Slides 文档

    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.... println ( "X: " + point . x + " Y: " + point . y );...

    docs.aspose.com/slides/zh/androidjava/portion/
  8. 在演示文稿中使用 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/
  9. positioned_block|Documentation

    Absolutely positioned container that allows to place any number of elements at the specific coordinates on OMR form....Attribute Description Usage example x Absolute position of the block...to the left edge of the page. x=1200 y Absolute position of the...

    docs.aspose.com/omr/net/txt-markup/positioned_b...
  10. 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...