public class ComparisonMetadata extends Object
Class that let us create Metadata objects that are used to create result document with custom metadata
Constructor and Description |
---|
ComparisonMetadata()
Initializes a new instance of the
ComparisonMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getCompany() |
com.aspose.ms.System.DateTime |
getCreatedTime() |
com.aspose.ms.System.DateTime |
getLastPrintTime() |
String |
getLastSaveBy() |
com.aspose.ms.System.DateTime |
getLastSaveTime() |
void |
setAuthor(String value) |
void |
setCompany(String value) |
void |
setCreatedTime(com.aspose.ms.System.DateTime value) |
void |
setLastPrintTime(com.aspose.ms.System.DateTime value) |
void |
setLastSaveBy(String value) |
void |
setLastSaveTime(com.aspose.ms.System.DateTime value) |
public ComparisonMetadata()
Initializes a new instance of the ComparisonMetadata
class.
public String getAuthor()
public void setAuthor(String value)
public String getLastSaveBy()
public void setLastSaveBy(String value)
public String getCompany()
public void setCompany(String value)
public com.aspose.ms.System.DateTime getCreatedTime()
public void setCreatedTime(com.aspose.ms.System.DateTime value)
public com.aspose.ms.System.DateTime getLastSaveTime()
public void setLastSaveTime(com.aspose.ms.System.DateTime value)
public com.aspose.ms.System.DateTime getLastPrintTime()
public void setLastPrintTime(com.aspose.ms.System.DateTime value)
Copyright © 2018. All rights reserved.