Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,832 for

document revision

(0.07 sec)
  1. Inline Class | Aspose.Words for .NET

    Aspose.Words.Inline class. Base class for inlinelevel nodes that can have character formatting associated with them but cannot have child nodes of their own in C#....Levels of Nodes in a Document documentation article. public abstract...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/inl...
  2. Aspose::Words::Inline Class Reference - Aspose....

    Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own....Shows how to determine the revision type of an inline node. auto...doc = MakeObject<Document>(MyDir + u "Revision runs.docx" ); //...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::InlineStory::get_IsInsertRevisio...

    Aspose::Words::InlineStory::get_IsInsertRevision method. Returns true if this object was inserted in Microsoft Word while change tracking was enabled in C++....Examples Shows how to view revision-related properties of InlineStory...= MakeObject < Document > ( MyDir + u "Revision footnotes.docx"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. ShapeBase.IsMoveFromRevision | Aspose.Words for...

    ShapeBase IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#....identify move revision shapes. // A move revision is when we move...move an element in the document body by cut-and-pasting it in...

    reference.aspose.com/words/net/aspose.words.dra...
  5. RevisionCollection.Item | Aspose.Words for .NET

    RevisionCollection Item property. Returns a Revision at the specified index in C#....Returns a Revision at the specified index. public Revision this [...with revisions in a document. Document doc = new Document ();...

    reference.aspose.com/words/net/aspose.words/rev...
  6. Revision.ParentStyle | Aspose.Words for .NET

    Revision ParentStyle property. Gets the immediate parent style owner of this Revision. This property will work for only for the StyleDefinitionChange Revision type in C#....ParentStyle Contents [ Hide ] Revision.ParentStyle property Gets...parent style (owner) of this revision. This property will work for...

    reference.aspose.com/words/net/aspose.words/rev...
  7. RunCollection indexer | Aspose.Words for Python

    RunCollection indexer. Retrieves a [Run](../../run/) at the given index....the revision type of an inline node. doc = aw . Document ( file_name...MY_DIR + 'Revision runs.docx' ) # When we edit the document while...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfPermissions | Aspose.SVG for .NET API Reference

    This enum represents users permissions for a pdf....(Security handlers of revision 2) Print the document. (Security handlers...handlers of revision 3 or greater) Print the document (possibly...

    reference.aspose.com/svg/net/aspose.svg.renderi...
  9. RevisionCollection.reject_all method | Aspose.W...

    RevisionCollection.reject_all method. Rejects all Revisions in this collection....reject_all() Rejects all revisions in this collection. def reject_all...to work with a document’s collection of revisions. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.IsMoveToRevision | Aspose.Words for .NET

    Paragraph IsMoveToRevision property. Returns true if this object was moved inserted in Microsoft Word while change tracking was enabled in C#....paragraph is a move revision. Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); // This document contains "Move" revisions...

    reference.aspose.com/words/net/aspose.words/par...