Word文档如何实现单页横向设置

news/2024/11/7 18:41:20/

关于在Word文档实现单页横向设置

一、在Word2007中:

先在该页选定一段文字,再依次选中“页面布局---页边距---自定义边距”,选择应用于“选定文字”,页面改为“横向”,应用即可。

如下面图1、图2、图3所示:

 

图1:Word2007工具栏


图2:Word2007中设置页面


图3:设置后的效果

 

二、在Word2003或者WPS文字2010中,方法类似,可以直接在“文件--页面设置”处设置。


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29734436/viewspace-2137996/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/29734436/viewspace-2137996/


http://www.ppmy.cn/news/731981.html

相关文章

poi-tl 用word模板生成报告

采用的技术poitl: 官网地址:Poi-tl Documentationgithub地址:GitHub - Sayi/poi-tl: Generate awesome word(docx) with template 原文链接:poi-tl—一个超级好用开源的Word模板引擎_李子捌的博客-CSDN博客_poitl 摘抄&#xff…

java poi生成word 横向 插入多表格

相关jar&#xff1a; <dependency><groupId>org.apache.poi</groupId><artifactId>poi</artifactId><version>3.17</version></dependency><dependency><groupId>org.apache.poi</groupId><artifactId&…

html横向导入word

导入word事件 /// <summary>/// 导入word事件/// </summary>/// <param name"sender"></param>/// <param name"e"></param>protected void btuDaoWord_ServerClick(object sender, EventArgs e){StringBuilder html …

PHP直接将html导出doc文件并使其doc横向排版

横向添加样式 <style> page Section1 {size:595.45pt 841.7pt; margin:1.0in 1.25in 1.0in 1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}div.Section1 {page:Section1;}page Section2 {size:841.7pt 595.45pt;mso-page-orientat…

Java poi设置试图_使用Java中的Apache POI XWPF在word文档中切换横向/纵向

我试图在here的帮助下在单页上设置页面方向,但没有运气。此代码片断会生成一个文档,但它只会将最后一页设置为横向。我无法弄清楚什么是错误的...任何帮助或指导,将不胜感激! public static void main(String[] args) throws Exception {XWPFDocument document = new XWPFD…

web 横向导出word

做报表的时候&#xff0c;表格数据列头太多&#xff0c;需要横向导出。 <html><head><title>web横向导出word</title><script type"text/javascript">function AutomateWord(tableid,reportName){ try{ var oWD new ActiveXObject(…

Linux文本处理工具sed(流编辑器)

文章目录 Linux文本处理工具sed&#xff08;流编辑器&#xff09;1. 数据文件sed.tx2.将 “Lucy 女 29”插入到sed.txt的第三行3. 删除sed.txt中包含Lily的hang4. 将sed.txt中Lily替换为Lucy5. 将sed.txt文件中第2行删除并将Lily替换为Lucy Linux文本处理工具sed&#xff08;流…

word如何设置某一页横向

https://jingyan.baidu.com/article/db55b60994c1144ba30a2f81.html