Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ subject_text
Method
subject_text
src/pptx/oxml/coreprops.py:169–170 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
167
168
@property
169
def
subject_text(self) -> str:
170
return
self._text_of_element(
"subject"
)
171
172
@subject_text.setter
173
def
subject_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