ooodev.format.inner.direct.write.para.outline_list.line_num module
Module for managing paragraph line numbers.
New in version 0.9.0.
- class ooodev.format.inner.direct.write.para.outline_list.line_num.LineNum(num_start=0)[source]
Bases:
AbstractLineNumber
Paragraph Line Numbers
Any properties starting with
prop_
set or get current instance values.All methods starting with
fmt_
can be used to chain together properties.New in version 0.9.0.
- __init__(num_start=0)[source]
Constructor
- Parameters:
num_start (int, optional) – Restart paragraph with number. If
0
then this paragraph is include in line numbering. If-1
then this paragraph is excluded in line numbering. If greater than zero this paragraph is included in line numbering and the numbering is restarted with value ofnum_start
.- Return type:
None
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type: