XSL-FO ပြား

XSL-FO က <fo:table-and-caption> အရာများ ကို ပေါ်မူဝါဒ ပုံစံ ကို သတ်မှတ် ရန် အသုံးပြုသည်။

XSL-FO ပြား

XSL-FO အချက်အလက် ပုံစံ ကို အိမ်ဖြူစာ အချက်အလက် ပုံစံ နှင့် အမျှသော အပြောင်းအလဲ မရှိပေ။

ပုံစံ ပုံစံ ကို ဖွင့်လိုက်သည့် အရာများ ကို ဖွင့်လိုက်သည့် အရာများ ကို အသုံးပြု နိုင်သော XSL-FO အရာများ မှာ နှစ်ဆယ့်ဆယ် ပါသည်:

  • fo:table-and-caption
  • fo:table
  • fo:table-caption
  • fo:table-column
  • fo:table-header
  • fo:table-footer
  • fo:table-body
  • fo:table-row
  • fo:table-cell

XSL-FO က အသုံးပြု <fo:table-and-caption> အရာများ ကို ပေါ်မူဝါဒ ပုံစံ ကို သတ်မှတ် ရန် အရာများ ကို သုံးသည်။ အရာများ အရေအတွက် တစ်ခု <fo:table> နှင့် ဆိုင်သော <fo:caption> အရာများ

<fo:table> အရာ ပါဝင်သည့်

  • ဆိုင်း <fo:table-column> အရာ
  • ဆိုင်း <fo:table-header> အရာ
  • <fo:table-body> အရာ
  • ဆိုင်း <fo:table-footer> အရာ

အရာတိုင်း အရာတိုင်း သည် တစ်ခု သို့မဟုတ် အများပြား <fo:table-row> အရာ <fo:table-row> တစ်ခု သို့မဟုတ် အများပြား <fo:table-cell> အရာ

<fo:table-and-caption>
<fo:table>
<fo:table-column column-width="25mm"/>
<fo:table-column column-width="25mm"/>
<fo:table-header>
  <fo:table-row>
    <fo:table-cell>
      <fo:block font-weight="bold">Car</fo:block>
    </fo:table-cell>
    <fo:table-cell>
      <fo:block font-weight="bold">Price</fo:block>
    </fo:table-cell>
  </fo:table-row>
</fo:table-header>
<fo:table-body>
  <fo:table-row>
    <fo:table-cell>
      <fo:block>Volvo</fo:block>
    </fo:table-cell>
    <fo:table-cell>
      <fo:block>$50000</fo:block>
    </fo:table-cell>
  </fo:table-row>
  <fo:table-row>
    <fo:table-cell>
      <fo:block>SAAB</fo:block>
    </fo:table-cell>
    <fo:table-cell>
      <fo:block>$48000</fo:block>
    </fo:table-cell>
  </fo:table-row>
</fo:table-body>
</fo:table>
</fo:table-and-caption>

အထူး သတင်း သုံးသပ်ခြင်း