Namespace: Spire.Doc.Formatting.Revisions
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class EditRevision : RevisionBase, 
	[T:sprᶖ]
Public Class EditRevision
	Inherits RevisionBase
	Implements [T:sprᶖ]
public ref class EditRevision : public RevisionBase, 
	[T:sprᶖ]
type EditRevision =  
    class
        inherit RevisionBase
        interface [T:sprᶖ]
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Author
Gets the author. Specifies the author for an annotation within a Word document.
(Inherited from RevisionBase.)
DateTime
Gets the date time. Specifies the date information for an annotation within a Word document.
(Inherited from RevisionBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type

Inheritance Hierarchy

System..::..Object
  Spire.Doc.Formatting.Revisions..::..RevisionBase
    Spire.Doc.Formatting.Revisions..::..EditRevision

See Also