27 #include <xlnt/xlnt_config.hpp> 28 #include <xlnt/utils/optional.hpp> 42 static std::string Serialised_ID();
84 void serialise(std::ostream &output_stream)
const;
99 bool has_type()
const;
114 bool has_alignment()
const;
130 static const std::string &type_as_string(
phonetic_type type);
135 static phonetic_type type_from_string(
const std::string &str);
145 static align alignment_from_string(
const std::string &str);
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
Describes the font style of a particular cell.
Definition: font.hpp:41
phonetic_type
possible values for type property
Definition: phonetic_pr.hpp:58
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
std::uint32_t font_id_t
FontID represented by an unsigned 32-bit integer
Definition: phonetic_pr.hpp:69
Alignment options that determine how text should be displayed within a cell.
Definition: alignment.hpp:63
align
possible values for alignment property
Definition: phonetic_pr.hpp:47
Phonetic properties Element provides a collection of properties that affect display of East Asian Lan...
Definition: phonetic_pr.hpp:39