Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 157,133 for

doc

(0.23 sec)
  1. Document.GrammarChecked | Aspose.Words for .NET

    Ensure your Document's quality with the GrammarChecked property. Discover if your text is grammar-verified for polished, professional results.... Document doc = new Document (); // The string...string with spelling errors. doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how to retrieve the next node using the preorder algorithm effectively!... Document doc = new Document ( MyDir + "Images...docx" ); Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  4. Document.update_thumbnail method | Aspose.Words...

    aspose.words.Document.update_thumbnail method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according to the pre-order tree traversal algorithm.... let doc = new aw . Document ( base ....+ "Images.docx" ); expect ( doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the Document in C++.... auto doc = MakeObject < Document > ( MyDir...document's contents. ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldIndexFormat enumeration | Aspose.Words for...

    aspose.words.fields.FieldIndexFormat enumeration. Specifies the formatting for the [FieldIndex](../fieldindex/) fields in a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...

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