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

2

(0.23 sec)
  1. 5472922.xlsx

    Sheet1 6/12/15 2 3 Test 14.0300 14.0300 false...Sheet1 6/12/15 2 3 Test 14.0300 14.0300 false...

    docs.aspose.com/cells/zh/java/returning-a-range...
  2. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum to understand section breaks and enhance document formatting for better control and presentation.... NewPage 2 The section starts from a new...Writeln ( "This text is in section 2." ); Assert . That ( doc . Sections...

    reference.aspose.com/words/net/aspose.words/sec...
  3. Chart.series property | Aspose.Words for Python

    Chart.series property. Provides access to series collection....= [ 'Category 1' , 'Category 2' , 'Category 3' ] # Insert two...series . add ( 'Series 2' , categories , [ 64.2 , 79.5 , 94.0 ]) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.HasRevisions | Aspose.Words for .NET

    Discover if your document has tracked changes with the HasRevisions property. Easily manage edits and enhance your workflow efficiency.... EqualTo ( 2 )); // Insert revisions show up.... Write ( "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Render Unicode Supplementary characters in outp...

    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....Normal Unicode characters are 2 bytes long while Unicode Supplementary...UTF‑16 these characters require 2 surrogates (16‑bit units). Render...

    docs.aspose.com/cells/java/render-unicode-suppl...
  6. Working with Projects | Aspose.Tasks Documentation

    Learn how to create, edit, and save projects using Aspose.Tasks for .NET....Project project = new Project(); 2 project. Save ( "EmptyProjectSaveXML_out...// Create a project instance 2 Project newProject = new Project();...

    docs.aspose.com/tasks/net/creating-reading-and-...
  7. Document constructor with correct password thro...

    I have 2 different PDF documents sent from the same client, both encrypted with the same password, and both can be opened with Adobe using that password. However, one of them fails in the Document constructor with an “I…...weisberg June 2, 2020, 11:16am 1 I have 2 different PDF documents...password) asad.ali June 2, 2020, 4:59pm 2 @larry.weisberg Would...

    forum.aspose.com/t/document-constructor-with-co...
  8. Document.Revisions | Aspose.Words for .NET

    Effortlessly track document revisions with our advanced tool. Stay organized and enhance collaboration with clear, highlighted changes!... EqualTo ( 2 )); // Insert revisions show up.... Write ( "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Fields::FieldListNum::get_ListLe...

    Aspose::Words::Fields::FieldListNum::get_ListLevel method. Gets or sets the level in the list, overriding the default behavior of the field in C++....will start a count at list level 2. It will display a value of "1"...builder -> Writeln ( u "Paragraph 2" ); // The next LISTNUM field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Java recognition engine....// Limit recognition load to 2 threads RecognitionSettings recognitionSettings...recognitionSettings . setThreadsCount ( 2 ); // Recognize images ArrayList...

    docs.aspose.com/ocr/java/multithreading/