179        $this->oddHeader = $pValue;
 
  203        $this->oddFooter = $pValue;
 
  227        $this->evenHeader = $pValue;
 
  251        $this->evenFooter = $pValue;
 
  275        $this->firstHeader = $pValue;
 
  299        $this->firstFooter = $pValue;
 
  323        $this->differentOddEven = $pValue;
 
  347        $this->differentFirst = $pValue;
 
  371        $this->scaleWithDocument = $pValue;
 
  395        $this->alignWithMargins = $pValue;
 
  409        $this->headerFooterImages[
$location] = $image;
 
  423        if (isset($this->headerFooterImages[
$location])) {
 
  424            unset($this->headerFooterImages[
$location]);
 
  439        $this->headerFooterImages = $images;
 
  453        if (isset($this->headerFooterImages[self::IMAGE_HEADER_LEFT])) {
 
  456        if (isset($this->headerFooterImages[self::IMAGE_HEADER_CENTER])) {
 
  459        if (isset($this->headerFooterImages[self::IMAGE_HEADER_RIGHT])) {
 
  462        if (isset($this->headerFooterImages[self::IMAGE_FOOTER_LEFT])) {
 
  465        if (isset($this->headerFooterImages[self::IMAGE_FOOTER_CENTER])) {
 
  468        if (isset($this->headerFooterImages[self::IMAGE_FOOTER_RIGHT])) {
 
  471        $this->headerFooterImages = $images;
 
  481        $vars = get_object_vars($this);
 
  482        foreach ($vars as 
$key => $value) {
 
  483            if (is_object($value)) {
 
  484                $this->
$key = clone $value;
 
  486                $this->
$key = $value;
 
An exception for terminatinating execution or to throw for unit testing.