欢迎访问服务器技术网-www.fuwuqijishu.com

XSL-FO 列表

XSL-FO fuwuqijishu 2年前 (2022-07-17) 251次浏览 0个评论 扫描二维码
文章目录[隐藏]

XSL-FO 列表


XSL-FO 使用 <fo:list-block> 元素来定义列表。


XSL-FO 列表块(List Blocks)

有四种 XSL-FO 对象可用来创建列表:

  • fo:list-block(包含整个列表) (contains the whole list)
  • fo:list-item(包含列表中的每个项目) (contains each item in the list)
  • fo:list-item-label(包含用于 list-item 的标签 – 典型地,包含一个数字或者字符的 <fo:block> )
  • fo:list-item-body(包含 list-item 的内容/主体 – 典型地,一个或多个 <fo:block> 对象)

一个 XSL-FO 列表实例:

<fo:list-block>

<fo:list-item>

<fo:list-item-label>

<fo:block>*</fo:block>

</fo:list-item-label>

<fo:list-item-body>

<fo:block>Volvo</fo:block>

</fo:list-item-body>
</fo:list-item>

<fo:list-item>

<fo:list-item-label>

<fo:block>*</fo:block>

</fo:list-item-label>

<fo:list-item-body>

<fo:block>Saab</fo:block>

</fo:list-item-body>
</fo:list-item>

</fo:list-block>

上面代码的输出如下所示:

* Volvo
* Saab

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2117.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900