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

Class CT_TextSpacingPercent

src/pptx/oxml/text.py:605–610  ·  view source on GitHub ↗

`a:spcPct` element, specifying spacing in thousandths of a percent in its `val` attribute.

Source from the content-addressed store, hash-verified

603
604
605class CT_TextSpacingPercent(BaseOxmlElement):
606 """`a:spcPct` element, specifying spacing in thousandths of a percent in its `val` attribute."""
607
608 val: float = RequiredAttribute( # pyright: ignore[reportAssignmentType]
609 "val", ST_TextSpacingPercentOrPercentString
610 )
611
612
613class CT_TextSpacingPoint(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…