Lines Matching full:printing
1 page.title=Printing HTML Documents
2 parent.title=Printing Content
6 next.title=Printing Custom Documents
23 <p>Printing out content beyond a simple photo on Android requires composing text and graphics in a
28 enable printing HTML content. The class allows you to load a local HTML resource or download
37 <p>Printing an HTML document with {@link android.webkit.WebView} involves loading an HTML
39 string and load it into a {@link android.webkit.WebView} for printing.</p>
43 specifically for printing purposes. The main steps for creating this custom print view are:</p>
58 // Create a WebView object specifically for printing
111 <p>You can also load a web page for printing by replacing the
125 <li>The printing options for the HTML document do not include the ability to print page
126 ranges, for example: Printing page 2 to 4 of a 10 page HTML document is not supported.</li>
130 <li>You cannot use JavaScript in a HTML document to trigger printing.</li>
140 <a href="custom-docs.html">Printing a Custom Document</a> lesson.</p>
146 application is almost done with its part of the printing process. The next steps are accessing