Paper Office
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

attributealignment

A member of :ref:WdTabAlignment specifying the alignment setting for this tab stop.

Read/write.

element

attributeelement

The lxml element proxied by this object.

leader

attributeleader

A 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

attributepartXmlPart

The package part containing this object.

position

attributeposition

A Length object representing the distance of this tab stop from the inside edge of the paragraph.

May be positive or negative. Read/write.

On this page