EmfPlusStringDigitSubstitution Enumeration

The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user’s locale or language.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusStringDigitSubstitution

Members

Member nameDescription
STRING_DIGIT_SUBSTITUTION_NATIONALSpecifies substitution digits that correspond with the official national language of the user’s locale.
STRING_DIGIT_SUBSTITUTION_NONESpecifies to disable substitutions.
STRING_DIGIT_SUBSTITUTION_TRADITIONALSpecifies substitution digits that correspond to the user’s native script or language, which can be different from the official national language of the user’s locale.
STRING_DIGIT_SUBSTITUTION_USERSpecifies an implementation-defined substitution scheme.