openpyxl.worksheet.pagebreak module¶
-
class
openpyxl.worksheet.pagebreak.Break(id=0, min=0, max=16383, man=True, pt=None)[source]¶ Bases:
openpyxl.descriptors.serialisable.Serialisable-
id¶ Values must be of type <class ‘int’>
-
man¶ Values must be of type <class ‘bool’>
-
max¶ Values must be of type <class ‘int’>
-
min¶ Values must be of type <class ‘int’>
-
pt¶ Values must be of type <class ‘bool’>
-
tagname= 'brk'¶
-