Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,729 for

document revision

(0.2 sec)
  1. AbsolutePositionTab class | Aspose.Words for Py...

    aspose.words.AbsolutePositionTab class. An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content...Words Document Object Model (DOM) documentation article. Inheritance:...(Inherited from Node ) document Gets the document to which this node...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::LowCode::Comparer::CompareToImag...

    Aspose::Words::LowCode::Comparer::CompareToImages method. Compares two Documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image in C++....s>&) method Compares two documents and saves the differences...IO::Stream>& The original document. v2 const System::SharedP...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. CheckGrammarOptions class | Aspose.Words for Py...

    aspose.words.ai.CheckGrammarOptions class. Allows to specify various options while checking grammar of a Document using AI....while checking grammar of a document using AI. Constructors Name...make_revisions Allows to specify either final or revised document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. AdvancedCompareOptions.IgnoreDmlUniqueId | Aspo...

    Discover the AdvancedCompareOptions IgnoreDmlUniqueId property to enhance your DrawingML processing by efficiently managing unique IDs. Optimize your workflow!...to compare documents ignoring DML unique ID. Document docA = new...new Document ( MyDir + "DML unique ID original.docx" ); Document...

    reference.aspose.com/words/net/aspose.words.com...
  5. Track Changes in Word using C#

    Follow this article to track changes in Word using C#. It has all the details to set the IDE, a list of steps, and sample code to turn on track changes in Word using C#....status while working with the document. Steps to Turn on Track Changes...track changes Create a new Document and add a table to it Add...

    kb.aspose.com/words/net/track-changes-in-word-u...
  6. Convert TIF to XML via C# | Aspose

    Sample code for TIF to XML C# conversion. Use API example code for batch TIF files to XML conversion within VB.NET, Asp.NET or any .NET based application....recognition on TIF document and save text as TIF document using Aspose...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/ocr/net/conversion/tif-to-xml/
  7. CheckGrammarOptions class | Aspose.Words for No...

    Aspose.Words.AI.CheckGrammarOptions class. Allows to specify various options while checking grammar of a Document using AI....while checking grammar of a document using AI. Constructors Name...specify either final or revised document to be returned with proofed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. AdvancedCompareOptions.ignoreStoreItemId proper...

    AdvancedCompareOptions.ignoreStoreItemId property. Specifies whether to ignore difference in StructuredDocumentTag store item Id.... Document ( base . myDir + "Document with SDT 1.docx"...docB = new aw . Document ( base . myDir + "Document with SDT 2.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.theme property | Aspose.Words for Python

    Document.theme property. Gets the [Document.theme](./) object for this Document....property Document.theme property Gets the Document.theme object...object for this document. @property def theme ( self ) -> aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word Document with Aspose and compare it with another, i…...when I try to read a Word document with Aspose and compare it...// Load the document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/how-to-get-the-value-of-the-...