codecamp

XSL-FO page-number-citation 对象

XSL-FO page-number-citation 对象

XSL-FO 参考手册 XSL-FO 参考手册

定义和用法

<fo:page-number-citation> 对象为页面引用页码,此页面包含由被引用对象返回的第一个标准域。/p>

被引用页码指出了页面的数量,该页面包含了作为其子类的通过标准域的 id 与 <fo:page-number-citation> 的 ref-id 相匹配返回的第一个标准域。

该对象可用于提供内容表、交叉引用以及索引的页码。


语法

<fo:page-number-citation>
<!--
Contents:EMPTY
-->
</fo:page-number-citation> 

属性

属性 [A-J] 属性 [K-Z]
azimuth keep-with-next
alignment-adjust keep-with-previous
alignment-baseline left
background-attachment letter-spacing
background-color line-height
background-image margin-bottom
background-repeat margin-left
background-position-horizontal margin-right
background-position-vertical margin-top
baseline-shift padding-after
border-after-color padding-before
border-after-style padding-bottom
border-after-width padding-end
border-before-color padding-left
border-before-style padding-right
border-before-width padding-start
border-bottom-color padding-top
border-bottom-style pause-after
border-bottom-width pause-before
border-end-color pitch
border-end-style pitch-range
border-end-width play-during
border-left-color ref-id
border-left-style relative-position
border-left-width richness
border-right-color right
border-right-style role
border-right-width score-spaces
border-start-color source-document
border-start-style space-end
border-start-width space-start
border-top-color speak
border-top-style speak-header
border-top-width speak-numeral
bottom speak-punctuation
cue-after speech-rate
cue-before stress
dominant-baseline text-altitude
elevation text-decoration
font-family text-depth
font-selection-strategy text-shadow
font-size text-transform
font-size-adjust top
font-stretch visibility
font-style voice-family
font-variant volume
font-weight word-spacing
id wrap-option


XSL-FO 参考手册 XSL-FO 参考手册
XSL-FO page-number 对象
XSL-FO page-sequence 对象
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录
XSL-FO 参考手册

XSL-FO 对象列表

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }