Header

Overview

Header is a class in Aspose.Email FOSS for Python.

Header record at file offset 0 defining Compound File Binary (CFB) geometry and allocation chain entry points.

Properties: byte_order, difat, first_difat_sector_location, first_directory_sector_location, first_mini_fat_sector_location, header_clsid, and 14 more.

Properties

NameTypeAccessDescription
sector_sizeintReadGets the sector size.
mini_sector_sizeintReadGets the mini sector size.
header_signaturebytesReadGets the header signature.
header_clsidbytesReadGets the header clsid.
minor_versionintReadGets the minor version.
major_versionintReadGets the major version.
byte_orderintReadGets the byte order.
sector_shiftintReadGets the sector shift.
mini_sector_shiftintReadGets the mini sector shift.
reservedbytesReadGets the reserved.
number_of_directory_sectorsintReadGets the number of directory sectors.
number_of_fat_sectorsintReadGets the number of fat sectors.
first_directory_sector_locationSectorNumberReadGets the first directory sector location.
transaction_signature_numberintReadGets the transaction signature number.
mini_stream_cutoff_sizeintReadGets the mini stream cutoff size.
first_mini_fat_sector_locationSectorNumberReadGets the first mini fat sector location.
number_of_mini_fat_sectorsintReadGets the number of mini fat sectors.
first_difat_sector_locationSectorNumberReadGets the first difat sector location.
number_of_difat_sectorsintReadGets the number of difat sectors.
difatList[SectorNumber]ReadGets the difat.

See Also