|
Foxit PDF SDK
|
Public 成员函数 | |
| def | GetIs_available () |
| Get 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。 更多... | |
| def | GetIs_selected () |
| Get 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。 更多... | |
| def | GetName () |
| Get 搜索索引的名称。 更多... | |
| def | GetPath () |
| Get 搜索索引的路径。 更多... | |
| def | Set (name, is_available, path, is_selected) |
| 设置值。 更多... | |
| def | SetIs_available (value) |
| Set 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。 更多... | |
| def | SetIs_selected (value) |
| Set 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。 更多... | |
| def | SetName (value) |
| Set 搜索索引的名称。 更多... | |
| def | SetPath (value) |
| Set 搜索索引的路径。 更多... | |
此类表示搜索索引配置。
| fsdk.SearchIndexConfig.GetIs_available | ( | ) |
Get 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。
| fsdk.SearchIndexConfig.GetIs_selected | ( | ) |
Get 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。
| fsdk.SearchIndexConfig.GetName | ( | ) |
Get 搜索索引的名称。
| fsdk.SearchIndexConfig.GetPath | ( | ) |
Get 搜索索引的路径。
| def fsdk.SearchIndexConfig.Set | ( | name, | |
| is_available, | |||
| path, | |||
| is_selected | |||
| ) |
设置值。
| [in] | name | 搜索索引的名称。 |
| [in] | is_available | 指定搜索索引是否可用于选择和搜索。 |
| [in] | path | 搜索索引的路径。 |
| [in] | is_selected | 指定搜索索引是否参与搜索。 |
| fsdk.SearchIndexConfig.SetIs_available | ( | value | ) |
Set 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。
| [in] | value | 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。 |
| fsdk.SearchIndexConfig.SetIs_selected | ( | value | ) |
Set 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。
| [in] | value | 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。 |
| fsdk.SearchIndexConfig.SetName | ( | value | ) |
Set 搜索索引的名称。
| [in] | value | 搜索索引的名称。 |
| fsdk.SearchIndexConfig.SetPath | ( | value | ) |
Set 搜索索引的路径。
| [in] | value | 搜索索引的路径。 |