Sort Score
Result 10 results
Languages All
Labels All
Results 8,721 - 8,730 of 155,503 for

2

(0.94 sec)
  1. LaTeX math formulas rendering | Python via .NET

    The article provides an overview of the Aspose.TeX API solution for Python and its functionality for rendering LaTeX math formulas. Learn the code examples... features import * 2 from aspose. pydrawing import...x^{\color{red}1} + \frac{x^{\color{red}2}}{2} + \frac{x^{\color{red}3}}{6}...

    docs.aspose.com/tex/python-net/latex-math-formu...
  2. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...以下是所有可能的内置样式列表: 20% 强调 1 20% 强调 2 20% 强调 3 20% 强调 4 20% 强调 5 20%...20% 强调 6 40% 强调 1 40% 强调 2 40% 强调 3 40% 强调 4 40% 强调 5 40% 强调 6...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  3. Reading VBA Information from MPP File | Aspose....

    Learn how to read VBA project details, modules, references, and attributes from Microsoft Project MPP files using Aspose.Tasks for .NET....mpp" ); 2 VbaProject vbaProject = project...Project( "New Project.mpp" ); 2 3 VbaProject vbaProject = project...

    docs.aspose.com/tasks/net/reading-vba-informati...
  4. Set Orientation and Control the Export of Hidde...

    This section explains how to set page's layout with Aspose.Diagram.... GetPage ( "Flow 2" ); // Set Visio page visiblity...diagram . Pages . GetPage ( "Flow 2" ); // Set Visio page visiblity...

    docs.aspose.com/diagram/net/set-orientation-and...
  5. ListLevel.startAt property | Aspose.Words for N...

    ListLevel.startAt property. Returns or sets the starting number for this list level.... writeln ( "Item 2" ); builder . listFormat . removeNumbers...paragraphs. builder . writeln ( "List 2 starts below:" ); builder . listFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用连接索引连接形状|Documentation

    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....pageNumber = 0 ; double width = 2 , height = 2 , pinX = 4 . 25 , pinY...shape2_ID = diagram . AddShape ( 2 . 25 , 4 . 5 , rectangle , pageNumber...

    docs.aspose.com/diagram/zh/net/use-connection-i...
  7. Convert Project Data to PDF | Aspose.Tasks Docu...

    A step-by-step guide to converting Microsoft Project files to PDF using Aspose.Tasks for C++....// Read the input Project file 2 System ::SharedPtr < Project >...(dataDir + u "CreateProject2.mpp" ); 2 System ::SharedPtr < SaveOptions...

    docs.aspose.com/tasks/cpp/convert-project-to-pd...
  8. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API....C column width (column index 2) const column = worksheet . cells...cells . columns . get ( 2 ); column . width = 21 ; // Read the...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  9. The type initializer for 'SkiaSharp.SKObject' t...

    I am facing the following error while using Aspose.Words for .NET and Aspose.Cells for .NET (latest versions of both). The issue happens only when web app is deployed Linux based environment. I am using Docker to deploy …...deryushev July 1, 2024, 6:38pm 2 @uax99 Please check the following...6-on-linux 1 Like uax99 July 2, 2024, 1:49am 4 @amjad.sahi ,...

    forum.aspose.com/t/the-type-initializer-for-ski...
  10. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....the guts of this sample: // The 2 things you need: // 1. the Header...createFooterPart ( wordMLPackage ); // 2. an entry in SectPr createFooterReferenc...

    docs.aspose.com/words/java/insert-footer/