MCPcopy Index your code
hub / github.com/python-openxml/python-docx / position

Method position

src/docx/text/tabstops.py:110–116  ·  view source on GitHub ↗

A |Length| object representing the distance of this tab stop from the inside edge of the paragraph. May be positive or negative. Read/write.

(self)

Source from the content-addressed store, hash-verified

108
109 @property
110 def position(self):
111 """A |Length| object representing the distance of this tab stop from the inside
112 edge of the paragraph.
113
114 May be positive or negative. Read/write.
115 """
116 return self._tab.pos
117
118 @position.setter
119 def position(self, value):

Callers

nothing calls this directly

Calls 1

insert_tab_in_orderMethod · 0.80

Tested by

no test coverage detected