|
Foxit PDF SDK
|
Public 成员函数 | |
| def | GetAudio_format () |
| Get 音频格式,如"audio/wav"。 更多... | |
| def | GetDoc () |
| Get 文档的 PDFDoc 对象。 更多... | |
| def | GetPlayer_settings () |
| Get MediaSettings 对象。 更多... | |
| def | GetRendition () |
| Get fsdk.Rendition 对象(MediaRendition或RenditionList)。 更多... | |
| def | GetScreen_annot () |
| Get fsdk.Screen 对象。 更多... | |
| def | GetURL () |
| Get uRL或rendition中的一个是必需的,URL优先。 更多... | |
| def | Set (doc, screen_annot, rendition, URL, audio_format, player_settings) |
| 设置值。 更多... | |
| def | SetAudio_format (value) |
| Set 音频格式,如"audio/wav"。 更多... | |
| def | SetDoc (value) |
| Set 文档的 PDFDoc 对象。 更多... | |
| def | SetPlayer_settings (value) |
| Set MediaSettings 对象。 更多... | |
| def | SetRendition (value) |
| Set fsdk.Rendition 对象(MediaRendition或RenditionList)。 更多... | |
| def | SetScreen_annot (value) |
| Set fsdk.Screen 对象。 更多... | |
| def | SetURL (value) |
| Set uRL或rendition中的一个是必需的,URL优先。 更多... | |
此类表示player args。
| fsdk.PlayerArgs.GetAudio_format | ( | ) |
Get 音频格式,如"audio/wav"。
| fsdk.PlayerArgs.GetDoc | ( | ) |
| fsdk.PlayerArgs.GetPlayer_settings | ( | ) |
Get MediaSettings 对象。
| fsdk.PlayerArgs.GetRendition | ( | ) |
Get fsdk.Rendition 对象(MediaRendition或RenditionList)。
除非在事件对象中找到rendition或存在URL,否则必需。
| fsdk.PlayerArgs.GetScreen_annot | ( | ) |
| fsdk.PlayerArgs.GetURL | ( | ) |
Get uRL或rendition中的一个是必需的,URL优先。
| def fsdk.PlayerArgs.Set | ( | doc, | |
| screen_annot, | |||
| rendition, | |||
| URL, | |||
| audio_format, | |||
| player_settings | |||
| ) |
设置值。
| [in] | doc | 文档的 PDFDoc 对象。如果省略了 annot 和 rendition,则为必需,例如用于URL播放。 |
| [in] | screen_annot | fsdk.Screen 对象。除非在事件对象或MediaSettings中找到,否则停靠播放需要此对象。 |
| [in] | rendition | fsdk.Rendition 对象(MediaRendition或RenditionList)。除非在事件对象中找到rendition或存在URL,否则必需。 |
| [in] | URL | URL或rendition中的一个是必需的,URL优先。 |
| [in] | audio_format | 音频格式,如"audio/wav"。 |
| [in] | player_settings | MediaSettings 对象。 |
| fsdk.PlayerArgs.SetAudio_format | ( | value | ) |
Set 音频格式,如"audio/wav"。
| [in] | value | 音频格式,如"audio/wav"。 |
| fsdk.PlayerArgs.SetDoc | ( | value | ) |
| fsdk.PlayerArgs.SetPlayer_settings | ( | value | ) |
| fsdk.PlayerArgs.SetRendition | ( | value | ) |
Set fsdk.Rendition 对象(MediaRendition或RenditionList)。
除非在事件对象中找到rendition或存在URL,否则必需。
| [in] | value | fsdk.Rendition 对象(MediaRendition或RenditionList)。 |
| fsdk.PlayerArgs.SetScreen_annot | ( | value | ) |
Set fsdk.Screen 对象。
除非在javascript的"event"或"MediaSettings"中找到,否则停靠播放需要此对象。
| [in] | value | fsdk.Screen 对象。 |
| fsdk.PlayerArgs.SetURL | ( | value | ) |
Set uRL或rendition中的一个是必需的,URL优先。
| [in] | value | URL或rendition中的一个是必需的,URL优先。 |