Foxit PDF SDK
foxit::ofd::OFDLinearPackage类 参考
类 foxit::ofd::OFDLinearPackage 继承关系图:
foxit::Base

Public 成员函数

 OFDLinearPackage (const char *path)
 带参数的构造函数。 更多...
 
 OFDLinearPackage (const wchar_t *path)
 带参数的构造函数。 更多...
 
 OFDLinearPackage (const OFDLinearPackage &other)
 构造函数,通过另一个OFD线性包对象。 更多...
 
 ~OFDLinearPackage ()
 析构函数。
 
String GetFileContent (const String &path)
 获取指定路径的文件内容。 更多...
 
String GetFileContent (const WString &path)
 获取指定路径的文件内容。 更多...
 
bool IsEmpty () const
 检查当前对象是否为空。 更多...
 
bool operator != (const OFDLinearPackage &other) const
 不相等操作符。 更多...
 
OFDLinearPackageoperator= (const OFDLinearPackage &other)
 赋值操作符。 更多...
 
bool operator== (const OFDLinearPackage &other) const
 相等操作符。 更多...
 
- Public 成员函数 继承自 foxit::Base
FS_HANDLE Handle () const
 获取当前对象的句柄。 更多...
 

详细描述

此类表示和OFD线性包相关的操作。

构造及析构函数说明

◆ OFDLinearPackage() [1/3]

foxit::ofd::OFDLinearPackage::OFDLinearPackage ( const char *  path)
explicit

带参数的构造函数。

参数
[in]pathOFD线性包文件路径。

◆ OFDLinearPackage() [2/3]

foxit::ofd::OFDLinearPackage::OFDLinearPackage ( const wchar_t *  path)
explicit

带参数的构造函数。

参数
[in]pathOFD线性包文件路径。

◆ OFDLinearPackage() [3/3]

foxit::ofd::OFDLinearPackage::OFDLinearPackage ( const OFDLinearPackage other)

构造函数,通过另一个OFD线性包对象。

参数
[in]other另一个OFD线性包对象。* 赋值操作符。
[in]other另一个OFD线性包对象,其值将被赋给当前对象。
返回
当前对象自身的引用。

成员函数说明

◆ GetFileContent() [1/2]

String foxit::ofd::OFDLinearPackage::GetFileContent ( const String path)

获取指定路径的文件内容。

参数
[in]path指定的文件路径。
返回
指定路径的文件内容。

◆ GetFileContent() [2/2]

String foxit::ofd::OFDLinearPackage::GetFileContent ( const WString path)

获取指定路径的文件内容。

参数
[in]path指定的文件路径。
返回
指定路径的文件内容。

◆ IsEmpty()

bool foxit::ofd::OFDLinearPackage::IsEmpty ( ) const

检查当前对象是否为空。

当前对象为空时,表示当前对象是无用的。

返回
true 表示当前对象为空,false 表示不为空。

◆ operator !=()

bool foxit::ofd::OFDLinearPackage::operator != ( const OFDLinearPackage other) const

不相等操作符。

参数
[in]other另一个OFD线性包对象。此函数将检查当前对象是否不等于这个对象。
返回
true 表示不相等,false 表示相等。

◆ operator=()

OFDLinearPackage& foxit::ofd::OFDLinearPackage::operator= ( const OFDLinearPackage other)

赋值操作符。

*

参数
[in]other另一个OFD线性包对象,其值将被赋给当前对象。
返回
当前对象自身的引用。

◆ operator==()

bool foxit::ofd::OFDLinearPackage::operator== ( const OFDLinearPackage other) const

相等操作符。

参数
[in]other另一个OFD线性包对象。此函数将检查当前对象是否等于这个对象。
返回
true 表示相等,false 表示不相等。