`a:normAutofit` element specifying fit text to shape font reduction, etc.
| 386 | |
| 387 | |
| 388 | class 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 | |
| 396 | class CT_TextParagraph(BaseOxmlElement): |
nothing calls this directly
no test coverage detected
searching dependent graphs…