Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ bandCol
Method
bandCol
src/pptx/oxml/table.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
@property
49
def
bandCol(self) -> bool:
50
return
self._get_boolean_property(
"bandCol"
)
51
52
@bandCol.setter
53
def
bandCol(self, value: bool):
Callers
nothing calls this directly
Calls
2
_get_boolean_property
Method · 0.95
_set_boolean_property
Method · 0.95
Tested by
no test coverage detected