Sort Score
Result 10 results
Languages All
Labels All
Results 8,911 - 8,920 of 213,191 for

new

(0.47 sec)
  1. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  2. FindReplaceOptions.IgnoreStructuredDocumentTags...

    Discover the FindReplaceOptions IgnoreStructuredDocumentTags property. Control if StructuredDocumentTag content is ignored with this easy-to-use boolean setting.... Document doc = new Document ( MyDir + "Structured...FindReplaceOptions options = new FindReplaceOptions () { IgnoreStructuredDocu...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ParagraphFormat.SnapToGrid | Aspose.Words for .NET

    Discover how the ParagraphFormat SnapToGrid property enhances layout precision by aligning your paragraphs with document grid lines for a polished look....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  4. HorizontalRuleFormat class | Aspose.Words for N...

    Aspose.Words.Drawing.HorizontalRuleFormat class. Represents horizontal rule formatting...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node.PreviousSibling | Aspose.Words for .NET

    Discover the Node PreviousSibling property to easily access the node that comes before your current node, enhancing your DOM manipulation skills....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  6. NumSpacing Enum | Aspose.Words for .NET

    Discover Aspose.Words.NumSpacing enum to customize numeral spacing for enhanced document formatting. Elevate your text presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/num...
  7. 使用C++通过JavaScript将源范围的行高复制到目标范围|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....// Creating a new workbook const workbook = new Workbook (); //...destination range const opts = new PasteOptions (); opts . pasteType...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ro...
  8. Delete PDF Pages with JavaScript via C++|Aspose...

    You can delete pages from your PDF file using Aspose.PDF for JavaScript via C++....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/delete-pages/
  9. 使用 JavaScript 通过 C++ 旋转 PDF 页面|Aspose.PDF for J...

    本主题描述如何通过 JavaScript 通过 C++ 以编程方式旋转现有 PDF 文件中的页面方向...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/zh/javascript-cpp/rotate-pa...
  10. Inserting a WAV file as an OLE Object with Java...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells for JavaScript via C++....arrayBuffer (); const imageData = new Uint8Array ( imageArrayBuffer...imageArrayBuffer ); const objectData = new Uint8Array ( objectArrayBuffer );...

    docs.aspose.com/cells/javascript-cpp/inserting-...