Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 180,809 for

doc

(0.18 sec)
  1. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the Document at the current insert position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title.... doc = aw . Document () # Set a value...built-in document property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTag.style_name property | Asp...

    StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured Document tag.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtLoadOptions.detect_hyperlinks property | Asp...

    TxtLoadOptions.detect_hyperlinks property. Specifies either to detect hyperlinks in text...com/ \n https://docs.aspose.com/words/python-net/...options . detect_hyperlinks = True doc = aw . Document ( stream_ , options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.Compliance | Aspose.Words for .NET

    Ensure your OOXML Documents meet compliance standards effortlessly. Our tool analyzes content to verify OOXML compliance, enhancing Document integrity....Document doc = new Document ( MyDir + "Document.doc" ); Assert...Ecma376_2006 , Is . EqualTo ( doc . Compliance )); doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Section.clearContent method | Aspose.Words for ...

    Section.clearContent method. Clears the section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.IncludeTextboxesFootnotesEndnotesInSta...

    Optimize your Document's word count with the IncludeTextboxesFootnotesEndnotesInStat property. Control textboxes, footnotes, and endnotes effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Story.delete_shapes method | Aspose.Words for P...

    Story.delete_shapes method. Deletes all shapes from the text of this story.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Use a DocumentBuilder to...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.Watermark | Aspose.Words for .NET

    Secure your Documents with our customizable watermarking feature. Enhance protection and ensure authenticity effortlessly!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/doc...