cfb_document

cfb_document

Vue de l’ensemble

‘cfb_document’ est une classe dans Aspose.Email FOSS pour C++.

Description

‘cfb_document’ est une classe dans la bibliothèque Aspose.Email FOSS pour C++ qui expose 13 méthodes et 0 propriétés pour l’utilisation programmée.

Les fonctionnalités de base comprennent: Sélectionnez le nombre de version majeur du document cfb; Sélectez le numéro de versions mineurs du Document cvb ; Séjectez la signature de transaction du Documents ccb. Ces opérations permettent aux développeurs d’intégrer directement la fonctionnement du CfB_document dans les applications C++.

méthodes

SignatureDescription
major_version()std::uint16_tReturns the major version number of the CFB document
set_major_version(value: std::uint16_t)Sets the major version number of the CFB document
minor_version()std::uint16_tReturns the minor version number of the CFB document
set_minor_version(value: std::uint16_t)Sets the minor version number of the CFB document
transaction_signature_number()std::uint32_tReturns the transaction signature number of the CFB document
set_transaction_signature_number(value: std::uint32_t)Sets the transaction signature number of the CFB document
from_reader(reader: cfb_reader)cfb_documentCreates a cfb_document by reading from a cfb_reader
from_file(path: std::filesystem::path)cfb_documentCreates a cfb_document from a file at the given path
from_stream(stream: std::istream)cfb_documentCreates a cfb_document from an input stream
from_bytes(data: std::vector<std::uint8_t>)cfb_documentCreates a cfb_document from a vector of bytes
from_buffer(data: std::uint8_t, size: std::size_t)cfb_documentCreates a cfb_document from a raw byte buffer and its size

Voir aussi

  • Aspose.Email pour C++ — Enterprise API Reference
 Français