cfb_document
Overview
cfb_document là một lớp trong Aspose.Email cho CPP.
Methods
| Signature | Description |
|---|---|
major_version() → std::uint16_t | Trả lại phiên bản chính của tài liệu CFB |
set_major_version(value: std::uint16_t) | Thiết lập phiên bản chính của tài liệu CFB |
minor_version() → std::uint16_t | Trả lại phiên bản nhỏ hơn của tài liệu CFB |
set_minor_version(value: std::uint16_t) | Thiết lập phiên bản nhỏ hơn của tài liệu CFB |
transaction_signature_number() → std::uint32_t | Trả lại số chữ ký giao dịch của tài liệu CFB |
set_transaction_signature_number(value: std::uint32_t) | Đặt số ký giao dịch của tài liệu CFB |
from_reader(reader: cfb_reader) → cfb_document | Tạo một tài liệu cfb_document từ một ccfd_reader |
from_file(path: std::filesystem::path) → cfb_document | Tạo một tài liệu cfb_document từ một đường file |
from_stream(stream: std::istream) → cfb_document | Tạo một tài liệu cfb_document từ dòng input |
from_bytes(data: std::vector<std::uint8_t>) → cfb_document | Tạo một tài liệu cfb_ từ vector byte |
from_buffer(data: const std::uint8_t*, size: std::size_t) → cfb_document | Tạo một tài liệu cfb_từ một buffer byte thô và kích thước |