Style
页面标签样式枚举。
Definition: fs_pdfpagelabel.h:59
int GetPageLabelStart(int page_index) const
获取指定页面索引的页面标签(作为编号格式)中第一个页面标签的数字部分值。
页面标签样式:小写罗马数字。
Definition: fs_pdfpagelabel.h:70
页面标签样式:小写字母。
Definition: fs_pdfpagelabel.h:82
bool HasPageLabel(int page_index)
检查是否为指定页面索引定义了页面标签(作为编号格式)。
bool operator==(const PageLabels &other) const
相等操作符。
Style GetPageLabelStyle(int page_index) const
获取指定页面索引的页面标签(作为编号格式)中数字部分使用的编号样式。
PageLabels & operator=(const PageLabels &other)
赋值操作符。
Definition: fs_pdfpagelabel.h:52
objects::PDFNumberTree GetNumberTree()
获取页面标签数字树。
void SetPageLabel(int page_index, Style label_style, int first_label_number, const WString &prefix_string=WString())
设置由页面索引定义的页面标签(作为编号格式),该页面索引是范围的起始页面索引。
void RemovePageLabel(int page_index)
移除用指定页面索引定义的页面标签(作为编号格式)。
bool operator !=(const PageLabels &other) const
不相等操作符。
WString GetPageLabelPrefix(int page_index) const
获取指定页面索引的页面标签(作为编号格式)中的标签前缀字符串。
WString GetPageLabelTitle(int page_index) const
获取由页面索引指定的页面的完整页面标签标题。
页面标签样式:大写罗马数字。
Definition: fs_pdfpagelabel.h:68
PageLabels(const PDFDoc &document)
构造函数,从PDF文档对象构造。
页面标签样式:十进制阿拉伯数字。
Definition: fs_pdfpagelabel.h:66
页面标签样式:大写字母。
Definition: fs_pdfpagelabel.h:76
页面标签样式:无编号样式。
Definition: fs_pdfpagelabel.h:64