<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>jatoolsPrinter 1</title>
<style>
<!--
H1 {
font-family : Arial,Vernada,Tahoma, sans-serif;
color : #00008B;
background-color : White;
font-size: 28px;
}
.normal{
font-family : Arial,Vernada, Tahoma, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
text-decoration: none;
line-height: 21px;
}
H2 {
color: #444444;
line-height:20px;
}
H3 {
font-family : Vernada, Tahoma, Helvetica, sans-serif;
font-size: 16px;
color: #444444;
line-height: 20px;
}
.code{
font-family : Arial,Vernada, Tahoma, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
text-decoration: none;
line-height: 16px;
}
:link.normal {
COLOR: #5c81a7; TEXT-DECORATION: underline
}
.note {
font-size: 13px;
font-family: 仿宋_GB2312;
color: #660000;
text-decoration: none;
}
h4 {
font-family : Vernada, Tahoma, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
line-height: 20px;
}
-->
</style>
</head>
<body>
<h1 align="center"> </h1>
<h1 align="center">jatoolsPrinter 1.0 使用手册</h1>
<blockquote>
<blockquote>
<p class="normal">
<a href="#入门">入门</a><br>
<a href="#sysl">使用示例</a><br>
<a href="#dyfy">打印预览一个分页文档</a><br>
<a href="#dyfy">打印前设置打印参数</a><br>
<a href="#bldycs">保留打印时的打印参数</a><br>
<a href="#dyc">第一次打印用当前配置,后续打印用最后一次打印配置</a><br>
<a href="#dydwd"> 一次打印若干文档</a><br>
<a href="#dwd">多个文档共存在同一web页面中,区别打印</a><br>
<a href="#bxswd">不显示文档,直接指定url打印</a><br>
<a href="#hidee">仅在预览时可见,不输出到打印机的套打底图</a><br>
<a href="#cksc">参考手册</a><br>
<a href="#dyczcs">文档打印对象</a><br>
<a href="#print_settings">print_settings</a><br>
<a href="#printer">printer</a><br>
<a href="#pageWidth">pageWidth</a><br>
<a href="#pageHeight">pageHeight</a><br>
<a href="#orientation">orientation</a><br>
<a href="#pageHeight">print_settings_id</a><br>
<a href="#documents">documents</a><br>
<a href="#load_print_settings_if_exists">
load_print_settings_if_exists</a><br>
<a href="#save_print_settings_after_print">save_print_settings_after_print</a><br>
<a href="#copyrights">copyrights</a> <br>
<a href="#kjff">控件方法</a><br>
<a href="#printPreview">printPreview(report)</a><br>
<a href="#print">print(report,prompt)</a><br>
<a href="#kjsx">控件属性</a><br>
<a href="#printers">printers</a><br>
<a href="#papers">papers(printer)</a></p>
<p class="normal">
</p>
</blockquote>
<h2><a name="入门"></a>入门</h2>
<blockquote>
<p class="normal">我们先来设计一个web页面,如下所示:</p>
<table class="code" style="BORDER-COLLAPSE: collapse" borderColor="#808080" height="144" cellSpacing="0" cellPadding="5" width="754" border="1">
<tr>
<td width="740" bgColor="#f3f3f3" height="142"><html><br>
<head><br>
<title>我的第一个打印文档</title><br>
</head><br>
<body bgcolor="#e0e0e0"><br>
<br>
<b><div id='page1'
style='background:#ffffff;margin:10;width:270;height:450;float:left'>文档第一页</div><br>
<div id='page2'
style='background:#ffffff;margin:10;width:270;height:450;float:left'>文档第二页</div></b><br>
<br>
</body><br>
</html></td>
</tr>
</table>
<p class="normal">在这个文档中,有两个div对象,现在我想把这两个div对象打印输出,每个div作为单独的一页进行打印。显然ie没有提供这样的功能,
在ie中,您不能指定哪些元素打印在第一页,哪些元素打印在第二页等等,但是,jatoolsPrinter做到了,我们来看看jatoolsPrinter是如何做到的,现在我们就在页面中插入这个控件,如下所示。</p>
<table class="code" style="BORDER-COLLAPSE: collapse" borderColor="#808080" height="144" cellSpacing="0" cellPadding="5" width="754" border="1">
<tr>
<td width="740" bgColor="#f3f3f3" height="142"><html><br>
<head><br>
<title>我的第一个打印文档</title><br>
<br>
<!-- 插入打印控件 --><br>
<b><OBJECT ID="jatoolsPrinter" CLASSID="CLSID:B43D3361-D975-4BE2-87FE-057188254255"
codebase="jatoolsP.cab#version=1,2,0,2"></OBJECT> <br>
</b><br>
</head><br>
<body bgcolor="#e0e0e0"><br>
<br>
<div id='page1'
style='background:#ffffff;margin:10;width:270;height:450;float:left'>文档第一页</div><br>
<div id='page2'
style='background:#ffffff;margin:10;width:270;height:450;float:left'>文档第二页</div><br>
<br>
</body><br>
</html></td>
</tr>
</table>
<p class="normal">这个控件的id是 <b>jatoolsPrinter</b>,这个控件有一个方法是<b> </b>
<a href="#print">print</a>
用来打印一系列div对象。请看下面的脚本:</p>
<table class="code" style="BORDER-COLLAPSE: collapse" borderColor="#808080" height="144" cellSpacing="0" cellPadding="5" width="754" border="1">
<tr>
<td width="740" bgColor="#f3f3f3" height="142">function doPrint()<br>
{<br>
myreport = {<br>
documents:document; // 要打印的div 对象在本文档中,控件将从本文档中的 id 为
'page1' 的div对象,作为首页打印<br>
wsztwps
- 粉丝: 0
- 资源: 4
最新资源
- C#ASP.NET生物科技公司网站源码 公司企业网站源码数据库 SQL2012源码类型 WebForm
- (源码)基于Ngram模型的中文文本纠错系统.zip
- Allure测试报告工具
- 华为HCIA题库.pdf
- C#MVC+EasyUI+Enterprise Library开发框架源码数据库 SQL2008源码类型 WebForm
- (源码)基于Arduino的直流电机控制系统.zip
- (源码)基于SpringBoot框架的学校工资管理系统.zip
- (源码)基于C++的锻造系统优化计算器.zip
- (源码)基于计算机视觉和Arduino的电机旋转控制系统.zip
- (源码)基于Flutter的移动监控与预警系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈