TaxReportingCharReplaceHelper Class [AX 2012]
The TaxReportingCharReplaceHelper class is a helper class to replace the accent characters with their Latin equivalents and to provide options with regard to which special characters to retain and which to remove.
| Method | Description | |
|---|---|---|
| addCharReplacements | |
| addCustomCharKeepers | Lets you set the additional characters to keep in the text transformation. |
| addCustomCharReplacements | Lets you specify the characters to replace and their replacements. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getRelatedAction | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAccentCharacter | |
| isDigit | |
| isEndOfLineCharacter | |
| isLatinAlphabetCharacter | |
| isSpecialCharacter | |
| isWhitespaceCharacter | |
| new | Initializes a new instance of the TaxReportingCharReplaceHelper class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmDefaultReplacementChar | Sets the default replacement character. |
| parmKeepAccentCharacters | Specifies whether ISO/IEC 8859-1 accent letters should be kept. |
| parmKeepDigits | Specifies whether the digits from 0 to 9 should be retained. |
| parmKeepEndOfLineCharacters | Determines whether to keep carriage return/line feed characters. |
| parmKeepLatinAlphabetLetters | Specifies whether to keep all the Latin alphabet letters. |
| parmKeepSpecialCharacters | Specifies whether to keep the ISO/IEC 8859-1 printable punctuation characters (codes up to 126). |
| parmKeepWhitespaceCharacters | Specifies whether to keep the tab and space characters. |
| parmReplaceAccentCharacters | Specifies whether to replace all the accent letters that are defined in the ISO/IEC 8859-1 set with their Latin equivalents. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transform | Transforms the input text by replacing the specified characters. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: