//保存頁面
function Save() {
document.getElementById("PageOfficeCtrl1").WebSave();
}
//全屏/還原
function IsFullScreen() {
document.getElementById("PageOfficeCtrl1").FullScreen = !document.getElementById("PageOfficeCtrl1").FullScreen;
}
//往表格里面插入值或者打開表格填寫
創(chuàng)新互聯(lián)是專業(yè)的會同網(wǎng)站建設(shè)公司,會同接單;提供成都網(wǎng)站制作、成都做網(wǎng)站,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進行會同網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團隊,希望更多企業(yè)前來合作!<%@ page language="java" import="java.util.*, java.awt.*" pageEncoding="gb2312"%>
<%@page import="com.zhuozhengsoft.pageoffice.*, com.zhuozhengsoft.pageoffice.wordwriter.*"%>
<%@ taglib uri="http://java.pageoffice.cn" prefix="po"%>
<%
//***************************卓正PageOffice組件的使用********************************
WordDocument doc = new WordDocument();
//打開數(shù)據(jù)區(qū)域
DataRegion dTable = doc.openDataRegion("PO_table");
//設(shè)置數(shù)據(jù)區(qū)域可編輯性
dTable.setEditing(true);
//打開數(shù)據(jù)區(qū)域中的表格,OpenTable(index)方法中的index為word文檔中表格的下標,從1開始
Table table1 = doc.openDataRegion("PO_Table").openTable(1);
//設(shè)置表格邊框樣式
table1.getBorder().setLineColor(Color.green);
table1.getBorder().setLineWidth(WdLineWidth.wdLineWidth050pt);
// 設(shè)置表頭單元格文本居中
table1.openCellRC(1, 2).getParagraphFormat().setAlignment(WdParagraphAlignment.wdAlignParagraphCenter);
table1.openCellRC(1, 3).getParagraphFormat().setAlignment(WdParagraphAlignment.wdAlignParagraphCenter);
table1.openCellRC(2, 1).getParagraphFormat().setAlignment(WdParagraphAlignment.wdAlignParagraphCenter);
table1.openCellRC(3, 1).getParagraphFormat().setAlignment(WdParagraphAlignment.wdAlignParagraphCenter);
// 給表頭單元格賦值
table1.openCellRC(1, 2).setValue("產(chǎn)品1");
table1.openCellRC(1, 3).setValue("產(chǎn)品2");
table1.openCellRC(2, 1).setValue("A部門");
table1.openCellRC(3, 1).setValue("B部門");
PageOfficeCtrl poCtrl = new PageOfficeCtrl(request);
poCtrl.setWriter(doc);
//添加自定義按鈕
poCtrl.addCustomToolButton("保存", "Save", 1);
poCtrl.addCustomToolButton("全屏/還原", "IsFullScreen", 4);
//設(shè)置服務(wù)器頁面
poCtrl.setServerPage(request.getContextPath()+"/poserver.zz"); //此行必須
//設(shè)置保存頁
poCtrl.setSaveDataPage("SaveData.jsp");
//設(shè)置文檔打開方式
poCtrl.webOpen("doc/test.doc", OpenModeType.docSubmitForm, "張佚名");
poCtrl.setTagId("PageOfficeCtrl1");
%>
//保存頁面
function Save() {
document.getElementById("PageOfficeCtrl1").WebSave();
}
//全屏/還原
function IsFullScreen() {
document.getElementById("PageOfficeCtrl1").FullScreen = !document.getElementById("PageOfficeCtrl1").FullScreen;
}
循環(huán)取出
<%@ page language="java"
import="java.util.*,com.zhuozhengsoft.pageoffice.*,com.zhuozhengsoft.pageoffice.wordreader.*"
pageEncoding="gb2312"%>
<%
//----------- PageOffice 服務(wù)器端編程開始 -------------------//
WordDocument doc = new WordDocument(request,response);
DataRegion dataReg = doc.openDataRegion("PO_table");
Table table = dataReg.openTable(1);
//輸出提交的table中的數(shù)據(jù)
out.print("表格中的各個單元的格數(shù)據(jù)為:
");
StringBuilder dataStr = new StringBuilder();
for (int i = 1; i <= table.getRowsCount(); i++)
{
dataStr.append("
for (int j = 1; j <= table.getColumnsCount(); j++)
{
dataStr.append("
}
dataStr.append("
}
out.print(dataStr.toString());
//向客戶端顯示提交的數(shù)據(jù)
doc.showPage(300, 300);
doc.close();
%>
創(chuàng)新互聯(lián)www.cdcxhl.cn,專業(yè)提供香港、美國云服務(wù)器,動態(tài)BGP最優(yōu)骨干路由自動選擇,持續(xù)穩(wěn)定高效的網(wǎng)絡(luò)助力業(yè)務(wù)部署。公司持有工信部辦法的idc、isp許可證, 機房獨有T級流量清洗系統(tǒng)配攻擊溯源,準確進行流量調(diào)度,確保服務(wù)器高可用性。佳節(jié)活動現(xiàn)已開啟,新人活動云服務(wù)器買多久送多久。