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

Method format

src/pptx/chart/chart.py:215–221  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

213
214 @lazyproperty
215 def format(self):
216 """|ChartFormat| object providing access to line and fill formatting.
217
218 Return the |ChartFormat| object providing shape formatting properties
219 for this chart title, such as its line color and fill.
220 """
221 return ChartFormat(self._title)
222
223 @property
224 def has_text_frame(self):

Callers

nothing calls this directly

Calls 1

ChartFormatClass · 0.90

Tested by

no test coverage detected