|
Foxit PDF SDK
|
Public 成员函数 | |
| def | GetFirst_page_percent () |
| Get 第一个分页印章的百分比。其余百分比将由其他分页印章平均分配。 此参数应大于0. 更多... | |
| def | GetIs_display_multiple_seal () |
| Get 决定是否为当前分页印章签名显示多个分页印章外观。true表示显示多个分页印章 外观,每count页使用一个分页印章外观,count由page_count_for_each_seal设置。false表示不显示。 当参数is_on_perforation为true时,此参数无效。 更多... | |
| def | GetIs_on_perforation () |
| Get 决定是否切断覆盖每两页左边距或右边距的印章。true表示分页印章签名 将成对添加到页面中,参数paging_seal_position和参数first_page_percent 将不起作用。false表示不切断。 更多... | |
| def | GetOffset () |
| Get 分页印章签名的偏移量。 更多... | |
| def | GetPage_count_for_each_seal () |
| Get 每个印章的页数。此值仅在参数is_display_multiple_seal为true时有用。 此值应大于1。如果最后一个印章的页数为1,它将与前一个印章合并形成一个印章。 更多... | |
| def | GetPaging_seal_position () |
| Get 分页印章的位置。请参考从fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。 更多... | |
| def | GetPaging_seal_style () |
| Get 分页印章签名的样式。请参考从fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。 更多... | |
| def | Set (paging_seal_position, offset, first_page_percent, is_on_perforation, paging_seal_style, is_display_multiple_seal, page_count_for_each_seal) |
| 设置值。 更多... | |
| def | SetFirst_page_percent (value) |
| Set 第一个分页印章的百分比。其余百分比将由其他分页印章平均分配。 此参数应大于0. 更多... | |
| def | SetIs_display_multiple_seal (value) |
| Set 决定是否为当前分页印章签名显示多个分页印章外观。true表示显示多个分页印章 外观,每count页使用一个分页印章外观,count由page_count_for_each_seal设置。false表示不显示。 当参数is_on_perforation为true时,此参数无效。 更多... | |
| def | SetIs_on_perforation (value) |
| Set 决定是否切断覆盖每两页左边距或右边距的印章。true表示分页印章签名 将成对添加到页面中,参数paging_seal_position和参数first_page_percent 将不起作用。false表示不切断。 更多... | |
| def | SetOffset (value) |
| Set 分页印章签名的偏移量。 更多... | |
| def | SetPage_count_for_each_seal (value) |
| Set 每个印章的页数。此值仅在参数is_display_multiple_seal为true时有用。 此值应大于1。如果最后一个印章的页数为1,它将与前一个印章合并形成一个印章。 更多... | |
| def | SetPaging_seal_position (value) |
| Set 分页印章的位置。请参考从fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。 更多... | |
| def | SetPaging_seal_style (value) |
| Set 分页印章签名的样式。请参考从fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。 更多... | |
此类表示分页印章配置。 此配置可以通过函数fsdk.PagingSealSignature.SetPagingSealConfig 设置。
| fsdk.PagingSealConfig.GetFirst_page_percent | ( | ) |
Get 第一个分页印章的百分比。其余百分比将由其他分页印章平均分配。 此参数应大于0.
| fsdk.PagingSealConfig.GetIs_display_multiple_seal | ( | ) |
Get 决定是否为当前分页印章签名显示多个分页印章外观。true表示显示多个分页印章 外观,每count页使用一个分页印章外观,count由page_count_for_each_seal设置。false表示不显示。 当参数is_on_perforation为true时,此参数无效。
| fsdk.PagingSealConfig.GetIs_on_perforation | ( | ) |
Get 决定是否切断覆盖每两页左边距或右边距的印章。true表示分页印章签名 将成对添加到页面中,参数paging_seal_position和参数first_page_percent 将不起作用。false表示不切断。
| fsdk.PagingSealConfig.GetOffset | ( | ) |
Get 分页印章签名的偏移量。
此值不应为负数。偏移量的最大值是页面宽度或页面高度减去 分页印章签名矩形的宽度或高度的值。如果偏移量大于最大值,将使用最大值。
对于顶部分页印章和底部分页印章,此值将是签名矩形左侧的水平偏移量。
对于右侧分页印章和左侧分页印章,此值将是签名矩形底部的垂直偏移量。
对于参数is_on_perforation为true的情况,此值将是签名矩形底部的垂直偏移量。
| fsdk.PagingSealConfig.GetPage_count_for_each_seal | ( | ) |
Get 每个印章的页数。此值仅在参数is_display_multiple_seal为true时有用。 此值应大于1。如果最后一个印章的页数为1,它将与前一个印章合并形成一个印章。
| fsdk.PagingSealConfig.GetPaging_seal_position | ( | ) |
Get 分页印章的位置。请参考从fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。
| fsdk.PagingSealConfig.GetPaging_seal_style | ( | ) |
Get 分页印章签名的样式。请参考从fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。
不同样式之间无法相互转换。默认值:fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 。
| def fsdk.PagingSealConfig.Set | ( | paging_seal_position, | |
| offset, | |||
| first_page_percent, | |||
| is_on_perforation, | |||
| paging_seal_style, | |||
| is_display_multiple_seal, | |||
| page_count_for_each_seal | |||
| ) |
设置值。
| [in] | paging_seal_position | 分页印章的位置。请参考从 fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。 |
| [in] | offset | 分页印章的偏移量。此值不应为负数。 |
| [in] | first_page_percent | 第一个分页印章的百分比。此参数应大于0.0,小于1.0。 |
| [in] | is_on_perforation | 决定是否切断覆盖每两页边距的印章。 |
| [in] | paging_seal_style | 分页印章签名样式。请参考从 fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。 |
| [in] | is_display_multiple_seal | 决定是否为当前分页印章签名显示多个分页印章外观,默认值:false。 |
| [in] | page_count_for_each_seal | 每个印章的页数。此值应大于1,默认值:30。 |
| fsdk.PagingSealConfig.SetFirst_page_percent | ( | value | ) |
Set 第一个分页印章的百分比。其余百分比将由其他分页印章平均分配。 此参数应大于0.
| [in] | value | 第一个分页印章的百分比。其余百分比将由其他分页印章平均分配。 此参数应大于0.0,小于1.0。 |
| fsdk.PagingSealConfig.SetIs_display_multiple_seal | ( | value | ) |
Set 决定是否为当前分页印章签名显示多个分页印章外观。true表示显示多个分页印章 外观,每count页使用一个分页印章外观,count由page_count_for_each_seal设置。false表示不显示。 当参数is_on_perforation为true时,此参数无效。
| [in] | value | 决定是否为当前分页印章签名显示多个分页印章外观。true表示显示多个分页印章 外观,每count页使用一个分页印章外观,count由page_count_for_each_seal设置。false表示不显示。 当参数is_on_perforation为true时,此参数无效。 |
| fsdk.PagingSealConfig.SetIs_on_perforation | ( | value | ) |
Set 决定是否切断覆盖每两页左边距或右边距的印章。true表示分页印章签名 将成对添加到页面中,参数paging_seal_position和参数first_page_percent 将不起作用。false表示不切断。
| [in] | value | 决定是否切断覆盖每两页左边距或右边距的印章。true表示分页印章签名 将成对添加到页面中,参数paging_seal_position和参数first_page_percent 将不起作用。false表示不切断。 |
| fsdk.PagingSealConfig.SetOffset | ( | value | ) |
Set 分页印章签名的偏移量。
此值不应为负数。偏移量的最大值是页面宽度或页面高度减去 分页印章签名矩形的宽度或高度的值。如果偏移量大于最大值,将使用最大值。
对于顶部分页印章和底部分页印章,此值将是签名矩形左侧的水平偏移量。
对于右侧分页印章和左侧分页印章,此值将是签名矩形底部的垂直偏移量。
对于参数is_on_perforation为true的情况,此值将是签名矩形底部的垂直偏移量。
| [in] | value | 分页印章签名的偏移量。 |
| fsdk.PagingSealConfig.SetPage_count_for_each_seal | ( | value | ) |
Set 每个印章的页数。此值仅在参数is_display_multiple_seal为true时有用。 此值应大于1。如果最后一个印章的页数为1,它将与前一个印章合并形成一个印章。
| [in] | value | 每个印章的页数。此值仅在参数is_display_multiple_seal为true时有用。 此值应大于1。如果最后一个印章的页数为1,它将与前一个印章合并形成一个印章。 |
| fsdk.PagingSealConfig.SetPaging_seal_position | ( | value | ) |
Set 分页印章的位置。请参考从fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。
| [in] | value | 分页印章的位置。请参考从fsdk.PagingSealConfigE_PagingSealPositionLeft 开始的值,这将是这些值中的一个。 |
| fsdk.PagingSealConfig.SetPaging_seal_style | ( | value | ) |
Set 分页印章签名的样式。请参考从fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。
不同样式之间无法相互转换。默认值:fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 。
| [in] | value | 分页印章签名的样式。请参考从fsdk.PagingSealConfigE_PagingSealStyleMultipleSignatures 开始的值,这将是这些值中的一个。 |