Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 155,680 for

2

(0.89 sec)
  1. Export Math Equations from Presentations in PHP...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for PHP via Java — preserve formatting and boost compatibility....( "a" ) -> setSuperscript ( "2" ) -> join ( "+" ) -> join ( new...( "b" ) -> setSuperscript ( "2" )) -> join ( "=" ) -> join (...

    docs.aspose.com/slides/php-java/exporting-math-...
  2. Add Pages in PDF|Aspose.PDF for PHP via Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using PHP....$document -> getPages () -> insert ( 2 ); // Save output document $document...$document -> getPages () -> insert ( 2 ); // copy page parameters from...

    docs.aspose.com/pdf/php-java/add-pages/
  3. Grouped answer sheet with question skipping|Doc...

    OMR ready grouped answer sheet with question skipping...container= columns_count=2 block_bottom_margin=0 block_top_padding=0...align=left &block ?block= column=2 border=rounded ?empty_line= height=25...

    docs.aspose.com/omr/net/showcases/exam/grouped/
  4. Inconsistency between Word and PDF documents co...

    Hello, When saving document containing a table with specific “Keep with next” setup within cells, we get differences between generated Word and PDF content. In PDF the table is fitted into first page, while in Word it is…...noskov August 28, 2023, 12:49pm 2 @ANDREA.FARRIS We have opened...inconvenience. dfinsolutions May 2, 2025, 5:49am 5 Hi Alexey, is...

    forum.aspose.com/t/inconsistency-between-word-a...
  5. 在 PostScript 中使用页面 | C++

    Aspose.Page API 解决方案解答了如何将页面添加到 PS 文件的问题。了解如何在 C++ 中使用该功能... 以下代码片段通过 8 个步骤创建一个 2 页的 PS 文档: 为生成的 PS 文件创建输出流。 使用默认选项创建...使用默认选项创建 对象。 使用已创建的输出流和保存选项创建一个 2 页的 PsDocument。 使用文档的默认页面尺寸(纵向...

    docs.aspose.com/page/zh/cpp/ps/working-with-pages/
  6. FontInfoCollection.Item | Aspose.Words for .NET

    Discover the FontInfoCollection Item property to easily retrieve fonts by name, enhancing your design projects with precision and style....FontInfoCollection indexer (1 of 2) Gets a font with the specified...FontInfoCollection indexer (2 of 2) Gets a font at the specified...

    reference.aspose.com/words/net/aspose.words.fon...
  7. MappedDataFieldCollection.Count | Aspose.Words ...

    Discover the MappedDataFieldCollection Count property, which efficiently reveals the total number of elements in your data collection for optimized management.... EqualTo ( 2 )); using ( IEnumerator < KeyValuePair...<summary> /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/net/aspose.words.mai...
  8. 如何使用C++通过JavaScript创建带有下拉列表的动态图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到图表中以实现灵活的数据可视化。...allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. 在 .NET 中管理演示文稿中的图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以打造更具吸引力的幻灯片。...GetCell ( defaultWorksheetInde , 2 , 1 , 0.50 )); series . DataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . Type ); series2...

    docs.aspose.com/slides/zh/net/chart-data-label/
  10. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....setIndices ( new int []{ 0 , 1 , 2 , 3 , 4 , 5 }); // Now split it...it into 2 sub meshes, first mesh will contains 0/1/2 planes,...

    docs.aspose.com/3d/java/split-mesh/