import win32com.axdebug.documents
class PySourceModuleDebugDocumentTextExternalAuthor(PySourceModuleDebugDocumentText, DebugDocumentTextExternalAuthor) def GetFileName(self) def GetPathName(self) def NotifyChanged(self) def __init__(self, module) list _com_interfaces_ = [<iid object at 1a76c80>, ... list _public_methods_ = ['GetDocumentAttributes', ... # Methods inherited by PySourceModuleDebugDocumentTextExternalAuthor from PySourceModuleDebugDocumentText def GetDocumentAttributes(self) def _MakeCodeContainer(self) # Methods inherited by PySourceModuleDebugDocumentTextExternalAuthor from DebugDocumentInfo def GetDocumentClassId(self) def GetName(self, dnt) # Methods inherited by PySourceModuleDebugDocumentTextExternalAuthor from CodeContainerDebugDocumentText def GetContextOfPosition(self, charPos, maxChars) def GetLineOfPosition(self, charPos) def GetPositionOfContext(self, context) def GetPositionOfLine(self, cLineNumber) def GetSize(self) def GetText(self, charPos, maxChars, wantAttr) def PyGetContextOfPosition(self, charPos, maxChars) def _Close(self) def _MakeDebugDocumentContext(self, charPos, maxChars)
Result must be an IID object (or string representing one).
Get the one of the name of the document dnt -- int DOCUMENTNAMETYPE
Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997