MCPcopy Create free account
hub / github.com/scanny/python-pptx / font

Method font

src/pptx/chart/axis.py:347–354  ·  view source on GitHub ↗

The |Font| object that provides access to the text properties for these tick labels, such as bold, italic, etc.

(self)

Source from the content-addressed store, hash-verified

345
346 @lazyproperty
347 def font(self):
348 """
349 The |Font| object that provides access to the text properties for
350 these tick labels, such as bold, italic, etc.
351 """
352 defRPr = self._element.defRPr
353 font = Font(defRPr)
354 return font
355
356 @property
357 def number_format(self):

Callers

nothing calls this directly

Calls 1

FontClass · 0.90

Tested by

no test coverage detected