文件名称:mymail
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-10-23
- 文件大小:
- 354kb
- 下载次数:
- 0次
- 提 供 者:
- 孟*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
iText中用文本块(chunk)、短语(Phrase)和段落处理文本;
文本块是处理文本的最小单位,由一串带格式(包括字体、颜色、大小)的字符组成;
短语由一个或多个文本组成,短语也可以设定字体,但对于其中已经设定的字体的文本块无效;
段落一个或多个文本块或短语组成,相当于Word文档中段落的概念,同样可以设定段落的字体大小、颜色等属性。另外也可以设定段落的道行缩进、对齐方式(左对齐、右对齐、居中对齐)。
-iText using text block (chunk), phrases (Phrase) and paragraphs with text text block is the smallest unit of text processing, consists of a string formatted (including font, color, size) of the characters phrase by one or more Text composition, phrases can also set the font, but the font has been set for which a block of text is invalid paragraphs one or more text blocks or phrase composition, representing the concept of paragraphs in a Word document, the same can set the font paragraphs size, color and other attributes. Alternatively, you can set the paragraph indent Daoxing, alignment (left-aligned, right-aligned, center-aligned).
文本块是处理文本的最小单位,由一串带格式(包括字体、颜色、大小)的字符组成;
短语由一个或多个文本组成,短语也可以设定字体,但对于其中已经设定的字体的文本块无效;
段落一个或多个文本块或短语组成,相当于Word文档中段落的概念,同样可以设定段落的字体大小、颜色等属性。另外也可以设定段落的道行缩进、对齐方式(左对齐、右对齐、居中对齐)。
-iText using text block (chunk), phrases (Phrase) and paragraphs with text text block is the smallest unit of text processing, consists of a string formatted (including font, color, size) of the characters phrase by one or more Text composition, phrases can also set the font, but the font has been set for which a block of text is invalid paragraphs one or more text blocks or phrase composition, representing the concept of paragraphs in a Word document, the same can set the font paragraphs size, color and other attributes. Alternatively, you can set the paragraph indent Daoxing, alignment (left-aligned, right-aligned, center-aligned).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mymail\.classpath
......\.mymetadata
......\.project
......\.settings\org.eclipse.jdt.core.prefs
......\src\org\sf\util\MailServlet.java
......\...\...\..\....\MyMailUtil.java
......\WebRoot\index.jsp
......\.......\sendmail.jsp
......\.......\META-INF\MANIFEST.MF
......\.......\WEB-INF\web.xml
......\.......\.......\classes\org\sf\util\MailServlet.class
......\.......\.......\.......\...\..\....\MyMailUtil.class
......\.......\.......\lib\mail.jar
......\.......\.......\classes\org\sf\util
......\.......\.......\.......\...\sf
......\src\org\sf\util
......\WebRoot\WEB-INF\classes\org
......\src\org\sf
......\WebRoot\WEB-INF\classes
......\.......\.......\lib
......\src\org
......\WebRoot\META-INF
......\.......\WEB-INF
......\.myeclipse
......\.settings
......\src
......\WebRoot
mymail