File: wx.html.HtmlEasyPrinting.txt

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (487 lines) | stat: -rw-r--r-- 12,056 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.html.HtmlEasyPrinting:

==========================================================================================================================================
|phoenix_title|  **wx.html.HtmlEasyPrinting**
==========================================================================================================================================

This class provides very simple interface to printing architecture.          

It allows you to print HTML documents using only a few commands. 









.. note:: 

   Do not create this class on the stack only. You should create an instance on app startup and use this instance for all printing operations. The reason is that this class stores various settings in it.  







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>HtmlEasyPrinting</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.html.HtmlEasyPrinting_inheritance.png" alt="Inheritance diagram of HtmlEasyPrinting" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.Object.html" title="wx.Object" alt="" coords="56,5,137,35"/> <area shape="rect" id="node2" href="wx.html.HtmlEasyPrinting.html" title="wx.html.HtmlEasyPrinting" alt="" coords="5,83,189,112"/> </map> 
   </p>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.html.HtmlEasyPrinting.__init__`                                       Constructor.
:meth:`~wx.html.HtmlEasyPrinting.GetName`                                        Returns the current name being used for preview frames and setup dialogs.
:meth:`~wx.html.HtmlEasyPrinting.GetPageSetupData`                               Returns a pointer to :ref:`wx.PageSetupDialogData`  instance used by this class.
:meth:`~wx.html.HtmlEasyPrinting.GetParentWindow`                                Gets the parent window for dialogs.
:meth:`~wx.html.HtmlEasyPrinting.GetPrintData`                                   Returns pointer to :ref:`wx.PrintData`  instance used by this class.
:meth:`~wx.html.HtmlEasyPrinting.PageSetup`                                      Display page setup dialog and allows the user to modify settings.
:meth:`~wx.html.HtmlEasyPrinting.PreviewFile`                                    Preview HTML file.
:meth:`~wx.html.HtmlEasyPrinting.PreviewText`                                    Preview HTML text (not file!).
:meth:`~wx.html.HtmlEasyPrinting.PrintFile`                                      Print HTML file.
:meth:`~wx.html.HtmlEasyPrinting.PrintText`                                      Print HTML text (not file!).
:meth:`~wx.html.HtmlEasyPrinting.SetFonts`                                       Sets fonts.
:meth:`~wx.html.HtmlEasyPrinting.SetFooter`                                      Set page footer.
:meth:`~wx.html.HtmlEasyPrinting.SetHeader`                                      Set page header.
:meth:`~wx.html.HtmlEasyPrinting.SetName`                                        Sets the name used for preview frames and setup dialogs.
:meth:`~wx.html.HtmlEasyPrinting.SetParentWindow`                                Sets the parent window for dialogs.
:meth:`~wx.html.HtmlEasyPrinting.SetStandardFonts`                               Sets default font sizes and/or default font size.
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.html.HtmlEasyPrinting.Name`                                           See :meth:`~wx.html.HtmlEasyPrinting.GetName` and :meth:`~wx.html.HtmlEasyPrinting.SetName`
:attr:`~wx.html.HtmlEasyPrinting.PageSetupData`                                  See :meth:`~wx.html.HtmlEasyPrinting.GetPageSetupData`
:attr:`~wx.html.HtmlEasyPrinting.ParentWindow`                                   See :meth:`~wx.html.HtmlEasyPrinting.GetParentWindow` and :meth:`~wx.html.HtmlEasyPrinting.SetParentWindow`
:attr:`~wx.html.HtmlEasyPrinting.PrintData`                                      See :meth:`~wx.html.HtmlEasyPrinting.GetPrintData`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.html.HtmlEasyPrinting(Object)

   **Possible constructors**::

       HtmlEasyPrinting(name="Printing", parentWindow=None)
       
   
   This class provides very simple interface to printing architecture.



   .. method:: __init__(self, name="Printing", parentWindow=None)

      Constructor.                  




      :param `name`: Name of the printing object. Used by preview frames and setup dialogs.   
      :type `name`: string
      :param `parentWindow`: pointer to the window that will own the preview frame and setup dialogs. May be ``None``.   
      :type `parentWindow`: wx.Window






                  





   .. method:: GetName(self)

      Returns the current name being used for preview frames and setup dialogs.                  

                

      :rtype: `string`







      .. versionadded:: 2.8.11
          / 2.9.1   








   .. method:: GetPageSetupData(self)

      Returns a pointer to :ref:`wx.PageSetupDialogData`  instance used by this class.                  

      You can set its parameters (via SetXXXX methods).                  

      :rtype: :ref:`PageSetupDialogData`








   .. method:: GetParentWindow(self)

      Gets the parent window for dialogs.                  

      :rtype: :ref:`Window`








   .. method:: GetPrintData(self)

      Returns pointer to :ref:`wx.PrintData`  instance used by this class.                  

      You can set its parameters (via SetXXXX methods).                  

      :rtype: :ref:`PrintData`








   .. method:: PageSetup(self)

      Display page setup dialog and allows the user to modify settings.                   





   .. method:: PreviewFile(self, htmlfile)

      Preview HTML file.                  

      Returns ``False`` in case of error :meth:`wx.Printer.GetLastError`   to get detailed information about the kind of the error.                  


      :param `htmlfile`: 
      :type `htmlfile`: string




      :rtype: `bool`








   .. method:: PreviewText(self, htmltext, basepath=EmptyString)

      Preview HTML text (not file!).                  

      Returns ``False`` in case of error :meth:`wx.Printer.GetLastError`   to get detailed information about the kind of the error. 




      :param `htmltext`: HTML text.   
      :type `htmltext`: string
      :param `basepath`: base directory (html string would be stored there if it was in file). It is used to determine path for loading images, for example.   
      :type `basepath`: string








      :rtype: `bool`



                  





   .. method:: PrintFile(self, htmlfile)

      Print HTML file.                  

      Returns ``False`` in case of error :meth:`wx.Printer.GetLastError`   to get detailed information about the kind of the error.                  


      :param `htmlfile`: 
      :type `htmlfile`: string




      :rtype: `bool`








   .. method:: PrintText(self, htmltext, basepath=EmptyString)

      Print HTML text (not file!).                  

      Returns ``False`` in case of error :meth:`wx.Printer.GetLastError`   to get detailed information about the kind of the error. 




      :param `htmltext`: HTML text.   
      :type `htmltext`: string
      :param `basepath`: base directory (html string would be stored there if it was in file). It is used to determine path for loading images, for example.   
      :type `basepath`: string








      :rtype: `bool`



                  





   .. method:: SetFonts(self, normal_face, fixed_face, sizes)

      Sets fonts.                  

      See :meth:`wx.html.HtmlDCRenderer.SetFonts`   for detailed description.                  


      :param `normal_face`: 
      :type `normal_face`: string
      :param `fixed_face`: 
      :type `fixed_face`: string
      :param `sizes`: 
      :type `sizes`: list of integers







   .. method:: SetFooter(self, footer, pg=PAGE_ALL)

      Set page footer.                  

      The following macros can be used inside it: @``DATE``@ is replaced by the current date in default format @``PAGENUM``@ is replaced by page number @``PAGESCNT``@ is replaced by total number of pages @``TIME``@ is replaced by the current time in default format @``TITLE``@ is replaced with the title of the document 




      :param `footer`: HTML text to be used as footer.   
      :type `footer`: string
      :param `pg`: one of ``wx.html.PAGE_ODD``, ``wx.html.PAGE_EVEN`` and ``wx.html.PAGE_ALL`` constants.   
      :type `pg`: int






                  





   .. method:: SetHeader(self, header, pg=PAGE_ALL)

      Set page header.                  

      The following macros can be used inside it:

      - @``DATE``@ is replaced by the current date in default format 
      - @``PAGENUM``@ is replaced by page number 
      - @``PAGESCNT``@ is replaced by total number of pages 
      - @``TIME``@ is replaced by the current time in default format 
      - @``TITLE``@ is replaced with the title of the document 







      :param `header`: HTML text to be used as header.   
      :type `header`: string
      :param `pg`: one of ``wx.html.PAGE_ODD``, ``wx.html.PAGE_EVEN`` and ``wx.html.PAGE_ALL`` constants.   
      :type `pg`: int






                  





   .. method:: SetName(self, name)

      Sets the name used for preview frames and setup dialogs.                  

                


      :param `name`: 
      :type `name`: string






      .. versionadded:: 2.8.11
          / 2.9.1   








   .. method:: SetParentWindow(self, window)

      Sets the parent window for dialogs.                  


      :param `window`: 
      :type `window`: wx.Window







   .. method:: SetStandardFonts(self, size=-1, normal_face=EmptyString, fixed_face=EmptyString)

      Sets default font sizes and/or default font size.                  

      See :meth:`wx.html.HtmlDCRenderer.SetStandardFonts`   for detailed description.                  


      :param `size`: 
      :type `size`: int
      :param `normal_face`: 
      :type `normal_face`: string
      :param `fixed_face`: 
      :type `fixed_face`: string






      .. seealso:: :meth:`SetFonts`     








   .. attribute:: Name

      See :meth:`~wx.html.HtmlEasyPrinting.GetName` and :meth:`~wx.html.HtmlEasyPrinting.SetName`


   .. attribute:: PageSetupData

      See :meth:`~wx.html.HtmlEasyPrinting.GetPageSetupData`


   .. attribute:: ParentWindow

      See :meth:`~wx.html.HtmlEasyPrinting.GetParentWindow` and :meth:`~wx.html.HtmlEasyPrinting.SetParentWindow`


   .. attribute:: PrintData

      See :meth:`~wx.html.HtmlEasyPrinting.GetPrintData`