UF_TABNOT_add_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Add a column to a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_add_column
(
tag_t tabular_note,
tag_t column,
int index
)
tag_t (tag_t类型)tabular_noteInput(输入)Tabular note
tag_t (tag_t类型)columnInput(输入)Column
int (整数型)indexInput(输入)Index of position for column or
UF_TABNOT_APPEND to append to the end

 


 
UF_TABNOT_add_header_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Add a header row to a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_add_header_row
(
tag_t tabular_note,
tag_t row,
int index
)
tag_t (tag_t类型)tabular_noteInput(输入)Tabular note
tag_t (tag_t类型)rowInput(输入)Row
int (整数型)indexInput(输入)Index of position for row

 


 
UF_TABNOT_add_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Add a row to a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_add_row
(
tag_t tabular_note,
tag_t row,
int index
)
tag_t (tag_t类型)tabular_noteInput(输入)Tabular note
tag_t (tag_t类型)rowInput(输入)Row
int (整数型)indexInput(输入)Index of position for row or
UF_TABNOT_APPEND to append to the end

 


 
UF_TABNOT_ask_cell_at_row_col (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get a cell at the intersection of a row and column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_cell_at_row_col
(
tag_t row,
tag_t column,
tag_t * cell
)
tag_t (tag_t类型)rowInput(输入)Row
tag_t (tag_t类型)columnInput(输入)Column
tag_t * (tag_t型的指针)cellOutput(输出)Cell

 


 
UF_TABNOT_ask_cell_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the cell preferences of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_cell_prefs
(
tag_t cell,
UF_TABNOT_cell_prefs_p_t cell_prefs
)
tag_t (tag_t类型)cellInput(输入)Cell
UF_TABNOT_cell_prefs_p_tcell_prefsOutput(输出)Cell preferences

 


 
UF_TABNOT_ask_cell_text (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the defining text of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_cell_text
(
tag_t cell,
char * * cell_text
)
tag_t (tag_t类型)cellInput(输入)Cell
char * *cell_textOutput to be freed
输出并释放
Cell text

 


 
UF_TABNOT_ask_column_head_cfw (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the color/font/width settings for the line at the column head

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_column_head_cfw
(
tag_t column,
tag_t section,
int cfw [ 3 ]
)
tag_t (tag_t类型)columnInput(输入)Column
tag_t (tag_t类型)sectionInput(输入)Section
int (整数型)cfw [ 3 ] Output(输出)Color/font/width of column head

 


 
UF_TABNOT_ask_column_of_cell (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the column of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_column_of_cell
(
tag_t cell,
tag_t * column
)
tag_t (tag_t类型)cellInput(输入)Cell
tag_t * (tag_t型的指针)columnOutput(输出)Column

 


 
UF_TABNOT_ask_column_sort_data (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Ask the sort data of a column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_column_sort_data
(
tag_t column,
UF_TABNOT_sort_data_p_t sort_data
)
tag_t (tag_t类型)columnInput(输入)Column
UF_TABNOT_sort_data_p_tsort_dataOutput(输出)Sort data

 


 
UF_TABNOT_ask_column_width (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the width of a column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_column_width
(
tag_t column,
double * width
)
tag_t (tag_t类型)columnInput(输入)Column
double * (实数型指针)widthInput(输入)Width

 


 
UF_TABNOT_ask_default_cell_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Retrieves the default cell preferences

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_default_cell_prefs
(
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_cell_prefs_p_tcell_prefsOutput(输出)The cell preferences

 


 
UF_TABNOT_ask_default_section_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Retrieves the default section preferences

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_default_section_prefs
(
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_section_prefs_p_tsection_prefsOutput(输出)The default section preferences

 


 
UF_TABNOT_ask_evaluated_cell_text (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the evaluated text from a tabular note cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_evaluated_cell_text
(
tag_t cell,
char * * evaluated_text
)
tag_t (tag_t类型)cellInput(输入)Tabular note cell
char * *evaluated_textOutput to be freed
输出并释放
Evaluated cell text

 


 
UF_TABNOT_ask_merge_info (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get information about merged cells. If the specified cell is a merge
parent (meaning it is the cell in the range of merged cells that contains
the text), returns the start and end rows and columns of the range.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_merge_info
(
tag_t cell,
tag_t * start_row,
tag_t * start_column,
tag_t * end_row,
tag_t * end_column
)
tag_t (tag_t类型)cellInput(输入)Cell
tag_t * (tag_t型的指针)start_rowOutput(输出)Start row or NULL_TAG if cell is not merged
tag_t * (tag_t型的指针)start_columnOutput(输出)Start column or NULL_TAG if cell is not merged
tag_t * (tag_t型的指针)end_rowOutput(输出)End row or NULL_TAG if cell is not merged
tag_t * (tag_t型的指针)end_columnOutput(输出)End column or NULL_TAG if cell is not merged

 


 
UF_TABNOT_ask_nm_columns (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the number of columns in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nm_columns
(
tag_t tabnote,
int * nm_columns
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int * (整数型指针)nm_columnsOutput(输出)Number of columns

 


 
UF_TABNOT_ask_nm_header_rows (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the number of header rows in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nm_header_rows
(
tag_t tabnote,
int * nm_header_rows
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int * (整数型指针)nm_header_rowsOutput(输出)Number of header rows

 


 
UF_TABNOT_ask_nm_rows (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the number of rows in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nm_rows
(
tag_t tabnote,
int * nm_rows
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int * (整数型指针)nm_rowsOutput(输出)Number of rows

 


 
UF_TABNOT_ask_nm_rows_in_section (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the number of rows in a section

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nm_rows_in_section
(
tag_t section,
int * nm_rows
)
tag_t (tag_t类型)sectionInput(输入)Tabular note section
int * (整数型指针)nm_rowsOutput(输出)Number of rows

 


 
UF_TABNOT_ask_nm_sections (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the number of sections in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nm_sections
(
tag_t tabnote,
int * nm_sections
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int * (整数型指针)nm_sectionsOutput(输出)Number of sections

 


 
UF_TABNOT_ask_nth_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the nth column in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nth_column
(
tag_t tabnote,
int index,
tag_t * column
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int (整数型)indexInput(输入)Index of column to retrieve
tag_t * (tag_t型的指针)columnOutput(输出)Column

 


 
UF_TABNOT_ask_nth_header_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Retrieves the nth header row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nth_header_row
(
tag_t tabnote,
int index,
tag_t * row
)
tag_t (tag_t类型)tabnoteInput(输入)The tabular note which has the row
int (整数型)indexInput(输入)The index of the row
tag_t * (tag_t型的指针)rowOutput(输出)The nth row

 


 
UF_TABNOT_ask_nth_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the nth row in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nth_row
(
tag_t tabnote,
int index,
tag_t * row
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int (整数型)indexInput(输入)Index of row to retrieve
tag_t * (tag_t型的指针)rowOutput(输出)Row

 


 
UF_TABNOT_ask_nth_row_in_section (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the nth row in a section

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nth_row_in_section
(
tag_t section,
int index,
tag_t * row
)
tag_t (tag_t类型)sectionInput(输入)Tabular note section
int (整数型)indexInput(输入)Index of row to retrieve
tag_t * (tag_t型的指针)rowOutput(输出)Row

 


 
UF_TABNOT_ask_nth_section (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the nth section in a tabular note

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_nth_section
(
tag_t tabnote,
int index,
tag_t * section
)
tag_t (tag_t类型)tabnoteInput(输入)Tabular note
int (整数型)indexInput(输入)Index of section to retrieve
tag_t * (tag_t型的指针)sectionOutput(输出)Section

 


 
UF_TABNOT_ask_relative_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get a column at a position relative to the given column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_relative_column
(
tag_t column,
int position,
tag_t * relative_column
)
tag_t (tag_t类型)columnInput(输入)Column
int (整数型)positionInput(输入)Relative position. If position is
less than zero, the column retrieved will
be to the left of given column; if position
is greater than zero, the column retrieved
will be to the right of the given column.
tag_t * (tag_t型的指针)relative_columnOutput(输出)Relative column

 


 
UF_TABNOT_ask_relative_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get a row at a position relative to the given row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_relative_row
(
tag_t row,
int position,
tag_t * relative_row
)
tag_t (tag_t类型)rowInput(输入)Row
int (整数型)positionInput(输入)Relative position. If position is
less than zero, the row retrieved will be
above the given row; if position is
greater than zero, the row retrieved
will be below the given row.
tag_t * (tag_t型的指针)relative_rowOutput(输出)Relative row

 


 
UF_TABNOT_ask_row_head_cfw (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the color/font/width settings for the line at the row head

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_row_head_cfw
(
tag_t row,
int cfw [ 3 ]
)
tag_t (tag_t类型)rowInput(输入)Row
int (整数型)cfw [ 3 ] Output(输出)Color/font/width of row head

 


 
UF_TABNOT_ask_row_height (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the height of a row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_row_height
(
tag_t row,
double * height
)
tag_t (tag_t类型)rowInput(输入)Row
double * (实数型指针)heightOutput(输出)Height

 


 
UF_TABNOT_ask_row_of_cell (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the row of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_row_of_cell
(
tag_t cell,
tag_t * row
)
tag_t (tag_t类型)cellInput(输入)Cell
tag_t * (tag_t型的指针)rowOutput(输出)Row

 


 
UF_TABNOT_ask_section_of_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the section of a row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_section_of_row
(
tag_t row,
tag_t * section
)
tag_t (tag_t类型)rowInput(输入)Row
tag_t * (tag_t型的指针)sectionOutput(输出)Section

 


 
UF_TABNOT_ask_section_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the section preferences of a tabular note section

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_section_prefs
(
tag_t section,
UF_TABNOT_section_prefs_p_t section_prefs
)
tag_t (tag_t类型)sectionInput(输入)Tabular note section
UF_TABNOT_section_prefs_p_tsection_prefsOutput(输出)Section preferences

 


 
UF_TABNOT_ask_tabular_note_of_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the tabular note of a column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_tabular_note_of_column
(
tag_t column,
tag_t * tabular_note
)
tag_t (tag_t类型)columnInput(输入)Column
tag_t * (tag_t型的指针)tabular_noteOutput(输出)Tabular note

 


 
UF_TABNOT_ask_tabular_note_of_section (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Get the tabular note of a section

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_TABNOT_ask_tabular_note_of_section
(
tag_t section,
tag_t * tabular_note
)
tag_t (tag_t类型)sectionInput(输入)Section
tag_t * (tag_t型的指针)tabular_noteOutput(输出)Tabular note

 


 
UF_TABNOT_convert_to_non_spreadsheet_tabnote (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Convert a tabular note that references a spreadsheet to
one for which every cell is an ordinary cell.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_convert_to_non_spreadsheet_tabnote
(
tag_t tabular_note
)
tag_t (tag_t类型)tabular_noteInput(输入)The tabular note

 


 
UF_TABNOT_create (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Create a tabular note

Note: Use the functions UF_DRF_ask_origin and UF_DRF_ask_associative_origin
to retrieve the origin of a tabular note section. Use the functions
UF_DRF_set_origin and UF_DRF_set_associative_origin to set the origin
of a tabular note section.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_create
(
UF_TABNOT_section_prefs_p_t prefs,
double origin [ 3 ] ,
tag_t * tabular_note
)
UF_TABNOT_section_prefs_p_tprefsInput(输入)Tabular note section preferences
double (实数型)origin [ 3 ] Input(输入)Origin
tag_t * (tag_t型的指针)tabular_noteOutput(输出)New tabular note

 


 
UF_TABNOT_create_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Create a tabular note column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_create_column
(
double width,
tag_t * column
)
double (实数型)widthInput(输入)Column width
tag_t * (tag_t型的指针)columnOutput(输出)New column

 


 
UF_TABNOT_create_from_template (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Create a tabular note from a template

Note: Use the functions UF_DRF_ask_origin and UF_DRF_ask_associative_origin
to retrieve the origin of a tabular note section. Use the functions
UF_DRF_set_origin and UF_DRF_set_associative_origin to set the origin
of a tabular note section.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_create_from_template
(
char * template_name,
double origin [ 3 ] ,
tag_t * tabular_note
)
char * (字符型指针)template_nameInput(输入)Name of template part
double (实数型)origin [ 3 ] Input(输入)Origin of the tabular note to create
tag_t * (tag_t型的指针)tabular_noteOutput(输出)New tabular note

 


 
UF_TABNOT_create_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Create a tabular note row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_create_row
(
double height,
tag_t * row
)
double (实数型)heightInput(输入)Row height
tag_t * (tag_t型的指针)rowOutput(输出)New row

 


 
UF_TABNOT_import_spreadsheet_cell (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Import a spreadsheet cell into a tabular note cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_import_spreadsheet_cell
(
tag_t spreadsheet,
int sheet_number,
int row_number,
int column_number,
tag_t cell
)
tag_t (tag_t类型)spreadsheetInput(输入)Tag of NX spreadsheet object
int (整数型)sheet_numberInput(输入)Sheet number in spreadsheet
int (整数型)row_numberInput(输入)Row number in spreadsheet
int (整数型)column_numberInput(输入)Column number in spreadsheet
tag_t (tag_t类型)cellInput(输入)Cell in a tabular to import into

 


 
UF_TABNOT_merge_cells (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Merge tabular note cells

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_merge_cells
(
tag_t start_cell,
tag_t end_cell
)
tag_t (tag_t类型)start_cellInput(输入)Cell at start of range to merge
tag_t (tag_t类型)end_cellInput(输入)Cell at end of range to merge

 


 
UF_TABNOT_remove_column (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Remove a column from a tabular note. Note that this does not delete the column. To
delete the column, use UF_OBJ_delete_object.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_remove_column
(
tag_t column
)
tag_t (tag_t类型)columnInput(输入)Column to remove

 


 
UF_TABNOT_remove_row (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Remove a row from a tabular note. Note that this does not delete the row. To
delete the row, use UF_OBJ_delete_object.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_remove_row
(
tag_t row
)
tag_t (tag_t类型)rowInput(输入)Row to remove

 


 
UF_TABNOT_set_cell_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the cell preferences of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_cell_prefs
(
tag_t cell,
UF_TABNOT_cell_prefs_p_t cell_prefs
)
tag_t (tag_t类型)cellInput(输入)Cell
UF_TABNOT_cell_prefs_p_tcell_prefsInput(输入)Cell preferences

 


 
UF_TABNOT_set_cell_text (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the defining text of a cell

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_cell_text
(
tag_t cell,
const char * cell_text
)
tag_t (tag_t类型)cellInput(输入)Cell
const char *cell_textInput(输入)Cell text

 


 
UF_TABNOT_set_column_head_cfw (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the color/font/width settings for the line at the column head

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_column_head_cfw
(
tag_t column,
tag_t section,
int cfw [ 3 ]
)
tag_t (tag_t类型)columnInput(输入)Column
tag_t (tag_t类型)sectionInput(输入)Section
int (整数型)cfw [ 3 ] Input(输入)Color/font/width of column head

 


 
UF_TABNOT_set_column_sort_data (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the sort data of a column. A subsequent call to UF_TABNOT_sort
will apply the sort data.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_column_sort_data
(
tag_t column,
UF_TABNOT_sort_data_p_t sort_data
)
tag_t (tag_t类型)columnInput(输入)Column
UF_TABNOT_sort_data_p_tsort_dataInput(输入)Sort data

 


 
UF_TABNOT_set_column_width (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the width of a column

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_column_width
(
tag_t column,
double width
)
tag_t (tag_t类型)columnInput(输入)Column
double (实数型)widthInput(输入)Width

 


 
UF_TABNOT_set_default_cell_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Sets the default cell preferences

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_default_cell_prefs
(
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_cell_prefs_p_tcell_prefsInput(输入)The cell preferences

 


 
UF_TABNOT_set_default_section_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Sets the default section preferences

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_default_section_prefs
(
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_section_prefs_p_tsection_prefsInput(输入)The section preferences

 


 
UF_TABNOT_set_row_head_cfw (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the color/font/width settings for the line at the row head

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_row_head_cfw
(
tag_t row,
int cfw [ 3 ]
)
tag_t (tag_t类型)rowInput(输入)Row
int (整数型)cfw [ 3 ] Input(输入)Color/font/width of row head

 


 
UF_TABNOT_set_row_height (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the height of a row

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_row_height
(
tag_t row,
double height
)
tag_t (tag_t类型)rowInput(输入)Row
double (实数型)heightInput(输入)Height

 


 
UF_TABNOT_set_section_prefs (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Set the section preferences of a tabular note section

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_set_section_prefs
(
tag_t section,
UF_TABNOT_section_prefs_p_t section_prefs
)
tag_t (tag_t类型)sectionInput(输入)Tabular note section
UF_TABNOT_section_prefs_p_tsection_prefsInput(输入)Section preferences

 


 
UF_TABNOT_sort (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Sort the tabular note or parts list after the sort data is set
(using UF_TABNOT_set_column_sort_data) on all the columns.

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_sort
(
tag_t tabnote_tag
)
tag_t (tag_t类型)tabnote_tag

 


 
UF_TABNOT_unmerge_cells (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Unmerge tabular note cells

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External
 
需要许可证(S)
drafting

 
int UF_TABNOT_unmerge_cells
(
tag_t cell
)
tag_t (tag_t类型)cellInput(输入)Merged cell

 


 
UF_TABNOT_update (查看源代码)
 
定义在: uf_tabnot.h
 
概述
Force a tabular note to update

返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number

环境
Internal and External

 
int UF_TABNOT_update
(
tag_t tabular_note
)
tag_t (tag_t类型)tabular_noteInput(输入)The tabular note to update