Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 222,975 for

new

(0.15 sec)
  1. Hyphenation.unregisterDictionary method | Aspos...

    Hyphenation.unregisterDictionary method. Unregisters a hyphenation dictionary for the specified language.... let doc = new aw . Document ( base . myDir...r => r . font . localeId == new CultureInfo ( "de-CH" ). LCID...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 通过 MailGun 和 SendGrid 发送电子邮件|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...."YOUR_MAILGUN_PRIVATE_API_KEY" ; var opt = new MailgunClientOptions { Domain..."YOUR_SENDGRID_PRIVATE_API_KEY" ; var opt = new SendGridClientOption { ApiKey...

    docs.aspose.com/email/zh/net/send-email-message...
  3. Word document with "Control Boxes" are not rend...

    Hi, Currently we are using Aspose.Words for Java 25.11. If a word document has “Control Boxes” (The large blocks around most of the text), it’s not rendered properly in the output PDF. This issue is also reproducible…...getPdfSaveOptions() Document doc = new Document("C:\\Input.docx"); FileOutputStream...FileOutputStream fOut = new FileOutputStream("C:\\Output.pdf");...

    forum.aspose.com/t/word-document-with-control-b...
  4. FieldFillIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFillIn class to easily implement FILLIN fields, enhancing your document automation and user interactivity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . UserPromptRespondent = new PromptRespondent (); doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 公共 API Aspose.Diagram 16.11.0 的变化|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....Visio diagram Diagram diagram = new Diagram ( "C:\\temp\\Drawing1...Java // create a new diagram Diagram diagram = new Diagram (); //...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  6. Creating a Named Range in VSTO and Aspose.Cells...

    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....xl = Application ; //Create a new Workbook Excel . Workbook wb... Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "Test_Range...

    docs.aspose.com/cells/net/creating-a-named-rang...
  7. DropDownItemCollection.Count | Aspose.Words for...

    Discover the DropDownItemCollection Count property, which efficiently retrieves the total number of items in your collection for streamlined data management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...There are two ways of adding a new item to an existing collection...

    reference.aspose.com/words/net/aspose.words.fie...
  8. CellFormat.HorizontalMerge | Aspose.Words for .NET

    Discover the CellFormat HorizontalMerge property to seamlessly merge cells horizontally, enhancing your spreadsheet's layout and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...CheckCellsMerged () { Document doc = new Document ( MyDir + "Table with...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DOCX prompt on saving file created in .Net - Fr...

    Hey everyone! I am creating a docx file and it looks and prints fine but when trying to save the file I get a prompt. “Your document will be upgraded to the Newest file format” How do I keep this from coming up? I am …... Dim doc As New Document() lbPacketReport.Ge...pktData) Using memStream As New MemoryStream() My.Response.ContentType...

    forum.aspose.com/t/docx-prompt-on-saving-file-c...