Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 42,515 for

doc

(0.3 sec)
  1. Revision.Reject | Aspose.Words for .NET

    Master the Revision Reject method to streamline your workflow and enhance productivity. Say goodbye to unnecessary changes today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  2. Revision.reject method | Aspose.Words for Node.js

    Revision.reject method. Reject this revision.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Revision.author property | Aspose.Words for Python

    Revision.author property. Gets or sets the author of this revision... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Revision.DateTime | Aspose.Words for .NET

    Manage your Revision DateTime property effortlessly. Easily get or set the date and time of revisions for improved tracking and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a Document node or style. Use RevisionType to check the type of this revision. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. WriteProtection.is_write_protected property | A...

    WriteProtection.is_write_protected property. Returns ``True`` when a write protection password is set.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Vytvorte Dokument V Jazyku C++

    Vytvorte súbor pomocou knižnice C++. Jednoducho vytvorte nový dokument v C++ v niekoľkých krokoch....vytvoriť dokument vo PDF formátoch, DOC, DOCX, HTML, EPUB a mnohých ďalších...podporovanom formáte – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML a iné....

    products.aspose.com/words/sk/cpp/make/
  8. StructuredDocumentTagRangeStart.RemoveSelfOnly ...

    Effortlessly remove Structured Document Tag range starts while preserving content. Optimize your Document structure with the RemoveSelfOnly method today!...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  9. StructuredDocumentTagRangeStart.removeAllChildr...

    StructuredDocumentTagRangeStart.removeAllChildren method. Removes all the nodes between this range start node and the range end node....'SdtRangeExtendedMeth' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... doc = aw . Document () para = doc . first_section...paragraph. run = aw . Run ( doc = doc , text = 'Hello world!' )...

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