Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 217,691 for

new

(0.2 sec)
  1. HtmlSaveOptions.ExportXhtmlTransitional | Aspos...

    Optimize your HTML with the HtmlSaveOptions ExportXhtmlTransitional property. Control DOCTYPE declarations for better compatibility in HTML, MHTML, and EPUB formats....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); HtmlSaveOptions options = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  2. AxisTickLabels.spacing property | Aspose.Words ...

    AxisTickLabels.spacing property. Gets or sets the interval at which the tick labels are drawn....supported by MS Office 2016 new charts. Valid range of a value...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Change the HTML Link Target Type with JavaScrip...

    Learn how to change the HTML link target type using Aspose.Cells for JavaScript via C++. Control the target attribute in your HTML links....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link target type const opts = new HtmlSaveOptions (); opts . linkTargetType...

    docs.aspose.com/cells/javascript-cpp/change-the...
  4. Clone Presentation Slides in PHP|Aspose.Slides ...

    Quickly duplicate PowerPoint slides with Aspose.Slides for PHP. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....process of slide cloning creates a new slide that can be modified by...a presentation file $pres = new Presentation ( "CloneWithinSamePrese...

    docs.aspose.com/slides/php-java/clone-slides/
  5. Aspose::Words::Vba::VbaModule::get_Name method ...

    Aspose::Words::Vba::VbaModule::get_Name method. Gets or sets VBA project module name in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  6. Remove Duplicate Rows in a Worksheet with JavaS...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for JavaScript via C++ and select specific columns for duplication checks....uploaded file const book = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/remove-dup...
  7. Add Pivot Connection with JavaScript via C++|Do...

    Learn how to add a pivot connection using Aspose.Cells for JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/add-pivot-...
  8. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead of using VSTO in C#....Words Document doc = new Document ( "Inserting Table.doc"...); DocumentBuilder builder = new DocumentBuilder ( doc ); // We...

    docs.aspose.com/words/net/inserting-table/
  9. 使用C++通过JavaScript实现非连续范围|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript创建命名的非连续范围。有效利用非连续单元格范围。...Creating a new Workbook object const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  10. Edit DOC In Java

    Edit DOC in Java code....and formatting attributes Add new DOC elements Search DOC for text...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/java/edit/doc/