1 #ifndef FS_OFD_TAGTREENODE_H_ 2 #define FS_OFD_TAGTREENODE_H_ 17 class OFDGraphicsObject;
123 #endif // FS_OFD_TAGTREENODE_H_ int GetTagTreeNodeCount()
获取子节点数量。
bool IsEmpty() const
检查当前对象是否为空。
Definition: fs_ofdgraphicsobject.h:177
String GetText()
获取节点文本内容。
Definition: fs_ofdtagtreenode.h:21
bool operator==(const TagTreeNode &other) const
相等操作符。
TagTreeNode(const TagTreeNode &other)
构造函数,通过另一个OFD标签树节点对象。
int GetGraphicsObjectCount()
获取图元对象数量。
TagTreeNode & operator=(const TagTreeNode &other)
赋值操作符。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
Definition: fs_basictypes.h:465
Foxit命名空间。
Definition: fs_pdf3d.h:26
字节字符串类
Definition: fx_string.h:317
graphics::OFDGraphicsObject GetGraphicsObject(int index)
获取指定索引的图元对象。
bool operator !=(const TagTreeNode &other) const
不相等操作符。
TagTreeNode GetTagTreeNode(int index)
获取指定索引的子节点。