Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 162,156 for

new

(0.07 sec)
  1. MarkupLevel | Aspose.Words for Java

    Specifies the level in the document tree where a particular StructuredDocumentTag can occur in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa(doc, SdtType...

    reference.aspose.com/words/java/com.aspose.word...
  2. LayoutCollector | Aspose.Words for .NET

    Discover the LayoutCollector constructor for seamless instance initialization. Enhance your development efficiency with this powerful tool!...doc = new Document (); LayoutCollector layoutCollector = new LayoutCollector...content. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  3. LayoutCollector.clear method | Aspose.Words for...

    LayoutCollector.clear method. Clears all collected layout data...doc = new aw . Document (); let layoutCollector = new aw . Layout...pages of content. let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. VisitorAction Enum | Aspose.Words for .NET

    Explore Aspose.Words.VisitorAction enum to effortlessly manage node enumeration, enhancing your document processing efficiency and control....DocumentToTxt () { Document doc = new Document ( MyDir + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor (); Section...

    reference.aspose.com/words/net/aspose.words/vis...
  5. Chart Data Marker|Aspose.Slides Documentation

    Set chart marker options in PowerPoint presentations in C# or .NET... Add new data point. Write presentation...Presentation presentation = new Presentation (); ISlide slide...

    docs.aspose.com/slides/net/chart-data-marker/
  6. HeaderFooterCollection.toArray method | Aspose....

    HeaderFooterCollection.toArray method. Copies all ``HeaderFooter`` s from the collection to a New array of ``HeaderFooter`` s....HeaderFooter s from the collection to a new array of HeaderFooter s. toArray...'HeaderFooterToText' , () => { let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Pivot Table and Source Data|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....Data Creating a new designer template. Create a new designer template...designer template file. Populating new data and changing source data...

    docs.aspose.com/cells/net/pivot-table-and-sourc...
  8. Convert WORD To XPS C#

    Convert a Word document to XPS format in C# code. Save a Word document as XPS using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  9. Convert HTML To PDF C#

    Convert HTML to PDF format in C# code. Save HTML as PDF using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  10. Convert HTML To WORD C#

    Convert HTML to WORD format in C# code. Save HTML as WORD using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...