PINE LIBRARY
已更新

dataTableUtilities

Library "dataTableUtilities"

generate_dataTable(dataTable_map, title, tableYpos, tableXpos)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
  Returns: : None
發行說明
v2
發行說明
v3
發行說明
v4
發行說明
v5
發行說明
v6

Updated:
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
  Returns: : None
發行說明
v7
發行說明
v8
發行說明
v9
發行說明
v10
發行說明
v11
發行說明
v12
發行說明
v13
發行說明
v14

Updated:
generate_dataTable(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
  Returns: : None
發行說明
v15
發行說明
v16
發行說明
v17
發行說明
v18
發行說明
v19
發行說明
v20
發行說明
v21
發行說明
v22
發行說明
v23

Added:
generate_dataTable_4c(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
  Returns: : None
發行說明
v24

Added:
generate_dataTable_multiple_columns(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, total_columns)
  : Generates and shows a data table.
  Parameters:
    dataTable_map (map<string, string>)
    title (string): (string): Title of the table
    tableYpos (string): (string): Vertical position of the table
    tableXpos (string): (string): Horizontal position of the table
    textSize (string): (string): Text size
    includes_multiple_maps (bool)
    total_columns (int)
  Returns: : None

Removed:
generate_dataTable_4c(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
  : Generates and shows a data table.
發行說明
v25
發行說明
v26
發行說明
v27
發行說明
v28
發行說明
v29
發行說明
v30
發行說明
v31
發行說明
v32
發行說明
v33
發行說明
v34
發行說明
v35
發行說明
v36
發行說明
v37
發行說明
v38
發行說明
v39
發行說明
v40
發行說明
v41

免責聲明