Sort Score
Result 10 results
Languages All
Labels All
Results 7,431 - 7,440 of 213,606 for

new

(0.48 sec)
  1. PageSetup.otherPagesTray property | Aspose.Word...

    PageSetup.otherPagesTray property. Gets or sets the paper tray (bin) to be used for all but the first page of a section... let doc = new aw . Document (); // Find the...PrinterSettings object. let settings = new PrinterSettings (); // The paper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 JavaScript 通过 C++ 使用 ImageOrPrint 选项将工作表转换为图...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表转换为图片文件,并应用各种图片和打印选项。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Print options const options = new ImageOrPrintOptions (); // Set...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. How to set just the sender name in PST not the ...

    I have just the sender name not the mail sender address which i want to set for the particular mail message and i just want to set just the name but when setting it using the following code throws me the exception :“The …... Code: MailMessage mail = new MailMessage(); mail.From = “David”;...MailMessage mail = new MailMessage(); mail.From = new MailAddress("placeholder@domain...

    forum.aspose.com/t/how-to-set-just-the-sender-n...
  4. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ document should start at 2. The numbering in the ‘GuV’ document should start at 3. When I append the ‘GuV’ to a document, the numbering persists. However, if I do the same with th…... Document docStart = new Document(@"C:\Temp\DocStart.docx");...docx"); Document docContent = new Document(@"C:\Temp\DocContent...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  5. HtmlFixedSaveOptions.encoding property | Aspose...

    HtmlFixedSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML...let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImportFormatOptions.MergePastedLists | Aspose.W...

    Control list merging with the ImportFormatOptions MergePastedLists property. Easily manage pasted lists to enhance document formatting. Default, false.... Document srcDoc = new Document ( MyDir + "List item...item.docx" ); Document dstDoc = new Document ( MyDir + "List destination...

    reference.aspose.com/words/net/aspose.words/imp...
  7. Project Rescheduling | Aspose.Tasks Documentation

    This guide explains how to reschedule Microsoft Project project files using Aspose.Tasks for Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/project-rescheduling/
  8. PlainTextDocument.BuiltInDocumentProperties | A...

    Discover the PlainTextDocument BuiltInDocumentProperties property to easily access and manage essential document metadata for enhanced document organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PlainTextDocument plaintext = new PlainTextDocument ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pla...
  9. Product Overview | Python via .NET

    Python Library for the developers to process PS, EPS, and XPS files. Learn the overvoew of Aspose.Page API solution for Python....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/python-net/product-overview/
  10. Throw ArgumentOutOfRangeException when Replace ...

    Description When I replace text, it throws ArgumentOutOfRangeException: System.String.Substring(Int32 startIndex, Int32 length) #=zVCpWUBUoqHMQ2zfntTiDaYYqs4vhj8TyF3LvSjbVcJIv.#=zzmPxqADrOJbQHjbiZw==(String #=zMO7Li…...Code void Test() { var doc = new Aspose.Pdf.Document(@"C:\Use...pdf"); var textFragmentAbsorber = new TextFragmentAbsorber("专业课复习资料,后续更新");...

    forum.aspose.com/t/throw-argumentoutofrangeexce...