openpyxl.chart.title.
Title
(
tx=None
,
layout=None
,
overlay=None
,
spPr=None
,
txPr=None
,
extLst=None
)
[source]
¶
body
¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
graphicalProperties
¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
layout
¶
Values must be of type <class ‘openpyxl.chart.layout.Layout’>
overlay
¶
Values must be of type <class ‘bool’>
spPr
¶
Values must be of type <class ‘openpyxl.chart.shapes.GraphicalProperties’>
tagname
= 'title'
¶
text
¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
tx
¶
Values must be of type <class ‘openpyxl.chart.text.Text’>
txPr
¶
Values must be of type <class ‘openpyxl.chart.text.RichText’>
allow_none
= True
¶