public enum BuiltInDocumentProperties extends Enum<BuiltInDocumentProperties>
Enum Constant and Description |
---|
APPLICATION
Application.
|
AUTHOR
Name of the document's author.
|
CATEGORY
Category of the document.
|
COMMENTS
Document comments.
|
COMPANY
Company.
|
DATE_CONTENT_CREATED
UTC time of creation of the document.
|
DATE_LAST_PRINTED
UTC time on which the document was last printed.
|
DATE_LAST_SAVED
UTC time on which the document was last modified/saved.
|
HYPERLINK_BASE
Base hyperlink.
|
KEYWORDS
Document keywords.
|
LAST_SAVED_BY
Name of the last author.
|
MANAGER
Manager.
|
STATUS
Status of the document.
|
SUBJECT
Subject of the document.
|
TITLE
Title of the document.
|
Modifier and Type | Method and Description |
---|---|
static BuiltInDocumentProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInDocumentProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInDocumentProperties APPLICATION
public static final BuiltInDocumentProperties AUTHOR
public static final BuiltInDocumentProperties CATEGORY
public static final BuiltInDocumentProperties COMMENTS
public static final BuiltInDocumentProperties COMPANY
public static final BuiltInDocumentProperties DATE_CONTENT_CREATED
public static final BuiltInDocumentProperties DATE_LAST_PRINTED
public static final BuiltInDocumentProperties DATE_LAST_SAVED
public static final BuiltInDocumentProperties HYPERLINK_BASE
public static final BuiltInDocumentProperties KEYWORDS
public static final BuiltInDocumentProperties LAST_SAVED_BY
public static final BuiltInDocumentProperties MANAGER
public static final BuiltInDocumentProperties STATUS
public static final BuiltInDocumentProperties SUBJECT
public static final BuiltInDocumentProperties TITLE
public static BuiltInDocumentProperties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BuiltInDocumentProperties[] values()
for (BuiltInDocumentProperties c : BuiltInDocumentProperties.values()) System.out.println(c);
© GemBox Ltd. — All rights reserved.