BookmarkState

Overview

BookmarkState 是Python的Aspose.Words FOSS中的一个类.

单调增加书签标识符和对的分发

starts/ends across paragraphs.

这个类提供了在Python程序中与BookmarkState对象工作的5种方法. 有的方法包括: __init__, close, drain_open, next_id, open. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序.

Methods

SignatureDescription
__init__()
next_id()int
open(name: str)int
close(name: str) → `intNone`
    when no start is currently open under that name. |

| drain_open()list[tuple[str, int]] :没有. (name, id) 两对,然后清除它们.

See Also

 中文