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

Class CT_LblOffset

src/pptx/oxml/chart/axis.py:169–172  ·  view source on GitHub ↗

`c:lblOffset` custom element class.

Source from the content-addressed store, hash-verified

167
168
169class CT_LblOffset(BaseOxmlElement):
170 """`c:lblOffset` custom element class."""
171
172 val = OptionalAttribute("val", ST_LblOffset, default=100)
173
174
175class CT_Orientation(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…