Exemplo n.º 1
0
 def anchor(self):
     """
     String held in ``anchor`` attribute of ``<a:tcPr>`` child element of
     this ``<a:tc>`` element.
     """
     if self.tcPr is None:
         return None
     anchor = self.tcPr.get('anchor')
     return MSO_ANCHOR.from_xml(anchor)