프로퍼티 | 타입 | 설명 | |
---|---|---|---|
preorder_build | void | ||
recursively_add_file | bool | ||
recursively_build_all_files_list | void | ||
recursively_check_for_any_files | bool |
메소드 | 설명 | |
---|---|---|
Add_File ( string FileName ) : |
Adds a file (with the appropriate divisions and pages) to this tree by filename This is generally used to add just a single file. To add many files, better logic should be implemented |
|
Add_File ( string FileName, string Label ) : |
Adds a file (with the appropriate divisions and pages) to this tree by filename This is generally used to add just a single file. To add many files, better logic should be implemented |
|
Add_File ( |
Adds a file object (with the appropriate divisions and pages) to this tree This is generally used to add just a single file. To add many files, better logic should be implemented |
|
Add_File ( |
Adds a file object (with the appropriate divisions and pages) to this tree This is generally used to add just a single file. To add many files, better logic should be implemented |
|
Clear ( ) : void |
Clears this tree completely
|
|
Division_Tree ( ) : System |
Constructor creates a new instance of the Division_Tree class
|
|
Page_Sequence_By_FileName ( string FileName ) : int |
Returns the page sequence for the indicated file name
|
메소드 | 설명 | |
---|---|---|
preorder_build ( List |
||
recursively_add_file ( SobekCM.Resource_Object.Divisions.abstract_TreeNode Node, |
||
recursively_build_all_files_list ( List |
||
recursively_check_for_any_files ( SobekCM.Resource_Object.Divisions.abstract_TreeNode Node ) : bool |
public Add_File ( string FileName ) : |
||
FileName | string | Name of the file to add |
리턴 |
public Add_File ( string FileName, string Label ) : |
||
FileName | string | Name of the file to add |
Label | string | Label for the page containing this file, if it is a new page |
리턴 |
public Add_File ( |
||
New_File | New file object to add | |
리턴 | void |
public Add_File ( |
||
New_File | New file object to add | |
Label | string | Label for the page containing this file, if it is a new page |
리턴 | void |
public Page_Sequence_By_FileName ( string FileName ) : int | ||
FileName | string | Name of the file to check for similar existence |
리턴 | int |