Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 150,070 for

2

(0.06 sec)
  1. CalendarType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.CalendarType enum to easily specify and customize your calendar types for enhanced document management and automation.... Hebrew 2 The Hebrew Lunar calendar. SakaEra...Numeric: builder . InsertField ( " = 2 + 3 \\# $###" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/cal...
  2. Inserting and Deleting Rows and Columns in Jyth...

    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.... insertRows ( 2 , 1 ) # Saving the modified Excel...worksheet . getCells (). insertRows ( 2 , 10 ) # Saving the modified Excel...

    docs.aspose.com/cells/java/inserting-and-deleti...
  3. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this document.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. EndnoteOptions class | Aspose.Words for Python

    aspose.words.notes.EndnoteOptions class. Represents the endnote numbering options for a document or section... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . write ( 'Text 3...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java....write("Run 2. "); // Every invocation of the...getRuns(); Assert.assertEquals(2, runs.getCount()); // We can also...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 PostScript 中处理文本 | .NET

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 .NET 中使用该功能...new string [] { FONTS_FOLDER }; 2 Aspose. Page . Font . DrFont drFont...stream for the PostScript document 2 using (Stream outPsStream = new...

    docs.aspose.com/page/zh/net/ps/working-with-text/
  7. Slim versison of Aspose.PDF assembly - Free Sup...

    https://forum.aspose.com/t/slim-versison-of-aspose-pdf-assembly/287984/8 hello asad.ali My comapny recently renewed our license and bought premium support with it. Can you let me know how I can get to see the details o…...deng August 2, 2024, 8:27pm 1 I am trying to...Professionalize.Discourse August 2, 2024, 8:27pm 2 Could you please provide...

    forum.aspose.com/t/slim-versison-of-aspose-pdf-...
  8. 在 PostScript 中使用文本 | C++

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...System::String > ({FONTS_FOLDER})); 2 System ::SharedPtr < DrFont >...path to the documents directory. 2 System::String dataDir = RunE...

    docs.aspose.com/page/zh/cpp/ps/working-with-text/
  9. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...cells-java Tim49 April 23, 2025, 2:29pm 1 The following code snippet...johnson.shi April 23, 2025, 2:53pm 2 @Tim49 We have found the issue...

    forum.aspose.com/t/deleteblankoptions-set-start...
  10. Revision.reject method | Aspose.Words for Python

    Revision.reject method. Reject this revision.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...