Skip to main content

IStructureElementCollection Interface

A collection of elements in a structure tree.

Declaration

public interface IStructureElementCollection extends IObjectCollectionBase<StructureItem>

Remarks

The following methods return IStructureElementCollection objects:

Refer to the following help topic for additional information: Generate and Edit Tagged PDF Documents.

Implements

com.devexpress.docs.pdf.IObjectCollectionBase<com.devexpress.docs.pdf.StructureItem>

Methods

find(Predicate<StructureItem> predicate) Method

Finds the first structure item that matches the specified condition.

Declaration

public abstract StructureItem find(Predicate<StructureItem> predicate)

Parameters

Name Type Description
predicate java.util.function.Predicate<StructureItem>

A predicate that defines the condition used to search for a structure item.

Returns

Type Description
StructureItem

The first structure item that matches the specified condition; otherwise, null.