Sort Score
Result 10 results
Languages All
Labels All
Results 6,901 - 6,910 of 213,185 for

new

(0.76 sec)
  1. DocumentBuilder.italic property | Aspose.Words ...

    DocumentBuilder.italic property. True if the font is formatted as italic....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Search and Replace Data in a Range with JavaScr...

    This article shows how to search and replace data in a range in Excel using JavaScript via C++ code....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Configure find options const opts = new FindOptions (); opts . lookInType...

    docs.aspose.com/cells/javascript-cpp/search-and...
  3. 指定使用DBNum自定义模式格式|Documentation

    Aspose.Cells是一个支持用自定义格式模式格式化日期和数字的JavaScript/C++库。本文展示了如何使用 dbnum 自定义格式模式以更好地控制数字显示。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  4. Shading.foregroundPatternThemeColor property | ...

    Shading.foregroundPatternThemeColor property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

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

    Adjust the FooterDistance property to control the space between your page footer and the bottom. Enhance your document layout effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  6. PageSetup.HeaderDistance | Aspose.Words for .NET

    Adjust the PageSetup HeaderDistance property to customize header spacing in points, enhancing your document's layout for better readability and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Shading.backgroundPatternThemeColor property | ...

    Shading.backgroundPatternThemeColor property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Creating and Managing PST Files|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 PST Files To create a new PST file on a local disk, you...with a line of code: // Create new PST using var pst = PersonalStorage...

    docs.aspose.com/email/net/create-and-manage-pst...
  9. Joining And Appending in Ruby|Aspose.Words for ...

    Joining and appending Documents using Ruby.... new ( @data_dir + "TestFile.Destination..."com.aspose.words.Document" ) . new ( @data_dir + "TestFile.Source...

    docs.aspose.com/words/java/joining-and-appendin...
  10. ImagePixelFormat | Aspose.Words for Java

    Specifies the pixel format for the generated images of document pages in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."Logo.jpg"); Assert.assertTrue(new File(getImageDir() + "Logo.jpg")...

    reference.aspose.com/words/java/com.aspose.word...