1 #ifndef FS_OFD_COMPOSITEOBJECT_H_ 2 #define FS_OFD_COMPOSITEOBJECT_H_ 5 #include "fs_ofdgraphicsobject.h" 179 #endif // FS_OFD_COMPOSITEOBJECT_H_ Definition: fs_ofdgraphicsobject.h:177
bool operator==(const OFDCompositeObject &other) const
相等操作符。
void SetSubstitution(foxit::uint32 resource_id)
设置复合单元替换缩略图。
~OFDCompositeObject()
析构函数。
OFDCompositeObject & operator=(const OFDCompositeObject &other)
赋值操作符。
OFDCompositeUnit(const OFDCompositeUnit &other)
构造函数,通过另一个OFD复合对象单元对象。
Definition: fs_ofdcompositeobject.h:23
bool operator==(const OFDCompositeUnit &other) const
相等操作符。
FX_UINT32 uint32
无符号 32 位整数。
Definition: fs_basictypes.h:195
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
OFDCompositeObject(OFDGraphicsObject object)
构造函数,从现有foxit::ofd::graphics::OFDGraphicsObject对象。
Definition: fs_basictypes.h:465
Definition: fs_ofdcompositeobject.h:111
void SetThumbnail(foxit::uint32 resource_id)
设置复合单元缩略图。
bool operator !=(const OFDCompositeUnit &other) const
不相等操作符。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
bool IsEmpty() const
检查当前对象是否为空。
void SetWidth(float width)
设置复合单元宽度。
bool operator !=(const OFDCompositeObject &other) const
不相等操作符。
OFDCompositeUnit AddUnit()
添加复合单元。
OFDCompositeUnit & operator=(const OFDCompositeUnit &other)
赋值操作符。
bool IsEmpty() const
检查当前对象是否为空。
void SetHeight(float height)
设置复合单元高度。