1wxHtmlEasyPrinting(3)      Erlang Module Definition      wxHtmlEasyPrinting(3)
2
3
4

NAME

6       wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting.
7

DESCRIPTION

9       See external documentation: wxHtmlEasyPrinting.
10

DATA TYPES

12         wxHtmlEasyPrinting():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       new() -> wxHtmlEasyPrinting()
21
22              Equivalent to new([]).
23
24       new(Options::[Option]) -> wxHtmlEasyPrinting()
25
26              Types:
27
28                 Option  =  {name, unicode:chardata()} | {parentWindow, wxWin‐
29                 dow:wxWindow()}
30
31              See external documentation.
32
33       getPrintData(This) -> wxPrintData:wxPrintData()
34
35              Types:
36
37                 This = wxHtmlEasyPrinting()
38
39              See external documentation.
40
41       getPageSetupData(This) -> wxPageSetupDialogData:wxPageSetupDialogData()
42
43              Types:
44
45                 This = wxHtmlEasyPrinting()
46
47              See external documentation.
48
49       previewFile(This, Htmlfile) -> boolean()
50
51              Types:
52
53                 This = wxHtmlEasyPrinting()
54                 Htmlfile = unicode:chardata()
55
56              See external documentation.
57
58       previewText(This, Htmltext) -> boolean()
59
60              Types:
61
62                 This = wxHtmlEasyPrinting()
63                 Htmltext = unicode:chardata()
64
65              Equivalent to previewText(This, Htmltext, []).
66
67       previewText(This, Htmltext, Options::[Option]) -> boolean()
68
69              Types:
70
71                 This = wxHtmlEasyPrinting()
72                 Htmltext = unicode:chardata()
73                 Option = {basepath, unicode:chardata()}
74
75              See external documentation.
76
77       printFile(This, Htmlfile) -> boolean()
78
79              Types:
80
81                 This = wxHtmlEasyPrinting()
82                 Htmlfile = unicode:chardata()
83
84              See external documentation.
85
86       printText(This, Htmltext) -> boolean()
87
88              Types:
89
90                 This = wxHtmlEasyPrinting()
91                 Htmltext = unicode:chardata()
92
93              Equivalent to printText(This, Htmltext, []).
94
95       printText(This, Htmltext, Options::[Option]) -> boolean()
96
97              Types:
98
99                 This = wxHtmlEasyPrinting()
100                 Htmltext = unicode:chardata()
101                 Option = {basepath, unicode:chardata()}
102
103              See external documentation.
104
105       pageSetup(This) -> ok
106
107              Types:
108
109                 This = wxHtmlEasyPrinting()
110
111              See external documentation.
112
113       setFonts(This, Normal_face, Fixed_face) -> ok
114
115              Types:
116
117                 This = wxHtmlEasyPrinting()
118                 Normal_face = unicode:chardata()
119                 Fixed_face = unicode:chardata()
120
121              Equivalent to setFonts(This, Normal_face, Fixed_face, []).
122
123       setFonts(This, Normal_face, Fixed_face, Options::[Option]) -> ok
124
125              Types:
126
127                 This = wxHtmlEasyPrinting()
128                 Normal_face = unicode:chardata()
129                 Fixed_face = unicode:chardata()
130                 Option = {sizes, [integer()]}
131
132              See external documentation.
133
134       setHeader(This, Header) -> ok
135
136              Types:
137
138                 This = wxHtmlEasyPrinting()
139                 Header = unicode:chardata()
140
141              Equivalent to setHeader(This, Header, []).
142
143       setHeader(This, Header, Options::[Option]) -> ok
144
145              Types:
146
147                 This = wxHtmlEasyPrinting()
148                 Header = unicode:chardata()
149                 Option = {pg, integer()}
150
151              See external documentation.
152
153       setFooter(This, Footer) -> ok
154
155              Types:
156
157                 This = wxHtmlEasyPrinting()
158                 Footer = unicode:chardata()
159
160              Equivalent to setFooter(This, Footer, []).
161
162       setFooter(This, Footer, Options::[Option]) -> ok
163
164              Types:
165
166                 This = wxHtmlEasyPrinting()
167                 Footer = unicode:chardata()
168                 Option = {pg, integer()}
169
170              See external documentation.
171
172       destroy(This::wxHtmlEasyPrinting()) -> ok
173
174              Destroys this object, do not use object again
175

AUTHORS

177       <>
178
179
180
181                                   wx 1.9.3              wxHtmlEasyPrinting(3)
Impressum