Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 198,827 for

new

(0.09 sec)
  1. OleObject|Aspose.Slides 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....Add_Ole_Object () { using var pres = new Presentation (); var slide =...Slides [ 0 ]; var pdfData = new OleEmbeddedDataInfo ( File ....

    docs.aspose.com/slides/net/examples/elements/le...
  2. Aspose.PSD for Java 24.5 - Release Notes|Docume...

    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.... save ( outputFilePath , new PngOptions ()); } } static void... equals ( actual )) { throw new IllegalArgumentExcep ( message...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  3. PlainTextDocument | Aspose.Words for Java

    Allows to extract plain-text representation of the documents content in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PlainTextDocument plaintext = new PlainTextDocument(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder | Aspose.Words for .NET

    Create powerful documents effortlessly with DocumentBuilder. Initialize a New instance and streamline your document management today!...DocumentBuilder() Initializes a new instance of this class. public...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Make HTML Using Javascript

    Make a New HTML in JavaScript in a few steps. Easily create HTML using Node.js via .NET library....the following example: Make a new HTML using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/html/
  6. Make DOCX Using Javascript

    Make a New DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....the following example: Make a new DOCX using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/docx/
  7. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/doc/
  8. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java....$loadOption = new HtmlLoadOptions (); // Create a new Document object...load the HTML file $document = new Document ( $inputFile , $loadOption...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/
  9. TableSubstitutionRule.AddSubstitutes | Aspose.W...

    Enhance your typography with the TableSubstitutionRule AddSubstitutes method, allowing seamless integration of substitute fonts for any original font....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  10. TableSubstitutionRule.GetSubstitutes | Aspose.W...

    Discover the GetSubstitutes method in TableSubstitutionRule. Easily retrieve substitute font names for your original font, enhancing design flexibility....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...