public final class Version extends ComplexTypeBase
Describes one version of a document.
Constructor and Description |
---|
Version()
Initializes a new instance of the
Version class. |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Gets or sets the comments.
|
Date |
getModifiedDate()
Gets or sets the modified date.
|
String |
getModifier()
Gets or sets the modifier.
|
ResourceEvent |
getVersionEvent()
Gets or sets the
ResourceEvent . |
String |
getVersionText()
Gets or sets the version text.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setComments(String value)
Gets or sets the comments.
|
void |
setModifiedDate(Date value)
Gets or sets the modified date.
|
void |
setModifier(String value)
Gets or sets the modifier.
|
void |
setVersionEvent(ResourceEvent value)
Gets or sets the
ResourceEvent . |
void |
setVersionText(String value)
Gets or sets the version text.
|
add, getNamespaceUri, getPrefix
public Version()
Initializes a new instance of the Version
class.
public final String getComments()
Gets or sets the comments.
Value: The comments.public final void setComments(String value)
Gets or sets the comments.
Value: The comments.public final ResourceEvent getVersionEvent()
Gets or sets the ResourceEvent
.
public final void setVersionEvent(ResourceEvent value)
Gets or sets the ResourceEvent
.
public final String getModifier()
Gets or sets the modifier.
Value: The modifier.public final void setModifier(String value)
Gets or sets the modifier.
Value: The modifier.public final Date getModifiedDate()
Gets or sets the modified date.
Value: The modified date.public final void setModifiedDate(Date value)
Gets or sets the modified date.
Value: The modified date.public final String getVersionText()
Gets or sets the version text.
Value: The version text.public final void setVersionText(String value)
Gets or sets the version text.
Value: The version text.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class ComplexTypeBase
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.