IParagraphIdCollectionFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the paragraph id collection in a document.
public interface IParagraphIdCollectionFeature : System.Collections.Generic.IEnumerable<string>
type IParagraphIdCollectionFeature = interface
interface seq<string>
interface IEnumerable
Public Interface IParagraphIdCollectionFeature
Implements IEnumerable(Of String)
- Implements
Properties
Count |
Gets a count of all the registered paragraph ids. |
Methods
Contains(String) |
Identifies if the id exists. |