![]() | InDesign SDK 20.5 |
#include <IStripCharService.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| TextCharPair (UTF32TextChar first, UTF32TextChar second) | |
| bool16 | operator== (const TextCharPair &rhs) const |
Public Attributes | |
| UTF32TextChar | fRemove |
| UTF32TextChar | fReplace |
This is a pair of textchar/textchar. It is used in the FillListWithHyperlinkDestinations method
| inline |
Constructor for a TextCharPair
| first | - The character to mark as removable |
| second | - The character to replace the removed character with |
| inline |
The only comparison for whether two items are equal is on fRemove
| rhs | - The item to compare with this one. |
| UTF32TextChar TextCharPair::fRemove |
character to remove from a string
| UTF32TextChar TextCharPair::fReplace |
character to replace it with