Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 154,809 for

2

(0.54 sec)
  1. 计算小计|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.... StartRow = 2 ; ca . StartColumn = 1 ; ca ....EndRow = 18 ; ca . EndColumn = 2 ; //Apply subtotal, the consolidation...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  2. Converting Range of DjVu Pages to Separate Imag...

    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....#Export first 2 pages $i = 0 ; while ( $i < 2 ) { \ # Save each...

    docs.aspose.com/imaging/java/converting-range-o...
  3. 通过Node.js与C++合并与拆分单元格|Documentation

    Aspose.Cells是一个用于操作电子表格文件的Node.js库,支持合并和拆分单元格。本文章将介绍如何使用Aspose.Cells库合并和拆分单元格,并提供定制合并单元格样式的选项。... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...C6 Cell. cells . get ( 5 , 2 ). putValue ( "This is my value"...

    docs.aspose.com/cells/zh/nodejs-cpp/merging-and...
  4. 在 PS 文件中使用页面 | Java

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

    docs.aspose.com/page/zh/java/ps/working-with-pa...
  5. Add Page Stamp to PDF using C++ | Aspose.PDF

    Add page stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++...._dataDir + pageStampFileName , 2 ); plumPageStamp -> set_Height...1 ; i < 5 ; i ++ ) { if ( i % 2 == 0 ) document -> get_Pages ()...

    products.aspose.com/pdf/cpp/stamps/page/
  6. ChartAxis.axisBetweenCategories property | Aspo...

    ChartAxis.axisBetweenCategories property. Gets or sets a flag indicating whether the value axis crosses the category axis between categories....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TxtSaveOptionsBase.ParagraphBreak | Aspose.Word...

    Discover TxtSaveOptionsBase's ParagraphBreak property, allowing custom paragraph breaks for seamless text format exports. Enhance your document's readability!... Writeln ( "Paragraph 2." ); builder . Write ( "Paragraph...paragraph.\n\n\t" + "Paragraph 2. End of paragraph.\n\n\t" + "Paragraph...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 请问目前 Aspose pdf 目前支持弹出效果的 pdf 批注吗,如果有请提供java 代码...

    批注的效果是:在pdf 上有个类似按钮这样的东西,然后通过点击它展示批注的详细信息。...Discourse May 8, 2025, 11:16am 2 @chenxiaohui111 请问您能否提供更多关于您想...chenxiaohui111 May 12, 2025, 2:17am 5 example_comment_pdf.pdf...

    forum.aspose.com/t/aspose-pdf-pdf-java/312454
  9. RunCollection indexer | Aspose.Words for Python

    RunCollection indexer. Retrieves a [Run](../../run/) at the given index....example -1 means the last item, -2 means the second before last and...assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Check Presence of a Master in the Visio Drawing...

    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....vsd" ); $master_id = 2 ; \ # check master by id $is_present...$master_name = "Background tranquil .2" ; \ # check master object by...

    docs.aspose.com/diagram/java/check-presence-of-...