1. 概述
1.1 版本
报表服务器版本 | HTML解析插件版本 |
---|---|
11.0 | V1.0.0 |
1.2 应用场景
用户导出包含 HTML 语句的模板,出现导出效果与预览效果不相同的情况时,由于不清楚导出支持的 HTML 标签,将无法修改及优化 HTML 语句。
安装 HTML 解析插件后,将优先使用插件中的逻辑展示及导出 HTML ,用户可参考本文所展示的 HTML 标签优化使用模板中的 HTML 语句。
1.3 功能简介
用于处理模板中 HTML 相关的导出预览逻辑,确保 HTML 的显示和导出效果,安装后将优先使用插件中的逻辑来展示及导出 HTML 。
1.4 安装插件
插件下载请点击:HTML 解析插件
设计器插件安装方法请参见:设计器插件管理
服务器安装插件方法请参见:服务器插件管理
2. 块级标签
本章介绍导出支持的块级标签。
2.1 h1-h6
2.2 div
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 性能插件:不支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 注:背景图片只显示在有文本的地方 | ||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) ) | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 性能插件:不支持 | |
background-image | 图片: background-image:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 注:背景图片只显示在有文本的地方 | |
background-size | 图片大小:background-size:80px 60px | 单位:px 或 pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) ) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
边框 | border | 边框:border:1px solid #000 或 1px solid | 大小(单位:px 或 pt) 样式(样式:solid 或 dashed ) 颜色(颜色:名称、16进制值 或 rgb ) | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 |
border-color | 边框颜色:border-color:red green blue pink | |||
border-width | 边框宽度:border-width:2px | |||
border-style | 边框样式:border-style:solid | |||
border-top | 上边框:border-top:1px solid #000 或 1px solid | |||
border-bottom | 下边框:border-bottom:1px solid #000 或 1px solid | |||
border-left | 左边框:border-left:1px solid #000 或 1px solid | |||
border-right | 右边框:border-right:1px solid #000 或 1px solid | |||
border-*-width (*:top|bottom|left|right) | 边框宽度::border-top-width:1px | 单位:px 或 pt | ||
border-*-style | 边框样式::border-top-width:dashed | 样式:solid 或 dashed | ||
border-*-color | 边框颜色:border-top-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) ) | ||
段落 | line-height | 行高:line-height:10px | 例:单位 px 、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
width | 宽度:width:10px | 例:单位:px、pt 或 % 三种 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
text-align | 对齐:text-align:left | 例: left、right 或 center | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
text-indent | 首行缩进:text-indent:10px | 例:单位:px、pt | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 性能插件:不支持 | |
padding | 内边距:padding:10px 5px 15px 20px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
padding-top padding-bottom padding-left padding-right | 内边距: padding-top:10px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
margin | 外边距: margin:10px 5px 15px 20px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
margin-top margin-bottom margin-left margin-right | 外边距: margin-top:10px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 |
2.3 p
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持,以图片显示 导出图片:支持 性能插件:不支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:支持,以图片显示 导出Excel:支持,以图片显示 导出图片:支持 性能插件:不支持 | ||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
background-image | 图片: background-image:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
background-size | 图片大小:background-size:80px 60px | 单位:px 或 pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
边框 | border | 边框:border:1px solid #000 或 1px solid | 大小(单位:px 或 pt) 样式(样式:solid 或 dashed ) 颜色(颜色:名称、16进制值 或 rgb ) | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:支持 |
border-color | 边框颜色:border-color:red green blue pink | |||
border-width | 边框宽度:border-width:2px | |||
border-style | 边框样式:border-style:solid | |||
border-top | 上边框:border-top:1px solid #000 或 1px solid | |||
border-bottom | 下边框:border-bottom:1px solid #000 或 1px solid | |||
border-left | 左边框:border-left:1px solid #000 或 1px solid | |||
border-right | 右边框:border-right:1px solid #000 或 1px solid | |||
border-*-width (*:top|bottom|left|right) | 边框宽度::border-top-width:1px | 单位:px 或 pt | ||
border-*-style | 边框样式::border-top-width:dashed | 样式:solid 或 dashed | ||
border-*-color | 边框颜色:border-top-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
段落 | line-height | 行高:line-height:10px | 例:单位 px 、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:支持 |
width | 宽度:width:10px | 例:单位:px、pt 或 % 三种 | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
text-align | 对齐:text-align:left | 例: left、right 或 center | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
text-indent | 首行缩进:text-indent:10px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:支持 | |
padding | 内边距:padding:10px 5px 15px 20px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
padding-top padding-bottom padding-left padding-right | 内边距: padding-top:10px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
margin | 外边距: margin:10px 5px 15px 20px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 | |
margin-top margin-bottom margin-left margin-right | 外边距: margin-top:10px | 例:单位:px、pt | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 性能插件:不支持 |
2.4 ul/ol/li
注:导出时,不要在<ul>、<ol>、<li>嵌套其他标签(<li>标签中可以用非块标签)。
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) ) |
3. 表格标签
本章介绍导出支持的表格标签。
3.1 table
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:支持 | |
background-image | 图片:background-image:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
background-size | 图片大小:background-size:20px 20px | 单位:px 或 pt | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
font-size | 字体大小:font-size:10px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | 导出PDF:支持 导出Word:支持,但不支持td嵌套 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
段落 | line-height | 行高:line-height:10px | 例:单位 px 、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
text-align | 对齐:text-align:left | 例: left、right 或 center | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 性能插件:不支持 | |
text-indent | 首行缩进:text-indent:10px | 例:单位:px、pt | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 性能插件:不支持 | |
表格 | width | 宽度:width:100px | 例:单位 px、pt、% | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
height | 高度:height:100px | 例:单位 px、pt | ||
table-layout | 表格-布局:table-layout:fixed | 例:fixed 、 auto(该值不保证导出效果一致) | 导出PDF:支持 导出Word:支持,图片展示 导出Excel:支持,图片展示 导出图片:支持 性能插件:不支持 | |
cellpadding | 单元边界与单元内容间距:cellpading=10 | 例:单位:px、pt | ||
cellspacing | 单元于单元间距:cellspacing=10 | 例:单位:px、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
border-collapse | 是否合并单元格边框: border-collapse: collapse | 例:collapse、separate | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 注:collapse时导出的边框是重复绘制的,所以会比预览粗 | |
border | 边框:border=“1”; | 例:不需要单位 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 | |
border-color | 边框颜色:border-color:red | 例:red、#ff0000、rgb(255,0,0) |
3.2 tr
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
background-image | 图片:background-image:url('localhost:3000/test.img') | 非相对路径 | ||
background-size | 图片大小:background-size:20px 20px | 单位:px 或 pt | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
font-size | 字体大小:font-size:10px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
段落 | line-height | 行高:line-height:10px | 例:单位 px 、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
height | 高度:height:100px | 例:单位 px、pt | ||
text-align | 对齐:text-align:left | 例: left、right 或 center |
3.3 th/td
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
background-image | 图片:background-image:url('localhost:3000/test.img') | 非相对路径 | ||
background-size | 图片大小:background-size:20px 20px | 单位:px 或 pt | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
font-size | 字体大小:font-size:10px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
段落 | line-height | 行高:line-height:10px | 例:单位 px 、pt | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
width | 宽度:width:10px | 例:单位:px、pt 或 % 三种 | ||
height | 高度:height:100px | 例:单位 px、pt | ||
text-align | 对齐:text-align:left | 例: left、right 或 center | 不支持 | |
colspan | 合并列数::olspan=2 | - | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 性能插件:不支持 |
4. 其他标签
4.1 span
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.2 sub/sup
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.3 b
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:talic | italic、normal 、 oblique 或 inherit | 导出PDF:支持 导出Word:不支持 导出Excel:不支持 导出图片:支持 | |
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 | |
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.4 i
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:不支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | 导出PDF:不支持 导出Word:不支持 导出Excel:不支持 导出图片:不支持 | |
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 | |
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.5 em
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.6 u
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.7 s/strike/del
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.8 font
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.9 strong
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | |||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) |
4.10 img
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
图片 | src | 路径:src="localhost:3000/test.img" | 例:localhost:3000/test.img 或 base64编码后的图片 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
width | 宽度:width:10px | 例:单位 px、pt | ||
height | 高度:height:10px | 例:单位 px、pt |
注:性能优化插件不支持 img 标签。
4.11 a
属性分类 | 属性 | 属性值 | 值范围 | 导出文件类型 |
---|---|---|---|---|
背景 | background | 颜色值:background:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
图片:background:url('localhost:3000/test.img') | 非相对路径 | 导出PDF:支持 导出Word:不支持 导出Excel:支持 导出图片:支持 | ||
background-color | 颜色值:background-color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 | |
字体 | font-family | 字体名:font-family:'Times New Roman' | 字体名 | 导出PDF:支持 导出Word:支持 导出Excel:支持 导出图片:支持 |
font-size | 字体大小:font-size:16px | 单位:px、pt 或 em三种 | ||
font-style | 字体样式:font-style:italic | italic、normal 、 oblique 或 inherit | ||
font-weight | 字体粗细:font-weight:bold | bold 、700 、800、900 均为普通粗体 | ||
text-decoration | 文本修饰:text-decoration:underline | underline 、line-through | ||
color | 字体颜色:color:red | 名称、16进制值 或 rgb 如:red、#ff0000、rgb(255,0,0) | ||
超链接 | href | 链接:href=“http://www.baidu.com” | 例:完整链接(例:http://www.baidu.com) | 导出PDF:支持,支持点击超链跳转 导出Word:支持 导出Excel:支持 导出图片:支持 注:设置的超链导出后,在 360 极速浏览器中不生效 |