Text - ooxxvv/MySAPnotes GitHub Wiki

PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- ---------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}

Text

  • 指系統中較長的不固定長度的文字,並且可以因不同的語言而做轉換。
  • 在系統中是利用編碼過的文字來儲存在 Table 中,所以通常會用 READ_TEXT 這個 Function 來抓取。

Smart From

設定 Style

  • 設定位置 Output Options -> Style ,如果留空表示使用 Form 所指定的 Style

和上一個 Text Node 的連接方式

  • General Attributes -> Start
  • P New paragraph
  • 重新另起一段,重新使用另一個 Style 。
  • L New line
  • 只是換行,會使用上一個 text 的 style。
  • A Append directly
  • 不換行,直接從上一個 Text 結束的地方連續下去。
  • 如果上一個 text 有設 box 或 shading ,則不論設成什麼,都會是「 P New paragraph 」的效果。

Text Type

  • General Attributes
  • E Text Element
  • 直接編輯文字區塊
  • M Text Module
  • Text Module
  • I Include Text
  • SO10
  • D Dynamic Text
  • 直接填入變數名稱

建立內容

  • 其建立內容的方式和規則與 Layout Set 相同,請參考 Layout Sets

{{{#!comment -------------------- 以下的部份是固定的,不要變動 ----- }}}