Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ category_text
Method
category_text
src/pptx/oxml/coreprops.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
60
@property
61
def
category_text(self) -> str:
62
return
self._text_of_element(
"category"
)
63
64
@category_text.setter
65
def
category_text(self, value: str):
Callers
nothing calls this directly
Calls
2
_text_of_element
Method · 0.95
_set_element_text
Method · 0.95
Tested by
no test coverage detected