/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/ |
H A D | frames.py | 154 flowable._frame = self 158 flowable.frameAction(self) 174 w, h = flowable.wrap(aW, h) 218 flowable.canv=canv 231 if hasattr(flowable,a): 232 delattr(flowable,a) 236 def split(self,flowable,canv): argument 242 s = flowable.getSpaceBefore() 249 flowable.canv = canv 255 if hasattr(flowable,a): [all …]
|
H A D | flowables.py | 2027 def __init__(self,flowable,leftIndent=0,rightIndent=0): argument 2028 self._flowable = flowable 2078 …def __init__(self,flowable,leftIndent=0,rightIndent=0,bullet=None, spaceBefore=None, spaceAfter=No… argument 2079 self._flowable = flowable 2150 def __init__(self,flowable,params,value,first): argument 2151 self.flowable = flowable 2263 def _makeLIIndenter(self,flowable, bullet, params=None): argument 2269 …return LIIndenter(flowable,leftIndent,rightIndent,bullet,spaceBefore=spaceBefore,spaceAfter=spaceA… 2271 return LIIndenter(flowable,self._leftIndent,self._rightIndent,bullet) 2390 z = self._makeLIIndenter(f.flowable,bullet=None,params=fparams)
|
/dports/print/py-reportlab/reportlab-3.5.68/tests/ |
H A D | test_platypus_xref.py | 42 def afterFlowable(self, flowable): argument 44 if flowable.__class__.__name__ == 'Paragraph': 45 styleName = flowable.style.name 48 text = flowable.getPlainText() 53 key = str(hash(flowable)) 61 text = flowable.getPlainText()
|
H A D | test_platypus_index.py | 53 def afterFlowable(self, flowable): argument 56 if flowable.__class__.__name__ == 'Paragraph': 57 styleName = flowable.style.name 59 key = str(hash(flowable)) 64 text = flowable.getPlainText()
|
H A D | test_platypus_toc.py | 58 def afterFlowable(self, flowable): argument 61 if flowable.__class__.__name__ == 'Paragraph': 62 styleName = flowable.style.name 64 key = str(hash(flowable)) 69 text = flowable.getPlainText()
|
/dports/textproc/py-pdfrw/pdfrw-0.4/examples/rl1/ |
H A D | platypus_pdf_template.py | 65 def afterFlowable(self, flowable): argument 67 if flowable.__class__.__name__ == 'Paragraph': 68 style = flowable.style.name 69 text = flowable.getPlainText()
|
/dports/print/py-reportlab/reportlab-3.5.68/tools/docco/ |
H A D | rltemplate.py | 125 def afterFlowable(self, flowable): argument 129 if isinstance(flowable, Paragraph): 130 style = flowable.style.name 131 txt = flowable.getPlainText() 143 self.section = flowable.text
|
H A D | graphdocpy.py | 95 def afterFlowable(self, flowable): argument 98 if flowable.__class__.__name__ == 'Paragraph': 99 f = flowable 120 self.notify('TOCEntry', (headLevel, flowable.getPlainText(), self.page))
|
H A D | docpy.py | 98 def afterFlowable(self, flowable): argument 101 if flowable.__class__.__name__ == 'Paragraph': 102 f = flowable 128 self.notify('TOCEntry', (headLevel, flowable.getPlainText(), self.page))
|
/dports/editors/calligra/calligra-3.2.1/words/plugins/scripting/scripts/ |
H A D | kwreportlab.py | 92 def afterFlowable(self, flowable): argument 93 print "..afterFlowable %s" % flowable.__class__.__name__ 132 def afterFlowable(self, flowable): argument 133 MyTemplates._AbstractTemplate.afterFlowable(self, flowable) 134 if flowable.__class__.__name__ == 'Paragraph': 135 f = flowable
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/ |
H A D | ServerStream.h | 30 namespace flowable { 112 friend class yarpl::flowable::ThriftStreamShim;
|
H A D | ClientBufferedStream.h | 28 namespace flowable { 555 friend class yarpl::flowable::ThriftStreamShim;
|
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/ |
H A D | xhtml2pdf_reportlab.py | 123 def afterFlowable(self, flowable): argument 125 if getattr(flowable, "outline", False): 127 flowable.outlineLevel, 128 html_escape(copy.deepcopy(flowable.text), 1),
|
/dports/mail/neomutt/neomutt-20211029/docs/ |
H A D | neomutt.pwl | 263 flowable
|
/dports/print/py-reportlab/reportlab-3.5.68/ |
H A D | CHANGES.md | 19 * Image flowable allows a useDPI argument 378 * BalancedColumns flowable added 664 * added a TopPadder flowable, which will 'wrap' another Flowable and move it 945 flowable constructor, into a table cell, or as an attribute of a graphic (e.g.
|
/dports/print/py-reportlab/reportlab-3.5.68/docs/reference/ |
H A D | reference.yml | 57 page sizes. It will also contain more drawable and flowable
|
/dports/deskutils/calibre/calibre-src-5.34.0/manual/ |
H A D | viewer.rst | 226 Non re-flowable content
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ga/ |
H A D | viewer.po | 355 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/hr/ |
H A D | viewer.po | 356 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/hu/ |
H A D | viewer.po | 358 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/id/ |
H A D | viewer.po | 355 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ko/ |
H A D | viewer.po | 356 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/sk/ |
H A D | viewer.po | 355 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/te/ |
H A D | viewer.po | 355 msgid "Non re-flowable content"
|
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ti/ |
H A D | viewer.po | 355 msgid "Non re-flowable content"
|