changeset 4278 | 5aa80e7cdba8 |
parent 4252 | fe660f227cac |
child 4279 | f69571262c74 |
--- a/src/reportlab/platypus/doctemplate.py Mon Jun 06 14:27:51 2016 +0100 +++ b/src/reportlab/platypus/doctemplate.py Wed Jun 08 10:24:06 2016 +0100 @@ -157,6 +157,11 @@ def identity(self, maxLen=None): return "ActionFlowable: %s%s" % (str(self.action),self._frameName()) +class NullActionFlowable(ActionFlowable): + '''an ActionFlowable that does nothing''' + def apply(self,doc): + pass + class LCActionFlowable(ActionFlowable): locChanger = 1 #we cause a frame or page change