Options
All
  • Public
  • Public/Protected
  • All
Menu

Object Type in 2.6.1 Compound File Directory Entry

Index

Enumeration members

Enumeration members

DIRECTORY = 1

Storage Object

storage object: An object in a compound file that is analogous to a file system directory. The parent object of a storage object must be another storage object or the root storage object.

See also:

DOCUMENT = 2

Stream Object

  • stream object: An object in a compound file that is analogous to a file system file. The parent object of a stream object must be a storage object or the root storage object.

See also:

ROOT = 5

Root Storage Object

  • root storage object: A storage object in a compound file that must be accessed before any other storage objects and stream objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy.

See also:

Generated using TypeDoc