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

Method format

src/pptx/chart/axis.py:253–259  ·  view source on GitHub ↗

|ChartFormat| object providing access to shape formatting. Return the |ChartFormat| object providing shape formatting properties for this axis title, such as its line color and fill.

(self)

Source from the content-addressed store, hash-verified

251
252 @lazyproperty
253 def format(self):
254 """|ChartFormat| object providing access to shape formatting.
255
256 Return the |ChartFormat| object providing shape formatting properties
257 for this axis title, such as its line color and fill.
258 """
259 return ChartFormat(self._element)
260
261 @property
262 def has_text_frame(self):

Callers

nothing calls this directly

Calls 1

ChartFormatClass · 0.90

Tested by

no test coverage detected