Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 30,980 for

doc

(0.22 sec)
  1. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...

    reference.aspose.com/words/net/aspose.words/nod...
  2. BaseWebExtensionCollection1.GetEnumerator | Asp...

    Discover the BaseWebExtensionCollection GetEnumerator method to easily iterate through collections, enhancing your development efficiency and code management.... Document doc = new Document ( MyDir + "Web...docx" ); Assert . AreEqual ( 1 , doc . WebExtensionTaskPane . Count...

    reference.aspose.com/words/net/aspose.words.web...
  3. DocumentProperty.link_source property | Aspose....

    DocumentProperty.link_source property. Gets the source of a linked custom Document property.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BorderCollection.count property | Aspose.Words ...

    BorderCollection.count property. Gets the number of borders in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. IFieldMergingCallback.ImageFieldMerging | Aspos...

    Discover the ImageFieldMerging method in IFieldMergingCallback, designed for seamless image insertion in Aspose.Words mail merge. Enhance your Document automation!...ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  6. TableStyle.AllowBreakAcrossPages | Aspose.Words...

    Discover the TableStyle AllowBreakAcrossPages property, control text flow in tables and enhance your Document's readability across pages.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/tab...
  7. FieldCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all fields from your FieldCollection with our Clear method. Streamline your Document management and enhance efficiency today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  8. HorizontalRuleFormat | Aspose.Words for Java

    Represents horizontal rule formatting in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertHorizontalRule();...

    reference.aspose.com/words/java/com.aspose.word...
  9. Shape.stroke property | Aspose.Words for Python

    Shape.stroke property. Defines a stroke for a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TxtSaveOptionsBase.Encoding | Aspose.Words for ...

    Discover how to optimize text exports with TxtSaveOptionsBase's Encoding property. Easily set encoding options for seamless UTF-8 text formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add some text with characters...

    reference.aspose.com/words/net/aspose.words.sav...