Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 168,748 for

doc

(0.16 sec)
  1. CustomXmlPartCollection.removeAt method | Aspos...

    CustomXmlPartCollection.removeAt method. Removes an item at the specified index.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MailMerge.Execute | Aspose.Words for .NET

    Streamline your mailing process with the MailMerge Execute method, effortlessly merging data from custom sources for personalized communication....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Document.customXmlParts property | Aspose.Words...

    Document.customXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. let doc = new aw . Document (); // Construct...

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

    Enhance your Documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional touch.... Document doc = new Document (); // Modify...methods to add image watermark. doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/wat...
  5. Working with Visual Brush | C++

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/cpp/xps/working-with-visua...
  6. LayoutOptions class | Aspose.Words for Python

    aspose.words.layout.LayoutOptions class. Holds the options that allow controlling the Document layout process... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert hidden text, then...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment constructor. Initialize a new Comment class instance and enhance user interaction seamlessly!...DocumentBase doc ) Parameter Type Description doc DocumentBase...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  8. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... let doc = new aw . Document ( base ....expect ( doc . sections . count ). toEqual ( 1 ); expect ( doc . sections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LayoutOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutOptions to optimize Document layout control, enhancing your Word processing experience with flexible customization options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/net/aspose.words.lay...
  10. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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