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