Sort Score
Result 10 results
Languages All
Labels All
Results 7,491 - 7,500 of 213,611 for

new

(0.15 sec)
  1. FontSettings.ResetFontSources | Aspose.Words fo...

    Restore default font sources effortlessly with the FontSettings ResetFontSources method. Enhance your design consistency and improve user experience....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  2. 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...
  3. Is it possible to remove the space between two ...

    Hello, Directly in Word it is possible to remove the spacing between two pages by hiding the header and footer. See image capture “img-1” and “img-2” Is it possible to reproduce this operation with Aspose when saving a…...PageMargins property: Document doc = new Document(@"C:\Temp\in.docx");...docx"); HtmlFixedSaveOptions opt = new HtmlFixedSaveOptions(); opt.PageMargins...

    forum.aspose.com/t/is-it-possible-to-remove-the...
  4. 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...
  5. Managing Page Breaks with JavaScript via C++|Do...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for JavaScript via C++....open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  6. Creating Annotations within pdf files using Asp...

    Hi, Can you please send me documentation for creating annotations i.e Redaction, Highlight, Comment etc. Thanks...an update on this issue - any news? Best regards, George tilal...accomplish the task. Document pdf = new Document(); pdf.Pages.Add();...

    forum.aspose.com/t/creating-annotations-within-...
  7. 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...
  8. Specify Fallback Fonts for Presentations in .NE...

    Master Aspose.Slides for .NET to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....IFontFallBackRule firstRule = new FontFallBackRule ( startUnicodeIndex...IFontFallBackRule secondRule = new FontFallBackRule ( 0 x3040 ,...

    docs.aspose.com/slides/net/create-fallback-font/
  9. 网页扩展——使用JavaScript和C++的Office加载项|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....( 'fileInput' ); // Create a new workbook or load from selected...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/web-ext...
  10. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,通过C++用JavaScript轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图像、Mht和XPS文件。...Workbook object (new blank workbook) const wb = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/loading...