Aspose::Words::IIndexFilter::ShouldSkipIndex method

IIndexFilter::ShouldSkipIndex method

Determines whether the item with the specified index should be skipped.

virtual bool Aspose::Words::IIndexFilter::ShouldSkipIndex(int32_t index)=0
ParameterTypeDescription
indexint32_tThe index of the item.

ReturnValue

true if the item should be skipped; otherwise, false.

See Also