com.aspose.diagram
Class LocalizeFontValue

java.lang.Object
    extended by 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.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.