次の方法で共有


IParagraphIdCollectionFeature インターフェイス

定義

ドキュメント内の段落 ID コレクションへのアクセスを提供します。

public interface IParagraphIdCollectionFeature : System.Collections.Generic.IEnumerable<string>
type IParagraphIdCollectionFeature = interface
    interface seq<string>
    interface IEnumerable
Public Interface IParagraphIdCollectionFeature
Implements IEnumerable(Of String)
実装

プロパティ

Count

登録されているすべての段落 ID の数を取得します。

メソッド

Contains(String)

ID が存在するかどうかを識別します。

適用対象