Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 30,735 for

doc

(0.04 sec)
  1. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Discover the StructuredDocumentTagRangeEnd constructor—efficiently initialize Document tag ranges for enhanced content management and seamless integration....DocumentBase doc , int id ) Parameter Type Description doc DocumentBase...SdtRangeExtendedMeth () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Aspose::Words::Document::UpdateWordCount method...

    Aspose::Words::Document::UpdateWordCount method. Updates word count properties of the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( String...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

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

    Streamline your workflow with the Revision Accept method—effortlessly approve changes and enhance collaboration for smoother project management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Revision.revisionType property | Aspose.Words f...

    Revision.revisionType property. Gets the type of 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...
  6. Revision.dateTime property | Aspose.Words for N...

    Revision.dateTime property. Gets or sets the date/time of 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...
  7. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the Document has any tracked changes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of revisions in the collection.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Revision.revision_type property | Aspose.Words ...

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

    reference.aspose.com/words/python-net/aspose.wo...
  10. IsBordersVisible | Aspose.Note for .NET API Ref...

    Gets or sets a value indicating whether the table border is visible....the Document class Document doc = new Document (); // Initialize...TableCell cell11 = new TableCell ( doc ); cell11 . AppendChildLast (...

    reference.aspose.com/note/net/aspose.note/table...