XSL-FO Region
- Previous Page XSLFO Documentation
- Next Page XSLFO Output
XSL-FO yana amfani da daidai (area) don nuna zaben.
XSL-FO Region
Model na formatting na XSL na bayanin daidai (area) don nuna zaben.
Mutummutan zaiwa cikin wa daidai a cikin wa daidai na arealarin na wa dace, kuma za a zana gani ko a fassara zuwa hanyar gudanarwa kanan.
Kai suna daga baya:
- Page (paici)
- Area (alamarin)
- Area na block (arealarin block)
- Area na layi (arealarin layi)
- Area na inline (arealarin gaba)
XSL-FO Pages (页面)
XSL-FO output will be formatted into the page. Print output usually enters into many divided pages. Browser output often becomes a long page.
XSL-FO pages contain regions (Region).
XSL-FO Regions (区)
Each XSL-FO page contains a series of Regions (区):
- region-body (页面的主体)
- region-before (页面的页眉)
- region-after (页面的页脚)
- region-start (左侧栏)
- region-end (右侧栏)
XSL-FO Regions contain Block Areas (Block Area).
XSL-FO Block Areas (块区域)
XSL-FO Block Areas can define small block elements (usually starting with a new line), such as paragraphs, tables, and lists.
XSL-FO Block Areas can contain other block areas, but most of the time they contain Line Areas (Line Area).
XSL-FO Line Areas (行区域)
XSL-FO Line Areas define text lines inside block areas.
XSL-FO Line Areas contain Inline Areas (Inline Area).
XSL-FO Inline Areas (行内区域)
XSL-FO Inline Areas define the text inside the line (emphasized marks, single characters, and images, etc.).
- Previous Page XSLFO Documentation
- Next Page XSLFO Output