Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 213,612 for

new

(0.07 sec)
  1. Programming with Thunderbird|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....try ( FileInputStream stream = new FileInputStream ( dataDir + "Outlook...pst" )) { MboxLoadOptions lo = new MboxLoadOptions (); lo . setLeaveOpen...

    docs.aspose.com/email/java/programming-with-thu...
  2. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...OdtSaveOptions() Initializes a new instance of this class that can...older ODT schema. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FieldRD | Aspose.Words for Java

    Implements the RD field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...referencedDoc = new Document(); DocumentBuilder refDocBuilder = new Docu...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with Footers|Aspose.Words for Java

    Remove footers from a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...fs = null ; fs = new POIFSFileSystem ( new FileInputStream (...

    docs.aspose.com/words/java/working-with-footers/
  5. BarcodeParameters.PosCodeStyle | Aspose.Words f...

    Discover the BarcodeParameters PosCodeStyle property for Point of Sale barcodes. Supports UPCA, EAN13, and more. Enhance your POS system today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Document.clone method | Aspose.Words for Node.js

    Document.clone method. Performs a deep copy of the [Document](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); // Cloning will produce a new document with the same contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Lost ParagraphFormat When Split Words in C# - F...

    Hi, I’m trying to split some Words documents by heading. But the output files seem like losting ParagraphFormat . How can I keep the same formating with the sourced document. Thanks. Test Info Using SDK: Aspose.Word…...provided information: var doc = new Document("input.docx"); HtmlSaveOptions...HtmlSaveOptions options = new HtmlSaveOptions { HtmlVersion = Aspose...

    forum.aspose.com/t/lost-paragraphformat-when-sp...
  8. Working With Nodes in PHP|Aspose.Words for Java

    Working With Document Nodes using PHP....Code // Create a new document. $ doc = new Java ( "com.aspose...()-> getNodeType (); $ node = new Java ( "com.aspose.words.Node"...

    docs.aspose.com/words/java/working-with-nodes-i...
  9. ReportingEngine.Options | Aspose.Words for .NET

    Discover the ReportingEngine Options property to easily customize report-building behaviors with flexible flags for optimal performance and control.... DocumentBuilder builder = new DocumentBuilder (); builder ...); ReportingEngine engine = new ReportingEngine { Options = ReportBuildOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  10. ReplacingArgs.matchNode property | Aspose.Words...

    ReplacingArgs.matchNode property. Gets the node that contains the beginning of the match....replace' , () => { let mainDoc = new aw . Document ( base . myDir...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...