cfb_document

cfb_document

Genel Bakış

cfb_document bir Compound File Binary belgesi için üst düzey kapsayıcıdır. cfb_reader, bir dosya yolu, bir giriş akışı veya ham bayt vektörü kullanılarak, statik from_file, from_reader, from_stream ve from_bytes fabrikası yöntemleriyle örneklenebilir. Sınıf, bileşik dosyanın ana sürümü, alt sürümü ve işlem imza numarası için getter ve setter’ları sunar.

Tanımlandığı yer: include/aspose/email/foss/cfb/cfb_document.hpp

Yöntemler

İmzaDönüş Tipi
major_version()std::uint16_t
set_major_version(std::uint16_t value)void
minor_version()std::uint16_t
set_minor_version(std::uint16_t value)void
transaction_signature_number()std::uint32_t
set_transaction_signature_number(std::uint32_t value)void
from_reader(cfb_reader reader)cfb_document
from_file(std::filesystem::path path)cfb_document
from_stream(std::istream stream)cfb_document
from_bytes(std::vector<std::uint8_t> data)cfb_document
from_buffer(const std::uint8_t* data, std::size_t size)cfb_document
 Türkçe