PhpOffice\PhpPresentation\Writer\AbstractDecoratorWriter::setDrawingHashTable PHP Method

setDrawingHashTable() public method

public setDrawingHashTable ( HashTable $hashTable )
$hashTable PhpOffice\PhpPresentation\HashTable
    public function setDrawingHashTable(HashTable $hashTable)
    {
        $this->oHashTable = $hashTable;
        return $this;
    }