PhpOffice\PhpPresentation\Writer\AbstractWriter::getDrawingHashTable PHP Method

getDrawingHashTable() public method

Get drawing hash table
public getDrawingHashTable ( ) : HashTable
return PhpOffice\PhpPresentation\HashTable
    public function getDrawingHashTable()
    {
        return $this->oDrawingHashTable;
    }