1 #ifndef FS_OFD_OUTLINE_H_ 2 #define FS_OFD_OUTLINE_H_ 17 class ActionDestinationInfo;
174 #endif // FS_OFD_OUTLINE_H_ void EnableExpanded(bool expanded)
设置是否展开。
int GetOutlineCount()
获取子大纲的数量。
Outline & operator=(const Outline &other)
赋值操作符。
Definition: fs_ofdoutline.h:20
ActionDestinationInfo GetDestination()
获取目标信息对象。
bool IsEmpty() const
检查当前对象是否为空。
bool RemoveOutline(int index)
删除指定索引的子大纲。
Outline AddOutline()
添加子大纲。
bool operator==(const Outline &other) const
相等操作符。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
Action GetAction()
获取动作对象。
void SetURI(const String &uri)
设置URI。
Definition: fs_basictypes.h:465
Definition: fs_ofdaction.h:162
Outline(const Outline &other)
构造函数,通过另一个大纲对象。
Foxit命名空间。
Definition: fs_pdf3d.h:26
Outline GetOutline(int index)
获取指定索引的子大纲对象。
字节字符串类
Definition: fx_string.h:317
void SetDestination(int page_index, float x, float y)
设置跳转目标到指定页面和位置。
bool operator !=(const Outline &other) const
不相等操作符。
void SetTitle(const String &title)
设置标题。
Definition: fs_ofdaction.h:17