public final class PresentationMetadataSignature extends MetadataSignature
Contains Presentation metadata signature properties.
Constructor and Description |
---|
PresentationMetadataSignature(String name)
Creates Presentation Metadata Signature with predefined name and empty value
|
PresentationMetadataSignature(String name,
Object value)
Creates Presentation Metadata Signature with predefined values
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone Metadata Signature instance.
|
MetadataSignature |
deepClone(Object value)
Clone Slides Metadata Signature instance with given value.
|
String |
toString()
Converts to String with override ToString() method
|
String |
toString(String format,
com.aspose.ms.System.IFormatProvider provider)
Converts to String with specified format
|
equals, getData, getData, getDataEncryption, getFValue, getName, getType, getValue, hashCode, setDataEncryption, setFValue, setName, setType, setValue, SetValue, toBoolean, toDateTime, toDateTime, toDouble, toDouble, toInteger, toSingle, toSingle, toString, toString
getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer
public PresentationMetadataSignature(String name)
Creates Presentation Metadata Signature with predefined name and empty value
name
- Presentation Metadata Signature namepublic Object deepClone()
Clone Metadata Signature instance.
deepClone
in class MetadataSignature
public MetadataSignature deepClone(Object value)
Clone Slides Metadata Signature instance with given value.
deepClone
in class MetadataSignature
value
- Value for new cloned object.public String toString()
Converts to String with override ToString() method
toString
in class MetadataSignature
public String toString(String format, com.aspose.ms.System.IFormatProvider provider) throws Exception
Converts to String with specified format
format
- Data format string.provider
- Format data provider to use with data conversion operations.
Exception