libsf3
|
#include <sf3_text.h>
Data Fields | |
uint64_t | start |
uint64_t | end |
uint8_t | option_type |
Generic markup option. See the option_type
for the specific kind of option this block might be describing.
Definition at line 37 of file sf3_text.h.
uint64_t sf3_markup::end |
The ending index of the markup before which the markup should apply.
Definition at line 43 of file sf3_text.h.
uint8_t sf3_markup::option_type |
The identifier of the specific type of markup that this is. See the sf3_markup_option_type
enumeration.
Definition at line 46 of file sf3_text.h.
uint64_t sf3_markup::start |
The starting index of the markup after and including which the markup should apply.
Definition at line 40 of file sf3_text.h.