Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 222,967 for

new

(0.27 sec)
  1. Delete Named Ranges with JavaScript via C++|Doc...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/delete-nam...
  2. Set DefaultFont property of PdfSaveOptions and ...

    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....ImageOrPrintOptions to “Times New Roman”. We also set the chec...is rendered with the “Times New Roman” font and does not use...

    docs.aspose.com/cells/python-net/set-defaultfon...
  3. FontSubstitutionSettings.FontNameSubstitution |...

    Optimize your typography with FontSubstitutionSettings. Discover how to customize font name rules for enhanced design flexibility and 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...
  4. SignatureLine.ProviderId | Aspose.Words for .NET

    Discover the SignatureLine ProviderId property to easily manage signature provider identifiers. Simplify your workflow with our default setup....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for .NET: create, format, merge cells, apply styles, import data, and export with C# examples for PPT, PPTX, and ODP....() { using var presentation = new Presentation (); var slide =...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ta...
  6. Find and Replace in Spreadsheet|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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...FileName ); FindOptions Opts = new FindOptions (); Opts . LookInType...

    docs.aspose.com/cells/net/find-and-replace-in-s...
  7. 在 PHP 中连接组的子形状|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....instance of Diagram $diagram = new Diagram ( $dataDir . "drawing...Initialize connector shape $shape = new Shape (); $shape -> getLine ()...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  8. ImageSavingArgs.document property | Aspose.Word...

    ImageSavingArgs.document property. Gets the document object that is currently being saved....supported' , () => { let doc = new aw . Document ( base . myDir...saving process. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML...., () => { let loadOptions = new aw . Loading . LoadOptions ();...loadOptions . resourceLoadingCallb = new HtmlLinkedResourceLo (); // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications....document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/net/save-pdf-document/