Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 196,451 for

new

(0.14 sec)
  1. SignatureLineOptions.allowComments property | A...

    SignatureLineOptions.allowComments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  3. Add TOC to Existing PDF in PHP|Aspose.PDF for Java

    Explore how to add a table of contents (TOC) to an existing PDF document in PHP with Aspose.PDF for improved navigation.... $doc = new Document ( $dataDir . "input1...information $toc_info = new TocInfo (); $title = new TextFragment ( "Table...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  4. 使用 Javascript 製作 DOC

    通過幾個步驟在 JavaScript 中創建一個新的 DOC。使用 Node.js via .NET 庫輕鬆創建 DOC。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  5. 使用 Javascript 製作 Markdown

    通過幾個步驟在 JavaScript 中創建一個新的 Markdown。使用 Node.js via .NET 庫輕鬆創建 Markdown。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  6. 使用 Javascript 製作 WORD

    通過幾個步驟在 JavaScript 中創建一個新的 WORD。使用 Node.js via .NET 庫輕鬆創建 WORD。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  7. ChartYValueCollection.FormatCode | Aspose.Words...

    Discover the ChartYValueCollection FormatCode property to easily customize Y value formatting. Enhance your data visualization with precision!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  8. BubbleSizeCollection.FormatCode | Aspose.Words ...

    Discover the BubbleSizeCollection FormatCode property to customize bubble sizes effortlessly. Enhance your data visualization with tailored formatting options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  9. NodeRendererBase.RenderToSize | Aspose.Words fo...

    Discover the NodeRendererBase RenderToSize method to efficiently render shapes into Graphics objects at your desired size for enhanced visual output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ShapeForm shapeForm = new ShapeForm ( new Size ( 1017 , 840 ));...

    reference.aspose.com/words/net/aspose.words.ren...
  10. How to run Aspose.PDF for .NET 8 in Docker|Aspo...

    Integrate Aspose.PDF functionality into .NET 8 application using Docker Linux or Windows containers... In Configure your new project window set desired project...FontRepository . Sources . Add ( new FolderFontSource ( Path . Combine...

    docs.aspose.com/pdf/net/docker/dotnet8/