codecamp

XSL-FO initial-property-set 对象

XSL-FO initial-property-set 对象

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

本节介绍 XSL-FO 中 initial-property-set 对象的定义、语法以及属性。


定义和用法

<fo:initial-property-set> 对象用于格式化 <fo:block> 的第一行。


语法

<fo:initial-property-set>
<!--
Contents:EMPTY
-->
</fo:initial-property-set>

属性

属性 [A-G] 属性 [H-Z]
azimuth id
background-attachment left
background-color letter-spacing
background-image line-height
background-repeat padding-after
background-position-horizontal padding-before
background-position-vertical padding-bottom
border-after-color padding-end
border-after-style padding-left
border-after-width padding-right
border-before-color padding-start
border-before-style padding-top
border-before-width pause-after
border-bottom-color pause-before
border-bottom-style pitch
border-bottom-width pitch-range
border-end-color play-during
border-end-style relative-position
border-end-width richness
border-left-color right
border-left-style role
border-left-width score-spaces
border-right-color source-document
border-right-style speak
border-right-width speak-header
border-start-color speak-numeral
border-start-style speak-punctuation
border-start-width speech-rate
border-top-color stress
border-top-style text-decoration
border-top-width text-shadow
bottom text-transform
color top
cue-after voice-family
cue-before volume
elevation word-spacing
font-family  
font-selection-strategy  
font-size  
font-size-adjust  
font-stretch  
font-style  
font-variant  
font-weight  


XSL-FO 参考手册 XSL-FO 参考手册
XSL-FO footnote-body 对象
XSL-FO inline 对象
温馨提示
下载编程狮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; }