|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)
| 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): |
nothing calls this directly
no test coverage detected