MCPcopy Index your code
hub / github.com/python-openxml/python-docx / name

Method name

src/docx/styles/style.py:89–94  ·  view source on GitHub ↗

The UI name of this style.

(self)

Source from the content-addressed store, hash-verified

87
88 @property
89 def name(self):
90 """The UI name of this style."""
91 name = self._element.name_val
92 if name is None:
93 return None
94 return BabelFish.internal2ui(name)
95
96 @name.setter
97 def name(self, value):

Callers

nothing calls this directly

Calls 1

internal2uiMethod · 0.80

Tested by

no test coverage detected