BuiltInProperty Enumeration
|
Property IDs for the SummaryInformation Property Set.
Namespace:
Spire.Doc.CompoundFile
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum BuiltInProperty
Public Enumeration BuiltInProperty
public enum class BuiltInProperty
Members
|
Member name
|
Value
|
Description
|
|
Title
|
2
|
Title document property Id.
|
|
Subject
|
3
|
Subject document property Id.
|
|
Author
|
4
|
Author document property Id.
|
|
Keywords
|
5
|
Keywords document property Id.
|
|
Comments
|
6
|
Comments document property Id.
|
|
Template
|
7
|
Template document property Id.
|
|
LastAuthor
|
8
|
LastAuthor document property Id.
|
|
RevisionNumber
|
9
|
Revnumber document property Id.
|
|
EditTime
|
10
|
EditTime document property Id.
|
|
LastPrinted
|
11
|
LastPrinted document property Id.
|
|
CreationDate
|
12
|
CreationDate document property Id.
|
|
LastSaveDate
|
13
|
LastSaveDate document property Id.
|
|
PageCount
|
14
|
PageCount document property Id.
|
|
WordCount
|
15
|
WordCount document property Id.
|
|
CharCount
|
16
|
CharCount document property Id.
|
|
Thumbnail
|
17
|
Thumbnail document property Id.
|
|
ApplicationName
|
18
|
ApplicationName document property Id.
|
|
Security
|
19
|
Ssecurity document property Id.
|
|
Category
|
1000
|
Category Id.
|
|
PresentationTarget
|
1001
|
Target format for presentation (35mm, printer, video, and so on) id.
|
|
ByteCount
|
1002
|
ByteCount Id.
|
|
LineCount
|
1003
|
LineCount Id.
|
|
ParagraphCount
|
1004
|
ParCount Id.
|
|
SlideCount
|
1005
|
SlideCount Id.
|
|
NoteCount
|
1006
|
NoteCount Id.
|
|
HiddenCount
|
1007
|
HiddenCount Id.
|
|
MultimediaClipCount
|
1008
|
MmclipCount Id.
|
|
ScaleCrop
|
1009
|
ScaleCrop property Id.
|
|
HeadingPair
|
1010
|
HeadingPair Id.
|
|
DocParts
|
1011
|
DocParts Id.
|
|
Manager
|
1012
|
Manager Id.
|
|
Company
|
1013
|
Company Id.
|
|
LinksDirty
|
1014
|
LinksDirty Id.
|
|
CharactersWithSpaces
|
1015
|
MUST be a VT_I4 TypedPropertyValue ([MS-OLEPS] section 2.15) property. The integer value of the
property specifies an Eschertimate of the number of characters in the document including whitespace.
|
|
ShareDoc
|
1016
|
MUST be a VT_BOOL TypedPropertyValue ([MS-OLEPS] section 2.15) property.
The property value MUST be FALSE (0x00000000).
|
|
LinkBase
|
1017
|
MUST NOT be written (to built-in properties). The base URL property is persisted to the User Defined Property
Set with the _PID_LINKBASE property name.
|
|
Hyperlinks
|
1018
|
MUST NOT be written (to built-in properties). The hyperlinks property is persisted to the User Defined Property
Set with the _PID_HLINKS property name.
|
|
HyperlinksChanged
|
1019
|
MUST be a VT_BOOL TypedPropertyValue ([MS-OLEPS] section 2.15) property. The property value
specifies TRUE (any value other than 0x00000000) if the _PID_HLINKS property in the User
Defined Property Set has changed outside of the application, which would require hyperlink
fix up on document load.
|
|
Version
|
1020
|
Version of the application that created the document.
MUST be a VT_I4 TypedPropertyValue ([MS-OLEPS] section 2.15) property. The unsigned integer
value of the property specifies the version of the application that wrote the property set storage.
The two high order bytes specify an unsigned integer specifying the major version number.
The two low order bytes specify an unsigned integer specifying the minor version number.
The value MUST have the major version number set to a nonzero value, and the minor version
number SHOULD always be 0x0000. The minor version number MAY be set to the minor version
number of the application that wrote the property set storage.
|
|
ExcelDigitalSignature
|
1021
|
Represents a digital signature in an Excel document, used to verify the integrity and authenticity of the file.
|
|
ContentType
|
1022
|
MUST be a VtString property. VtString.stringValue specifies the content type of the file.
MAY be absent.
|
|
ContentStatus
|
1023
|
MUST be a VtString property. VtString.stringValue specifies the document status. MAY be absent.
|
|
Language
|
1024
|
MUST be a VtString property. SHOULD be absent.
|
|
DocVersion
|
1025
|
MUST be a VtString property. SHOULD be absent.
|
See Also