def wrap(self, availWidth, availHeight):
     # print "# wrap", id(self), self.canv
     # availHeight = self.setMaxHeight(availHeight)
     self.I.canv = self.canv
     result = ParagraphAndImage.wrap(self, availWidth, availHeight)
     del self.I.canv
     return result
 def wrap(self, availWidth, availHeight):
     # print "# wrap", id(self), self.canv
     # availHeight = self.setMaxHeight(availHeight)
     self.I.canv = self.canv
     result = ParagraphAndImage.wrap(self, availWidth, availHeight)
     del self.I.canv
     return result
 def wrap(self, availWidth, availHeight):
     self.I.canv = self.canv
     result = ParagraphAndImage.wrap(self, availWidth, availHeight)
     del self.I.canv
     return result
 def wrap(self, availWidth, availHeight):
     self.I.canv = self.canv
     result = ParagraphAndImage.wrap(self, availWidth, availHeight)
     del self.I.canv
     return result