Titre
Vue de l’ensemble
« header » est une structure dans Aspose.Email FOSS pour C++.
Description
header est une classe dans la bibliothèque Aspose.Email FOSS pour C++ qui expose 2 méthodes et 18 propriétés pour l’utilisation programmée.
Les capacités de base comprennent : std::array<stD::uint8_t, 8>; td ::arry<tD:uent8 _t , 16>'; 'stde::aint16_T. Ces opérations permettent aux développeurs d’intégrer la fonctionnalité du titre directement dans les applications C++.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
header_signature | std::array<std::uint8_t, 8> | Read/Write | Holds the 8‑byte CFB file signature |
header_clsid | std::array<std::uint8_t, 16> | Read/Write | Holds the 16‑byte CLSID of the storage |
minor_version | std::uint16_t | Read/Write | Stores the minor version of the CFB format |
major_version | std::uint16_t | Read/Write | Stores the major version of the CFB format |
byte_order | std::uint16_t | Read/Write | Stores the byte order marker (typically 0xFFFE) |
sector_shift | std::uint16_t | Read/Write | Stores the power‑of‑two shift to compute sector size |
mini_sector_shift | std::uint16_t | Read/Write | Stores the shift to compute mini sector size |
reserved | std::array<std::uint8_t, 6> | Read/Write | Contains six reserved bytes |
number_of_directory_sectors | std::uint32_t | Read/Write | Stores count of directory sectors |
number_of_fat_sectors | std::uint32_t | Read/Write | Stores count of FAT sectors |
first_directory_sector_location | std::uint32_t | Read/Write | Stores the index of the first directory sector |
transaction_signature_number | std::uint32_t | Read/Write | Stores the transaction signature number |
mini_stream_cutoff_size | std::uint32_t | Read/Write | Stores the cutoff size for mini streams |
first_mini_fat_sector_location | std::uint32_t | Read/Write | Stores the index of the first mini FAT sector |
number_of_mini_fat_sectors | std::uint32_t | Read/Write | Stores count of mini FAT sectors |
first_difat_sector_location | std::uint32_t | Read/Write | Stores the index of the first DIFAT sector |
number_of_difat_sectors | std::uint32_t | Read/Write | Stores count of DIFAT sectors |
difat | std::vector<std::uint32_t> | Read/Write | Holds the DIFAT sector chain as a vector of sector indices |
méthodes
| Signature | Description |
|---|---|
sector_size() → std::size_t | Returns the size of a regular sector in bytes |
mini_sector_size() → std::size_t | Returns the size of a mini sector in bytes |
Voir aussi
- Aspose.Email pour C++ — Enterprise API Reference