Skip to content

API / interfaces / fullproperties

Interface: FullProperties

Extended file properties (combines Core Properties with App-specific metadata)

Hierarchy

Extends:

  • Properties

Properties

Title

optional

Title: string

Document title

Subject

optional

Subject: string

Document subject/description

Author

optional

Author: string

Primary author

Manager

optional

Manager: string

Manager name

Company

optional

Company: string

Company or organization

Category

optional

Category: string

Category for grouping

Keywords

optional

Keywords: string

Keywords / tags for search

Comments

optional

Comments: string

Free-form comments or description

LastAuthor

optional

LastAuthor: string

Most recent editor

CreatedDate

optional

CreatedDate: Date

Date the document was created

ModifiedDate

optional

ModifiedDate: Date

Date the document was last modified

Application

optional

Application: string

Application that created the document (e.g. "Microsoft Excel")

AppVersion

optional

AppVersion: string

Version of the creating application

DocSecurity

optional

DocSecurity: string

Document security level (as a string code)

HyperlinksChanged

optional

HyperlinksChanged: boolean

Whether hyperlinks were changed outside the document

SharedDoc

optional

SharedDoc: boolean

Whether this is a shared document

LinksUpToDate

optional

LinksUpToDate: boolean

Whether links are up to date

ScaleCrop

optional

ScaleCrop: boolean

Whether the thumbnail should be cropped to fit

Worksheets

optional

Worksheets: number

Number of worksheets in the workbook

SheetNames

optional

SheetNames: string[]

List of worksheet names

ContentStatus

optional

ContentStatus: string

Content status (e.g. "Draft", "Final")

LastPrinted

optional

LastPrinted: string

Date the document was last printed

Revision

optional

Revision: string | number

Revision number

Version

optional

Version: string

Version string

Identifier

optional

Identifier: string

Unique document identifier

Language

optional

Language: string

Document language (e.g. "en-US")

Source

src/types.ts


← DefinedName | Hyperlink →