Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 153,585 for

2

(0.16 sec)
  1. Take Excel function - Free Support Forum - aspo...

    Is the Excel Take function going to be implemented? https://support.microsoft.com/en-us/office/take-function-25382ff1-5da1-4f78-ab43-f33bd2e4e003 Thanks! Dean...Unlisted April 14, 2025, 4:10pm 2 amjad.sahi Listed April 14, 2025...team. Moonglum July 8, 2025, 2:53pm 5 Any word on this? amjad...

    forum.aspose.com/t/take-excel-function/311284
  2. New Line in Cells|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....createRow ( 2 ); Cell cell = row . createCell ( 2 ); cell . setCellValue...

    docs.aspose.com/cells/java/new-line-in-cells/
  3. PdfSaveOptions.openHyperlinksInNewWindow proper...

    PdfSaveOptions.openHyperlinksInNewWindow property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....prohibited by PDF/A-1 and PDF/A-2 compliance. false will be used...when saving to PDF/A-1 and PDF/A-2. Examples Shows how to save hyperlinks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OutlineOptions.defaultBookmarksOutlineLevel pro...

    OutlineOptions.defaultBookmarksOutlineLevel property. Specifies the default level in the document outline at which to display Word bookmarks....document outline at level 1; 2 for level 2 and so on. Default is 0...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 Python 向 PDF 添加页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 文件添加页面图章。...PdfPageStamp ( path_input_stamp , 2 ) plumPageStamp . set_height (...in range ( 1 , 6 ): if ( i % 2 == 0 ): document . pages [ i ]...

    products.aspose.com/pdf/zh-hant/python-net/stam...
  6. Add Page Stamp to PDF using Java | Aspose.PDF

    Add page stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java.... toString (), 2 ); plumPageStamp . setHeight (...1 ; i < 5 ; i ++ ) { if ( i % 2 == 0 ) pdfDocument . getPages...

    products.aspose.com/pdf/java/stamps/page/
  7. PdfSaveOptions.open_hyperlinks_in_new_window pr...

    PdfSaveOptions.open_hyperlinks_in_new_window property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....prohibited by PDF/A-1 and PDF/A-2 compliance. False will be used...when saving to PDF/A-1 and PDF/A-2. Examples Shows how to save hyperlinks...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the text of this node and of all its children....writeln ( "Numbered list item 2" ); builder . writeln ( "Numbered...writeln ( "Bulleted list item 2" ); builder . writeln ( "Bulleted...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompositeNode.GetText | Aspose.Words for .NET

    Discover the CompositeNode GetText method to efficiently retrieve text from nodes and their children, enhancing your data processing capabilities....Writeln ( "Numbered list item 2" ); builder . Writeln ( "Numbered...Writeln ( "Bulleted list item 2" ); builder . Writeln ( "Bulleted...

    reference.aspose.com/words/net/aspose.words/com...
  10. How to use XPath – Aspose.HTML for .NET

    Learn how to use Aspose.HTML to navigate through HTML and select nodes by XPath Query; how to select all photos from HTML using XPath expressions....the remainder when divided by 2, i.e. odd: XPath Expression Copy...// main / div [ position() mod 2 = 1 ]// img C# code Copy 1 var...

    docs.aspose.com/html/net/how-to-articles/how-to...