Aspose::Words::IIndexFilter interface

IIndexFilter interface

Defines a filter for skipping items based on their indices.

class IIndexFilter : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual ShouldSkipIndex(int32_t)Determines whether the item with the specified index should be skipped.
static Type()

See Also