MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_TextNormalAutofit

Class CT_TextNormalAutofit

src/pptx/oxml/text.py:388–393  ·  view source on GitHub ↗

`a:normAutofit` element specifying fit text to shape font reduction, etc.

Source from the content-addressed store, hash-verified

386
387
388class CT_TextNormalAutofit(BaseOxmlElement):
389 """`a:normAutofit` element specifying fit text to shape font reduction, etc."""
390
391 fontScale = OptionalAttribute(
392 "fontScale", ST_TextFontScalePercentOrPercentString, default=100.0
393 )
394
395
396class CT_TextParagraph(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

OptionalAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…