com.aspose.slides
Class FontQuality

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.FontQuality

public final class FontQuality
extends com.aspose.ms.System.Enum

Represents the font output quality.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int ANTIALIASED_QUALITY
          
static int CLEARTYPE_QUALITY
          
static int DEFAULT_QUALITY
          
static int DRAFT_QUALITY
          
static int NONANTIALIASED_QUALITY
          
static int PROOF_QUALITY
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_QUALITY

public static final int DEFAULT_QUALITY

See Also:
Constant Field Values

DRAFT_QUALITY

public static final int DRAFT_QUALITY

See Also:
Constant Field Values

PROOF_QUALITY

public static final int PROOF_QUALITY

See Also:
Constant Field Values

NONANTIALIASED_QUALITY

public static final int NONANTIALIASED_QUALITY

See Also:
Constant Field Values

ANTIALIASED_QUALITY

public static final int ANTIALIASED_QUALITY

See Also:
Constant Field Values

CLEARTYPE_QUALITY

public static final int CLEARTYPE_QUALITY

See Also:
Constant Field Values