AddPredefinedText | Adds a predefined text. |
DeletePredefinedText | Deletes an existing predefined text.
The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the PredefinedTextsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetPredefinedText | Retrieves a predefined text.
The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method. |
GetPredefinedTextList | Retrieves the keys and names of all the predefined texts. |
UpdatePredefinedText | Updates an existing predefined text.
The data for the predefined text, including the key of the predefined text to be updated, is contained in the PredefinedText passed to the method. To update a predefined text, you must first retrieve it using the GetPredefinedText method. |