Foxit PDF SDK
|
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithOther: |
Constructor, with another schema field object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(BOOL) | - isVisible |
Check if current field is initially visible in application or not. More... | |
(void) | - setVisibility: |
Set the initial visibility of current field in application. More... | |
Properties | |
NSString * | displayName |
Get or Set the display name. More... | |
NSString * | keyName |
Get or Set the key name string. More... | |
NSString * | subtypeName |
Get or Set the subtype name string. More... | |
Schema field can be used to decide which information of a node is to be shown or hide in application.
- (id) initWithOther: | (FSSchemaField*) | other |
Constructor, with another schema field object.
[in] | other | Another PDF portfolio folder object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (BOOL) isVisible |
Check if current field is initially visible in application or not.
- (void) setVisibility: | (BOOL) | is_visible |
Set the initial visibility of current field in application.
[in] | is_visible | YES means current field is initially visible in application, while NO means current field is initially invisible in application. |
|
readwritenonatomicweak |
Get or Set the display name.
Display name is used for displaying. This can be different from schema field's key name.
|
readwritenonatomicweak |
Get or Set the key name string.
Each schema field is stored by a unique key name. Schema field's key name can be used:
|
readwritenonatomicweak |
Get or Set the subtype name string.
Subtype name can be used to specify some properties of file node and folder node directly:
For other case, subtype name is used to specified the data type of an specified entry in file or folder node dictionary. The key for the entry is specified by current schema field's key name. and the data type is specified by: