Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 2,578 for

document editing

(0.04 sec)
  1. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of revisions in the collection....revisions in a document. doc = aw . Document () builder = aw...DocumentBuilder ( doc ) # Normal editing of the document does not count as a...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Revision.date_time property | Aspose.Words for ...

    Revision.date_time property. Gets or sets the date/time of this revision....revisions in a document. doc = aw . Document () builder = aw...DocumentBuilder ( doc ) # Normal editing of the document does not count as a...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Revision.group property | Aspose.Words for Node.js

    Revision.group property. Gets the revision group...revision is not longer exist in document context (accepted/rejected)...revisions in a document. let doc = new aw . Document (); let builder...

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

    Discover the Revision ParentNode property, which identifies the direct parent node of any revision type—except StyleDefinitionChange. Enhance your coding efficiency!... Document doc = new Document ( MyDir + "Revision...runs.docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/rev...
  5. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the Document in Java....represent revision groups in the document. To learn more, visit the...Track Changes in a Document documentation article. Remarks: You...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Convert PCL to PDF in Java

    This simple article covers how to convert PCL to PDF in Java. It encompasses the requirements to establish the environment and also presents a working example code to transform PCL to PDF using Java....disk using an instance of the Document class and also passing the...PDF using an instance of the Document class. Code to Develop PCL...

    kb.aspose.com/pdf/java/how-to-convert-pcl-to-pd...
  7. Revision.author property | Aspose.Words for Nod...

    Revision.author property. Gets or sets the author of this revision...revisions in a document. let doc = new aw . Document (); let builder...( doc ); // Normal editing of the document does not count as a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...( doc ); // Normal editing of the document does not count as a...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Aspose::Words::RunCollection::ToArray method | ...

    Aspose::Words::RunCollection::ToArray method. Copies all runs from the collection to a new array of runs in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revision runs...runs.docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/run...
  10. Aspose::Words::Revision::get_ParentNode method ...

    Aspose::Words::Revision::get_ParentNode method. Gets the immediate parent node (owner) of this revision. This property will work for any revision type other than StyleDefinitionChange in C++.... auto doc = MakeObject < Document > ( MyDir + u "Revision runs...runs.docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/rev...