SetaPDF_Extractor_Result_WordGroups This class represents word groups

File: /SetaPDF v2/Extractor/Result/WordGroups.php

Class hierarchy

Implements

Summary

Properties


Methods

__construct()

cleanUp()

Release memory and cycled references

count()

Implementation of the Countable interface.

See

getBounds()

Get the outer-most bounds of all items in this collection.

This method will only return values of non-rotated items.

key()

Implementation of the Iterator interface.

See

next()

Implementation of the Iterator interface.

See

offsetExists()

Implementation of the ArrayAccess interface.

Parameters
$offset : int
 
See

offsetGet()

Implementation of the ArrayAccess interface.

Parameters
$offset : int
 
Exceptions

Throws InvalidArgumentException

See

offsetSet()

Implementation of the ArrayAccess interface.

Parameters
$offset : null|integer
 
$value : SetaPDF_Extractor_Result_Words
 
Exceptions

Throws InvalidArgumentException

See

offsetUnset()

public SetaPDF_Extractor_Result_Collection::offsetUnset (
int $offset
): void

Implementation of the ArrayAccess interface.

Parameters
$offset : int
 
See

rewind()

Implementation of the Iterator interface.

See

valid()

Implementation of the Iterator interface.

See