Add first line indent switch

This commit is contained in:
Veronica Berglyd Olsen
2024-03-14 23:22:57 +01:00
parent f79c0b93ab
commit 0ae7694954
5 changed files with 17 additions and 4 deletions
+5
View File
@@ -234,6 +234,11 @@ class ToOdt(Tokenizer):
self._pageOffset = offset
return
def setFirstLineIndent(self, state: bool) -> None:
"""Enable or disable first line indent."""
self._firstIndent = state
return
##
# Class Methods
##