在本节中,你将了解 character 对象的定义、语法以及它的属性。
<fo:character> 对象规定将被映射为供呈现的字形的字符。
<fo:character>
<!--
Contents:EMPTY
-->
</fo:character>
属性 [A-G] | 属性 [H-Z] |
---|---|
alignment-adjust | hyphenate |
alignment-baseline | hyphenation-character |
azimuth | hyphenation-push-character-count |
background-attachment | hyphenation-remain-character-count |
background-color | id |
background-image | keep-with-next |
background-repeat | keep-with-previous |
background-position-horizontal | language |
background-position-vertical | left |
baseline-shift | letter-spacing |
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 | padding-after |
border-bottom-color | padding-before |
border-bottom-style | padding-bottom |
border-bottom-width | padding-end |
border-end-color | padding-left |
border-end-style | padding-right |
border-end-width | padding-start |
border-left-color | padding-top |
border-left-style | pause-after |
border-left-width | pause-before |
border-right-color | pitch |
border-right-style | pitch-range |
border-right-width | play-during |
border-start-color | relative-position |
border-start-style | richness |
border-start-width | right |
border-top-color | score-spaces |
border-top-style | script |
border-top-width | space-end |
bottom | space-start |
character | speak |
color | speak-header |
country | speak-numeral |
cue-after | speak-punctuation |
cue-before | speech-rate |
dominant-baseline | stress |
elevation | suppress-at-line-break |
font-family | text-altitude |
font-selection-strategy | text-depth |
font-size | text-decoration |
font-size-adjust | text-shadow |
font-stretch | text-transform |
font-style | top |
font-variant | treat-as-word-space |
font-weight | visibility |
glyph-orientation-horizontal | voice-family |
glyph-orientation-vertical | volume |
word-spacing |
XSL-FO list-item 对象XSL-FO 参考手册你可以对 XSL-FO 中的列表的每个项使用 list-item对象。 定义和用法 fo:list-item 对象用...
XML Schema 元素本节介绍 schema 元素的定义与相关的使用。 完整 XML Schema 参考手册定义和用法 schema 元素定义 schema 的根元...
XML DOM item() 方法 NamedNodeMap 对象定义和用法 item() 方法返回节点列表中指定索引号的节点。 语法item(index)参数 描述 ind...
XML DOM cloneNode() 方法 Node 对象定义和用法 cloneNode() 方法创建指定节点的精确拷贝。 该方法返回克隆的节点。 语法nodeObj...
XML DOM lookupPrefix() 方法 Node 对象定义和用法 lookupPrefix() 方法返回在节点上匹配指定的命名空间的前缀。 语法nodeObject...
XML DOM xmlStandalone 属性 Document 对象定义和用法 xmlStandalone 属性设置或返回文档是否为 standalone。 语法documentObjec...
使用 CSS 显示 XML 本节我们将为你讲解任何人通过 CSS 来显示 XML。通过使用 CSS(Cascading Style Sheets 层叠样式表),您可以...
HTML DOM Node isSupported() 方法 元素对象实例按钮元素支持判断版本2.0内核特性:var item=document.getElementsByTagName(BUTT...