Difference between revisions of "SYSCLS DOCUMENT HIGHLIGHTING CLASSIFICATION"
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
}} | }} | ||
− | Classifies a file document as a document which supports highlighting: when this document is opened in a UBIK Viewer, the document is scanned for preconfigured text and this text gets highlighted. | + | Classifies a file document as a document which supports highlighting: when this document is opened in a UBIK Viewer, the document is scanned for preconfigured text and, if found in the document this text gets highlighted. The highlight text needs to be set as a value in a property of the document's parent object. This property's name then needs to be set as the value of the document's HIGHLIGHT_PROPERTY_NAME property. For more information see the [[Documents_(Client)#Automatic_Text_Search|Automatic Text Search]] article. |
== MetaProperties == | == MetaProperties == | ||
Line 18: | Line 18: | ||
| HIGHLIGHT_PROPERTY_NAME || String || Defines the Name of the Property which must be found on the owner (client) and which content is used as preconfigured highlight text. | | HIGHLIGHT_PROPERTY_NAME || String || Defines the Name of the Property which must be found on the owner (client) and which content is used as preconfigured highlight text. | ||
|} | |} | ||
+ | |||
+ | == See also == | ||
+ | * [[Documents_(Client)#Automatic_Text_Search|Automatic Text Search]] | ||
[[Category:Classifications|H]] | [[Category:Classifications|H]] |
Latest revision as of 11:17, 12 June 2024
Classifies a file document as a document which supports highlighting: when this document is opened in a UBIK Viewer, the document is scanned for preconfigured text and, if found in the document this text gets highlighted. The highlight text needs to be set as a value in a property of the document's parent object. This property's name then needs to be set as the value of the document's HIGHLIGHT_PROPERTY_NAME property. For more information see the Automatic Text Search article.
MetaProperties
Name | Data type | Comment |
---|---|---|
HIGHLIGHT_PROPERTY_NAME | String | Defines the Name of the Property which must be found on the owner (client) and which content is used as preconfigured highlight text. |