public final class VisioMetadata extends DocumentMetadata<VisioMetadataProperty>
Represents metadata of VisioFormat
.
Constructor and Description |
---|
VisioMetadata()
Initializes a new instance of the
VisioMetadata class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
boolean value)
Adds boolean metadata.
|
void |
add(String key,
Date value)
Adds
DateTime metadata. |
void |
add(String key,
double value)
Adds double metadata.
|
void |
add(String key,
String value)
Adds string metadata.
|
String |
getAlternateNames()
Gets or sets alternate names.
|
String |
getBuildNumberCreated()
Gets the build number created.
|
String |
getBuildNumberEdited()
Gets the build number edited.
|
String |
getCategory()
Gets or sets the category.
|
String |
getCompany()
Gets or sets the company.
|
String |
getCreator()
Gets or sets the creator.
|
String |
getDescription()
Gets or sets the description.
|
String |
getHyperlinkBase()
Gets or sets the hyperlink base.
|
protected VisioMetadataProperty |
getInstance() |
String |
getKeywords()
Gets or sets keywords.
|
String |
getLanguage()
Gets or sets the language.
|
String |
getManager()
Gets or sets manager.
|
byte[] |
getPreviewPicture()
Gets or sets the preview picture.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTemplate()
Gets or sets the template.
|
Date |
getTimeCreated()
Gets or sets date and time value indicating when the document was created.
|
Date |
getTimeEdited()
Gets date and time value indicating when the document was last edited.
|
Date |
getTimePrinted()
Gets date and time value indicating when the document was last printed.
|
Date |
getTimeSaved()
Gets date and time value indicating when the document was last saved.
|
String |
getTitle()
Gets or sets the title.
|
boolean |
isBuiltIn(String key)
Determines whether metadata is built-in.
|
boolean |
isReadOnly(String key)
Determines whether metadata is read-only.
|
void |
setAlternateNames(String value)
Gets or sets alternate names.
|
void |
setCategory(String value)
Gets or sets the category.
|
void |
setCompany(String value)
Gets or sets the company.
|
void |
setCreator(String value)
Gets or sets the creator.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setHyperlinkBase(String value)
Gets or sets the hyperlink base.
|
void |
setKeywords(String value)
Gets or sets keywords.
|
void |
setLanguage(String value)
Gets or sets the language.
|
void |
setManager(String value)
Gets or sets manager.
|
void |
setPreviewPicture(byte[] value)
Gets or sets the preview picture.
|
void |
setSubject(String value)
Gets or sets the subject.
|
void |
setTemplate(String value)
Gets or sets the template.
|
void |
setTimeCreated(Date value)
Gets or sets date and time value indicating when the document was created.
|
void |
setTitle(String value)
Gets or sets the title.
|
clear, clearBuiltInData, clearCustomData, containsKey, getCollection, getCount, getKeys, readPropertyValue, remove, setValueByKey
getByType, getMetadataType, readByStringKey
public VisioMetadata()
Initializes a new instance of the VisioMetadata
class.
public final String getAlternateNames()
Gets or sets alternate names. Could be updated in VDX and VSX formats only.
Value: Alternate names.public final void setAlternateNames(String value)
Gets or sets alternate names. Could be updated in VDX and VSX formats only.
Value: Alternate names.public final String getBuildNumberCreated()
Gets the build number created.
Value: The build number created.public final String getBuildNumberEdited()
Gets the build number edited.
Value: The build number edited.public final String getCategory()
Gets or sets the category.
Value: The category.public final void setCategory(String value)
Gets or sets the category.
Value: The category.public final String getCompany()
Gets or sets the company.
Value: The company.public final void setCompany(String value)
Gets or sets the company.
Value: The company.public final String getCreator()
Gets or sets the creator.
Value: The creator.public final void setCreator(String value)
Gets or sets the creator.
Value: The creator.public final String getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(String value)
Gets or sets the description.
Value: The description.public final String getHyperlinkBase()
Gets or sets the hyperlink base.
Value: The hyperlink base.public final void setHyperlinkBase(String value)
Gets or sets the hyperlink base.
Value: The hyperlink base.public final String getKeywords()
Gets or sets keywords.
Value: Keywords.public final void setKeywords(String value)
Gets or sets keywords.
Value: Keywords.public final String getLanguage()
Gets or sets the language. Could be updated in VSD and VSDX formats only.
Value: The language.public final void setLanguage(String value)
Gets or sets the language. Could be updated in VSD and VSDX formats only.
Value: The language.public final String getManager()
Gets or sets manager.
Value: The manager.public final void setManager(String value)
Gets or sets manager.
Value: The manager.public final byte[] getPreviewPicture()
Gets or sets the preview picture.
Value: The preview picture.public final void setPreviewPicture(byte[] value)
Gets or sets the preview picture.
Value: The preview picture.public final String getSubject()
Gets or sets the subject.
Value: The subject.public final void setSubject(String value)
Gets or sets the subject.
Value: The subject.public final String getTemplate()
Gets or sets the template.
Value: The template.public final void setTemplate(String value)
Gets or sets the template.
Value: The template.public final Date getTimeCreated()
Gets or sets date and time value indicating when the document was created.
Value: The created time.public final void setTimeCreated(Date value)
Gets or sets date and time value indicating when the document was created.
Value: The created time.public final Date getTimeEdited()
Gets date and time value indicating when the document was last edited.
Value: The last edit date and time.public final Date getTimePrinted()
Gets date and time value indicating when the document was last printed.
Value: The time printed.public final Date getTimeSaved()
Gets date and time value indicating when the document was last saved.
Value: The time saved.public final String getTitle()
Gets or sets the title.
Value: The title.public final void setTitle(String value)
Gets or sets the title.
Value: The title.public final void add(String key, String value)
Adds string metadata.
key
- Metadata key.value
- Metadata value.public final void add(String key, boolean value)
Adds boolean metadata.
key
- Metadata key.value
- Metadata value.public final void add(String key, double value)
Adds double metadata.
key
- Metadata key.value
- Metadata value.public final void add(String key, Date value)
Adds DateTime
metadata.
key
- Metadata key.value
- Metadata value.public boolean isBuiltIn(String key)
Determines whether metadata is built-in.
isBuiltIn
in class DocumentMetadata<VisioMetadataProperty>
key
- Metadata key.public boolean isReadOnly(String key)
Determines whether metadata is read-only.
isReadOnly
in class DocumentMetadata<VisioMetadataProperty>
key
- Metadata key.protected VisioMetadataProperty getInstance()
getInstance
in class DocumentMetadata<VisioMetadataProperty>
Copyright © 2017. All rights reserved.