Sort Score
Result 10 results
Languages All
Labels All
Results 5,051 - 5,060 of 19,447 for

2 of

(0.12 sec)
  1. Import Pdf to OneNote

    Import from Pdf to OneNote using C# or .NET API....Copy 1 var d = new Document(); 2 3 d.Import(Path.Combine(dataDir...Copy 1 var d = new Document(); 2 3 var importOptions = new PdfImportOptions();...

    docs.aspose.com/note/net/import/import-from-pdf/
  2. Aspose::Words::Saving::IPageSavingCallback::Pag...

    Aspose::Words::Saving::IPageSavingCallback::PageSaving method. Called when Aspose.Words saves a separate page to fixed page formats in C++....builder -> Writeln ( u "Page 2." ); builder -> InsertImage (...set_PageFileName ( outFileName ); // 2 - Create a custom stream for the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. ImportFormatOptions.keep_source_numbering prope...

    ImportFormatOptions.keep_source_numbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... Item 2 \r\n ' + '8. Item 3 \r\n ' + '9...'6. Item 1 \r\n ' + '7. Item 2 \r\n ' + '8. Item 3 \r\n ' + '9...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert HTML to Markdown in Java – Aspose.HTML ...

    Learn how to convert HTML to Markdown in Java using Aspose.HTML API. Consider various HTML to Markdown conversion scenarios in Java code....HTML code and save it to a file 2 String code = "<h1>Convert HTML...file 2 String code = "<h1>Header 1</h1>" + 3 "<h2>Header 2</h2>"...

    docs.aspose.com/html/java/convert-html-to-markd...
  5. Aspose::Words::Document::StopTrackRevisions met...

    Aspose::Words::Document::StopTrackRevisions method. Stops automatic marking Of document changes as revisions in C++....) -> get_Runs () -> idx_get ( 2 ) -> get_IsInsertRevision ());..."Hello again! " ); ASSERT_EQ ( 2 , doc -> get_Revisions () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...AddFieldToArea ( PivotFieldType :: Data , 2 ); pivotTable . RefreshData ();...AddFieldToArea ( PivotFieldType :: Data , 2 ); pivotTable . RefreshData ();...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  7. PageSetup.bidi property | Aspose.Words for Node.js

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text.... write ( "Column 2." ); builder . insertBreak ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeriesGroup.SecondSectionSize | Aspose.Wor...

    Discover how to adjust the SecondSectionSize property in ChartSeriesGroup to customize your pie chart's secondary section size effectively....[] { "Category 1" , "Category 2" , "Category 3" , "Category 4"...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Font.styleIdentifier property | Aspose.Words fo...

    Font.styleIdentifier property. Gets or sets the locale independent style identifier Of the character style applied to this formatting....in \"Emphasis\" style" ); // 2 - Using a built-in style identifier:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert PNG to EPS using API for .NET

    PNG to EPS conversion functionality Offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....C# It is necessary to do just 2 steps in order to perform PNG...com/aspose-page/Aspose.Page-for-.NET 2 3 // The path to the documents...

    docs.aspose.com/page/net/convert/png-to-eps/