Refactory insert barcode in Writer

This commit is contained in:
Mauricio Baeza 2020-12-21 22:32:36 -06:00
parent 91a5ce7861
commit 8714c7b75c
3 changed files with 2 additions and 2 deletions

View File

@ -2775,7 +2775,7 @@ class LOWriterTextRange(object):
@property
def string(self):
s = ''
if self._is_paragraph:
if not self._is_table:
s = self.obj.String
return s
@string.setter

Binary file not shown.

View File

@ -2775,7 +2775,7 @@ class LOWriterTextRange(object):
@property
def string(self):
s = ''
if self._is_paragraph:
if not self._is_table:
s = self.obj.String
return s
@string.setter