易截截图软件、单文件、免安装、纯绿色、仅160KB

IText 生成rtf 内容中含有HTML标签处理

import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.StringReader;
import java.util.List;
import com.lowagie.text.Document;
import com.lowagie.text.PageSize;
import com.lowagie.text.Paragraph;
import com.lowagie.text.html.simpleparser.HTMLWorker;
import com.lowagie.text.html.simpleparser.StyleSheet;
import com.lowagie.text.rtf.RtfWriter2;
public class ItextCreateRTF {
public static void main(String[] args) throws Exception {
OutputStream out=new FileOutputStream("D://a.rtf");
Document document = new Document(PageSize.A4);
RtfWriter2.getInstance(document,out );
document.open();
// 设置中文字体
Paragraph context = new Paragraph();
String s="<span style="\" mce_style="\""color: rgb(165, 42, 42);\">方法撒旦法<br><img src="\" mce_src="\""D:\\soft\\apache-tomcat-6.0.10\\webapps\\pms\\upload/requirement/979/281/633/SLIEdY9Sdl1266902295468.jpg\" style="\" mce_style="\""max-width: 100%;\"><br><br></span><table style="\" mce_style="\""width: 200px;\" bgcolor=\"#000000\" cellpadding=\"4\" cellspacing=\"1\"><tbody><tr><td bgcolor=\"#ffffff\"><span style="\" mce_style="\""color: rgb(165, 42, 42);\"><span style="\" mce_style="\""background-color: rgb(0, 255, 0);\"><span style="\" mce_style="\""font-size: 16px;\">分撒旦飞洒<br></span></span></span></td><td bgcolor=\"#ffffff\"><span style="\" mce_style="\""color: rgb(165, 42, 42);\"><span style="\" mce_style="\""background-color: rgb(0, 255, 0);\"><span style="\" mce


相关文档:

html 中特殊字符的十进制字符编号


字符
十进制字符编号
实体名字
说明
---
&#00;
---
未使用Unused
---
&#01;
---
未使用Unused
---
&#02;
---
未使用Unused
---
&#03;
---
未使用Unused
---
&#04;
---
未使用Unused
---
&#05;
---
未使用Unused
---
&#06;
---
未使用Unused
---
&#07; ......

Struts HTML标签

Struts HTML标签 
<html:html>标签
属性的作用:
lang: 值为true时,就根据存储在HttpSession中的Locale对象来输出网     页使用的语言。如果不存在session或session中没有Locale对象,     就以Http请求头中的Accept-language属性来设置输出语言。如果 &nbs ......

HTML隐藏不想显示的内容(text overflow)

web开发过程中,有时候从数据库查出来的数据过长,前台页面如果没有控制好,会显示很长的数据,影响美观,这个时候就需要只显示固定的长度,将多余的以“......”或者直接截取不显示,可以使用 
                 text-overflow:cl ......

用Javascript动态添加删除HTML元素实例

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>用javascript动态添加删除html元素</title>
<script type="text/javascript"><!-- 
function $(nodeId) { 
re ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号