class documentation

class PageLinkData(ClipboardData): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_data_as Return data in the requested target format @param targetid: the target id @implementation: must be implemented by sub-classes
Class Variable targets Undocumented
Instance Variable anchor Undocumented
Instance Variable notebook Undocumented
Instance Variable path Undocumented
Instance Variable text Undocumented
def __init__(self, notebook, path, anchor=None, text=None): (source)

Undocumented

def get_data_as(self, targetid): (source)
Return data in the requested target format
Parameters
targetidthe target id
Unknown Field: implementation
must be implemented by sub-classes
anchor = (source)

Undocumented

notebook = (source)

Undocumented

path = (source)

Undocumented

text = (source)

Undocumented