Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 153,670 for

2

(0.17 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.... MoveTo ( 2 ); //Save the excel file. workbook...SetSheetOrder ( "third sheet" , 2 ); FileStream sw = File . Create...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  2. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    Discover the ParagraphFormat PageBreakBefore property, easily control page breaks before paragraphs for enhanced document formatting and readability.... Writeln ( "Paragraph 2." ); LayoutCollector layoutCollector...paragraphs [ 1 ]), Is . EqualTo ( 2 )); } else { Assert . That ( layoutCollector...

    reference.aspose.com/words/net/aspose.words/par...
  3. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page.... writeln ( "Paragraph 2, Page 2." ); builder . insertBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. PageSet.All | Aspose.Words for .NET

    Access all document pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...Writeln ( $"Page {i + 1} ({(i % 2 == 0 ? " odd " : " even ")})"...ExportPageSet.Even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FieldCollection.remove method | Aspose.Words fo...

    FieldCollection.remove method. Removes the specified field from this collection and from the document.... count ) # 2 - Get the collection to remove...an index: fields . remove_at ( 2 ) self . assertEqual ( 3 , fields...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxis.axis_between_categories property | As...

    ChartAxis.axis_between_categories property. Gets or sets a flag indicating whether the value axis crosses the category axis between categories.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # For column charts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::PageRange::PageRange con...

    Aspose::Words::Saving::PageRange::PageRange constructor. Creates a new page range object in C++....Words :: Saving :: PageRange > ( 2 , 3 ), System :: MakeObject <...Words :: Saving :: PageRange > ( 2 , 4 ), System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 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/
  10. Move Pages to PDF using .NET | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C# sample code using Aspose.PDF for .NET... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); srcDocument . Save ( outputFile...

    products.aspose.com/pdf/net/pages/move/