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
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index of the item. |
ReturnValue
true if the item should be skipped; otherwise, false.
See Also
- Interface IIndexFilter
- Namespace Aspose::Words
- Library Aspose.Words for C++