1 #ifndef FS_OFD_CATALOG_H_ 2 #define FS_OFD_CATALOG_H_ 26 typedef enum _CatalogPositionType {
93 void SetMargin(
float x_margin,
float y_margin);
105 void SetFormat(
int section,
const String& font_name,
float font_size,
float lower_space);
154 #endif // FS_OFD_CATALOG_H_ Catalog & operator=(const Catalog &other)
赋值操作符。
bool operator !=(const Catalog &other) const
不相等操作符。
CatalogPositionType
OFD目录位置类型定义枚举类型。
Definition: fs_ofdcatalog.h:26
bool IsEmpty() const
检查当前对象是否为空。
void SetFormat(int section, const String &font_name, float font_size, float lower_space)
设置目录格式。
bool AddAttachment(const Attachments &attachments)
添加附件对象目录。
Definition: fs_ofdattachment.h:395
Definition: fs_ofdcatalog.h:19
目录位置:在第二页前新增一页作为目录页。
Definition: fs_ofdcatalog.h:30
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
bool operator==(const Catalog &other) const
相等操作符。
Definition: fs_basictypes.h:465
bool AddItemInfo(const String &title, int page_count)
添加目录项信息。
Foxit命名空间。
Definition: fs_pdf3d.h:26
字节字符串类
Definition: fx_string.h:317
void SetMargin(float x_margin, float y_margin)
设置目录边距。
目录位置:在第一页前新增一页作为目录页。
Definition: fs_ofdcatalog.h:28
void SetPosition(CatalogPositionType type)
设置目录位置。