Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 222,912 for

new

(0.15 sec)
  1. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a document easily and fast instead of using NPOI in C#....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Create a new document from scratch XWPFDocument doc = new XWPFDocument...

    docs.aspose.com/words/net/format-table-in-docum...
  2. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected document formats for seamless file management.... Document doc = new Document (); // Configure a SaveOptions...OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words/fil...
  3. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...custom border thickness for all new cells created by the builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list.... Document doc = new Document (); // An empty document...FirstParagraph ; Run paragraphText = new Run ( doc , "Initial text. "...

    reference.aspose.com/words/net/aspose.words/com...
  5. 通过Node.js via C++添加带有命名目的书签到PDF|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加带有命名目的PDF书签。确保书签在页面变更时保持完整。... "data" ); const workbook = new AsposeCells . Workbook ( path...this cell const bookmarkEntry = new AsposeCells . PdfBookmarkEntry...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pdf-boo...
  6. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。...stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  7. 通过C++使用JavaScript打开不同版本的Microsoft Excel文件|Docum...

    本文讲解了如何通过Aspose.Cells for JavaScript在C++中打开不同Excel版本的文件。... const loadOptions1 = new LoadOptions ( LoadFormat . Auto...stream const wbExcel95 = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  8. Layout Slide|Aspose.Slides for PHP Documentation

    Use PHP to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, PPTX and ODP....addLayoutSlide () { $presentation = new Presentation (); try { $masterSlide...accessLayoutSlide () { $presentation = new Presentation ( "layout_slide...

    docs.aspose.com/slides/php-java/examples/elemen...
  9. Creating an Outlook Contact|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...._Application OutlookObject = new Microsoft . Office . Interop... Application (); //Create a new Contact Item Microsoft . Office...

    docs.aspose.com/email/java/creating-an-outlook-...
  10. Set Print Area|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....workbook = new Workbook (); workbook . Worksheets . Add ( "new sheet"...worksheet. C# IWorkbook wb = new XSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/net/set-print-area/