Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
EPRCAttributeEntry Enumeration
Syntax
C++
enum EPRCAttributeEntry { EPRCAttributeEntryNotSet = 0, EPRCAttributeEntryTitle = 2, EPRCAttributeEntrySubject = 3, EPRCAttributeEntryAuthor = 4, EPRCAttributeEntryKeywords = 5, EPRCAttributeEntryComments = 6, EPRCAttributeEntryTemplate = 7, EPRCAttributeEntryLastSavedBy = 8, EPRCAttributeEntryRevisionNumber = 9, EPRCAttributeEntryTotalEditingTime = 10, EPRCAttributeEntryLastPrinted = 11, EPRCAttributeEntryCreateTimeDate = 12, EPRCAttributeEntryLastSavedTimeDate = 13, EPRCAttributeEntryNumberOfPages = 14, EPRCAttributeEntryNumberOfWords = 15, EPRCAttributeEntryNumberOfChars = 16, EPRCAttributeEntryThumbnail = 17, EPRCAttributeEntryNameOfCreatingApp = 18, EPRCAttributeEntrySecurity = 19, EPRCAttributeEntryLAST = 20 };
Members
Description
EPRCAttributeEntryNotSet
An empty attribute title.
EPRCAttributeEntryTitle
The attribute contains a title.
EPRCAttributeEntrySubject
The attribute contains information about a subject.
EPRCAttributeEntryAuthor
The attribute contains information about an author.
EPRCAttributeEntryKeywords
The attribute contains a list of keywords.
EPRCAttributeEntryComments
The attribute contains a comment.
EPRCAttributeEntryTemplate
The attribute contains a template.
EPRCAttributeEntryLastSavedBy
The attribute contains information about a person who saved the entity last time.
EPRCAttributeEntryRevisionNumber
The attribute contains a revision number
EPRCAttributeEntryTotalEditingTime
The attribute contains information about a total time the entity was being edited.
EPRCAttributeEntryLastPrinted
The attribute contains information about when the entity was printed last time.
EPRCAttributeEntryCreateTimeDate
The attribute contains date and time of creation.
EPRCAttributeEntryLastSavedTimeDate
The attribute contains date and time of last saving.
EPRCAttributeEntryNumberOfPages
The attribute contains the number of pages.
EPRCAttributeEntryNumberOfWords
The attribute contains the number of words.
EPRCAttributeEntryNumberOfChars
The attribute contains the number of characters.
EPRCAttributeEntryThumbnail
The attribute contains thumbnail.
EPRCAttributeEntryNameOfCreatingApp
The attribute contains a name of application the entity was created with.
EPRCAttributeEntrySecurity
The attribute contains security information.
EPRCAttributeEntryLAST
For internal use, contains the number of valid attributer titles.

Enumeration represents the list of valid attribute titles.

File: PrcDefines.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.