asposediagram.api

Class LocalizeFontValue

Utility class containing constants. Specifies whether the shape text should be localized (translated into another language).

Field Summary
const  intLOCALIZE_FONT_ONLY_ARIAL_SYMBOL
Localize the font only if it is Arial or Symbol (the default).
const  intALWAYS_LOCALIZE_FONT
Always localize the font.
const  intNEVER_LOCALIZE_FONT
Never localize the font.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • LOCALIZE_FONT_ONLY_ARIAL_SYMBOL

        const int LOCALIZE_FONT_ONLY_ARIAL_SYMBOL
        Localize the font only if it is Arial or Symbol (the default).
      • ALWAYS_LOCALIZE_FONT

        const int ALWAYS_LOCALIZE_FONT
        Always localize the font.
      • NEVER_LOCALIZE_FONT

        const int NEVER_LOCALIZE_FONT
        Never localize the font.
      • UNDEFINED

        const int UNDEFINED
        Undefined.