paper-docxAPI referencetext.tabstops
TabStop
paper-docx 0.2.0 API reference
An individual tab stop applying to a paragraph or style.
Accessed using list semantics on its containing TabStops object.
TabStop(element)Attributes
alignment
attributealignmentA member of :ref:WdTabAlignment specifying the alignment setting for this
tab stop.
Read/write.
element
attributeelementThe lxml element proxied by this object.
leader
attributeleaderA member of :ref:WdTabLeader specifying a repeating character used as a
"leader", filling in the space spanned by this tab.
Assigning None produces the same result as assigning WD_TAB_LEADER.SPACES.
Read/write.
part
attributepartXmlPartThe package part containing this object.
position
attributepositionA Length object representing the distance of this tab stop from the inside
edge of the paragraph.
May be positive or negative. Read/write.