[python-win32] Trying to set tab stops in Visio shape
Kevin Miller
kevin_miller at capgroup.com
Tue Jan 24 16:06:42 EST 2017
Hi,
I figured out how to set the rowtype so that tab stops work.
I looked through the PY files for RowType and found RowType and SetRowType.
# The method SetRowType is actually a property, but must be used as a method to correctly pass the arguments
def SetRowType(self, Section=defaultNamedNotOptArg, Row=defaultNamedNotOptArg, arg2=defaultUnnamedArg): ...
The statement that worked: s1.SetRowType(constants.visSectionTab, constants.visRowTab, 151)
Kevin Miller
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20170124/c40127a8/attachment.html>
More information about the python-win32
mailing list