Paper Office
paper-docxAPI referencesettings

Settings

paper-docx 0.2.0 API reference

Provides access to document-level settings for a document.

Accessed using the :attr:.Document.settings property.

Settings(element: BaseOxmlElement, parent: t.ProvidesXmlPart | None = None)

Attributes

element

attributeelement

The lxml element proxied by this object.

attributeodd_and_even_pages_header_footerbool

True if this document has distinct odd and even page headers and footers.

Read/write.

part

attributepartXmlPart

The package part containing this object.

On this page