Paper Office
paper-pptxAPI referencechart.axis

AxisTitle

paper-pptx 0.2.0 API reference

Provides properties for manipulating axis title.

AxisTitle(title)

Attributes

element

attributeelement

The lxml element proxied by this object.

format

attributeformat

ChartFormat object providing access to shape formatting.

Return the ChartFormat object providing shape formatting properties for this axis title, such as its line color and fill.

has_text_frame

attributehas_text_frame

Read/write Boolean specifying presence of a text frame.

Return True if this axis title has a text frame, and False otherwise. Assigning True causes a text frame to be added if not already present. Assigning False causes any existing text frame to be removed along with any text contained in the text frame.

text_frame

attributetext_frame

TextFrame instance for this axis title.

Return a TextFrame instance allowing read/write access to the text of this axis title and its text formatting properties. Accessing this property is destructive as it adds a new text frame if not already present.

On this page