com.aspose.diagram

Class LocalizeFontValue

  • java.lang.Object
    • com.aspose.diagram.LocalizeFontValue
public class LocalizeFontValue 
extends java.lang.Object

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

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

    • Field Detail

      • LOCALIZE_FONT_ONLY_ARIAL_SYMBOL

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

        public static final int ALWAYS_LOCALIZE_FONT
        Always localize the font.
      • NEVER_LOCALIZE_FONT

        public static final int NEVER_LOCALIZE_FONT
        Never localize the font.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.