Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 222,973 for

new

(0.09 sec)
  1. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored import settings for optimal results....dstDoc = new Document (); DocumentBuilder builder = new DocumentBuilder...myStyle . Font . Name = "Courier New" ; myStyle . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/imp...
  2. NodeRendererBase.save method | Aspose.Words for...

    Aspose.Words.Rendering.NodeRendererBase.save method... let doc = new aw . Document ( base . myDir...an image. let saveOptions = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Working with Outlook Contacts|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....save it to disc: Instantiate a new object of the MapiContact class...distribution list var options = new MapiDistributionList ( ContactSaveFormat...

    docs.aspose.com/email/net/working-with-outlook-...
  4. 使用 PHP 在演示文稿中嵌入字体|Aspose.Slides for PHP 文档

    通过 Java 的 Aspose.Slides for PHP 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确渲染。...实例化一个表示演示文稿文件的 Presentation 对象 $pres = new Presentation ( "EmbeddedFonts...get_Item ( 0 ) -> getImage ( new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  5. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word document... let doc = new aw . Document (); let para =...firstParagraph ; para . appendChild ( new aw . Run ( doc , "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Converting Word document to PDF does not render...

    Please find attached the word document that does not render correctly when converted to PDF. Some of the pages are not rendered correctly and New page is added at the end. Input Word file Employee evaluation form - 5 …...are not rendered correctly and new page is added at the end. Input...layout and images: var doc = new Aspose.Words.Document("Employee...

    forum.aspose.com/t/converting-word-document-to-...
  7. AI-powered Features|Documentation

    This article is a step-by-step guide to using AI-powered features for processing spreadsheet files....AI-powered Features Contents [ Hide ] New User Guide: Working with Cells...model. You can either create a new model or use one of the predefined...

    docs.aspose.com/cells/net/ai-powered-features/
  8. Different UnitType is not used in CadRasterizat...

    I’m struggeling with the fact that I want to set the PageWidth and PageHeight properties in a New instance of the CadRasterizationOptions class that I’ll pass into the PdfOptions. I set the UnitType to UnitType.Millimet…...and PageHeight properties in a new instance of the CadRasterizationOpti...rasterizationOptions = new CadRasterizationOpti() { Layouts = new string[]...

    forum.aspose.com/t/different-unittype-is-not-us...
  9. TextColumnCollection.count property | Aspose.Wo...

    TextColumnCollection.count property. Gets the number of columns in the section of a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Add watermark to PDF using C#|Aspose.PDF for .NET

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the C#....document using ( var document = new Aspose . Pdf . Document ( dataDir...Create a new watermark artifact var artifact = new Aspose . Pdf...

    docs.aspose.com/pdf/net/add-watermarks/