Sort Score
Result 10 results
Languages All
Labels All
Results 8,791 - 8,800 of 222,946 for

new

(0.17 sec)
  1. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list.... Document doc = new Document (); // An empty document...FirstParagraph ; Run paragraphText = new Run ( doc , "Initial text. "...

    reference.aspose.com/words/net/aspose.words/com...
  2. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected document formats for seamless file management.... Document doc = new Document (); // Configure a SaveOptions...OdtSaveOptions saveOptions = new OdtSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words/fil...
  3. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...custom border thickness for all new cells created by the builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.PSD for .NET 18.10 - Release Notes|Docum...

    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....modes besides Normal var files = new string [] { "Normal" , "Dissolve"...Export to PNG var saveOptions = new PngOptions (); saveOptions ....

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  5. Layout Slide|Aspose.Slides for PHP Documentation

    Use PHP to manage layout slides with Aspose.Slides: create, apply, clone, rename, and customize placeholders and themes in presentations for PPT, PPTX and ODP....addLayoutSlide () { $presentation = new Presentation (); try { $masterSlide...accessLayoutSlide () { $presentation = new Presentation ( "layout_slide...

    docs.aspose.com/slides/php-java/examples/elemen...
  6. MappedDataFieldCollection.Add | Aspose.Words fo...

    Discover how to use the MappedDataFieldCollection Add method to effortlessly create New field mappings and enhance your data management efficiency....Add method Adds a new field mapping. public void Add...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Creating an Outlook Contact|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...._Application OutlookObject = new Microsoft . Office . Interop... Application (); //Create a new Contact Item Microsoft . Office...

    docs.aspose.com/email/java/creating-an-outlook-...
  8. Set Print Area|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 (); workbook . Worksheets . Add ( "new sheet"...worksheet. C# IWorkbook wb = new XSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/net/set-print-area/
  9. Paragraph.getText method | Aspose.Words for Nod...

    Paragraph.getText method. Gets the text of this paragraph including the end of paragraph character.... let doc = new aw . Document (); // An empty...firstParagraph ; let paragraphText = new aw . Run ( doc , "Initial text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Design Tables in Word using C#

    Follow this article to design tables in Word using C#. It contains the environment settings, a list of steps, and a sample code to customize MS Word table design using C#....using the table index Create a new table style using the TableStyle...conditional styling Set this new style in the Table using the...

    kb.aspose.com/words/net/design-tables-in-word-u...