Beispiel #1
0
 def __init__(self):
     Mode.__init__(self, self.NAME, self.DESCRIPTION)
     self.__nbLines = 0
Beispiel #2
0
 def __init__(self):
     Mode.__init__(self, self.IDENTIFIER, "Draw the right margin on the "
                                          "document")
     #: Defines the margin position. 80 is the default
     self.marginPos = 80