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

doc

(0.09 sec)
  1. Find And Replace in Jython|Aspose.Words for Java

    Find And Replace text in a Document using Jython....'quickstart/' doc = Document ( dataDir + 'ReplaceSimple.doc' ) # Check..."Original document text: " + doc . getRange () . getText () #...

    docs.aspose.com/words/java/find-and-replace-in-...
  2. DocumentBuilder.EndBookmark | Aspose.Words for ...

    Effortlessly mark the end of a bookmark in your Document with DocumentBuilder's EndBookmark method, enhancing your Document organization and navigation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::Section::get_Body method | Aspos...

    Aspose::Words::Section::get_Body method. Returns the Body child node of the section in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: HeaderFooterType...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/hea...
  5. Document.unprotect method | Aspose.Words for No...

    Aspose.Words.Document.unprotect method... let doc = new aw . Document (); doc . protect ( aw...ReadOnly , "password" ); expect ( doc . protectionType ). toEqual (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NumSpacing Enum | Aspose.Words for .NET

    Discover Aspose.Words.NumSpacing enum to customize numeral spacing for enhanced Document formatting. Elevate your text presentation today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This effect is only supported...

    reference.aspose.com/words/net/aspose.words/num...
  7. Node.PreviousSibling | Aspose.Words for .NET

    Discover the Node PreviousSibling property to easily access the node that comes before your current node, enhancing your DOM manipulation skills.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Python|Aspose.Words for Java

    Python: how to use Aspose.Words for Java....DOC document. Python import jpype...DocumentBuilder" ) doc = Document () builder = DocumentBuilder ( doc ) builder...

    docs.aspose.com/words/java/python-and-aspose-wo...
  9. Fill.textureAlignment property | Aspose.Words f...

    Fill.textureAlignment property. Gets or sets the alignment for tile texture fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. StructuredDocumentTag.set_checked_symbol method...

    StructuredDocumentTag.set_checked_symbol method. Sets the symbol used to represent the checked state of a check box content control.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) sdt_check_box = aw . markup...

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