本节介绍关于 XSL-FO inline-container 对象的定义、语法以及属性。
<fo:inline-container> 对象生成一个内联参考域(reference-area)。通常情况下,该区域包含了不同写入模式的文本块。
<fo:inline-container>
<!--
Contents:(block|block-container|
table-and-caption|table|list-block)+
-->
</fo:inline-container>
属性 [A-B] | 属性 [C-Z] |
---|---|
alignment-adjust | clip |
alignment-baseline | display-align |
background-attachment | dominant-baseline |
background-color | height |
background-image | id |
background-repeat | inline-progression-dimension |
background-position-horizontal | keep-together |
background-position-vertical | keep-with-next |
baseline-shift | keep-with-previous |
block-progression-dimension | left |
border-after-color | line-height |
border-after-style | margin-bottom |
border-after-width | margin-left |
border-before-color | margin-right |
border-before-style | margin-top |
border-before-width | overflow |
border-bottom-color | padding-after |
border-bottom-style | padding-before |
border-bottom-width | padding-bottom |
border-end-color | padding-end |
border-end-style | padding-left |
border-end-width | padding-right |
border-left-color | padding-start |
border-left-style | padding-top |
border-left-width | reference-orientation |
border-right-color | relative-position |
border-right-style | right |
border-right-width | space-end |
border-start-color | space-start |
border-start-style | top |
border-start-width | width |
border-top-color | writing-mode |
border-top-style | |
border-top-width | |
bottom |
XML Schema 参考手册在学习XMLSchema 的过程中,你可以多阅读该 XMLSchema参考手册。XSD 元素 元素 解释 all 规定子元素能够以任...
XSLT xsl:if 元素只有当某个给定的条件满足时,才能够使用 XSLTxsl:if元素中的模板! XSLT 元素参考手册定义和用法 xsl:if 元素...
XML DOM 简介 XML DOM(XML Document Object Model),即 XML文档对象模型。XML DOM 定义了访问和处理 XML 文档的标准。您应当具...
XML DOM data 属性 CDATA 对象定义和用法 data 属性返回选定节点的数据。 语法CDATANode.data 实例 下面的代码片段使用 loadXMLD...
XML DOM specified 属性 Attr 对象定义和用法 如果在文档中设置了属性值,则 specified 属性返回 true,如果是 DTD/Schema 中的...