public class MetadataNames extends Object
Provides the metadata names.
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION
The key for the name of the application field.
|
static String |
APPLICATION_VERSION
The key for the version of the application field.
|
static String |
AUTHOR
The key of the document's creator.
|
static String |
CATEGORY
The key of the document's category.
|
static String |
COMMENTS
The key of the document's comments.
|
static String |
COMPANY
The key of the document's name of the company.
|
static String |
CONTENT_STATUS
The key of the document's content status.
|
static String |
COPYRIGHTS
The key for copyrights.
|
static String |
CRC
The 32-bit CRC (Cyclic Redundancy Check) on the content.
|
static String |
CREATED_TIME
The key of the document's created time.
|
static String |
DESCRIPTION
The key for description.
|
static String |
EMAIL_CC
The key for email's CC field.
|
static String |
EMAIL_FROM
The key for email's From field.
|
static String |
EMAIL_TO
The key for email's To field.
|
static String |
ENCODING
The key for the content's encoding.
|
static String |
FILE_NAME
The key for FileName.
|
static String |
HYPERLINK_BASE
The key of the document's hyperlink base.
|
static String |
KEYWORDS
The key of the document's keywords.
|
static String |
LANGUAGE
The key for language.
|
static String |
LAST_AUTHOR
The key of the last document's author.
|
static String |
LAST_PRINTED_TIME
The key of the document's last printed time.
|
static String |
LAST_SAVED_TIME
The key of the document's last saved time.
|
static String |
MANAGER
The key of the document's manager.
|
static String |
MEDIA_TYPE
The key for the content's media type.
|
static String |
PUBLISHED_DATE
The key for published date.
|
static String |
PUBLISHER
The key for publisher.
|
static String |
REVISION_NUMBER
The key for the document's number of revision.
|
static String |
SUBJECT
The key of the document's subject.
|
static String |
TEMPLATE
The key of the document's template.
|
static String |
TITLE
The key of the document's title.
|
static String |
TOTAL_EDITING_TIME
The key for the document's total editing time.
|
static String |
URL
The key for URL.
|
Constructor and Description |
---|
MetadataNames() |
public static final String FILE_NAME
The key for FileName.
public static final String URL
The key for URL.
public static final String MEDIA_TYPE
The key for the content's media type.
public static final String ENCODING
The key for the content's encoding.
public static final String APPLICATION
The key for the name of the application field.
public static final String APPLICATION_VERSION
The key for the version of the application field.
public static final String TEMPLATE
The key of the document's template.
public static final String TITLE
The key of the document's title.
public static final String SUBJECT
The key of the document's subject.
public static final String COMMENTS
The key of the document's comments.
public static final String KEYWORDS
The key of the document's keywords.
public static final String CONTENT_STATUS
The key of the document's content status.
public static final String CATEGORY
The key of the document's category.
public static final String MANAGER
The key of the document's manager.
public static final String AUTHOR
The key of the document's creator.
public static final String LAST_AUTHOR
The key of the last document's author.
public static final String COMPANY
The key of the document's name of the company.
public static final String HYPERLINK_BASE
The key of the document's hyperlink base.
public static final String CREATED_TIME
The key of the document's created time.
public static final String LAST_SAVED_TIME
The key of the document's last saved time.
public static final String LAST_PRINTED_TIME
The key of the document's last printed time.
public static final String REVISION_NUMBER
The key for the document's number of revision.
public static final String TOTAL_EDITING_TIME
The key for the document's total editing time.
public static final String EMAIL_FROM
The key for email's From field.
public static final String EMAIL_TO
The key for email's To field.
public static final String EMAIL_CC
The key for email's CC field.
public static final String DESCRIPTION
The key for description.
public static final String LANGUAGE
The key for language.
public static final String COPYRIGHTS
The key for copyrights.
public static final String PUBLISHER
The key for publisher.
public static final String PUBLISHED_DATE
The key for published date.
public static final String CRC
The 32-bit CRC (Cyclic Redundancy Check) on the content.
Copyright © 2019. All rights reserved.