public enum EmbedAttribute extends Enum<EmbedAttribute>
Enum Constant and Description |
---|
ADV_ANTI_ALIASING |
COMPRESSION |
EMBED_AS_CFF |
ENCODING |
EXPORT_SYMBOL |
FLASH_TYPE |
FONT_FAMILY |
FONT_NAME |
FONT_STYLE |
FONT_WEIGHT |
MIME_TYPE |
ORIGINAL |
QUALITY |
SCALE_GRID_BOTTOM |
SCALE_GRID_LEFT |
SCALE_GRID_RIGHT |
SCALE_GRID_TOP |
SKIN_CLASS |
SMOOTHING |
SOURCE |
SOURCE_LIST |
SYMBOL |
SYSTEM_FONT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(String attributeName)
Test whether an attribute string matches this enum value
|
String |
toString() |
static EmbedAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbedAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbedAttribute SOURCE
public static final EmbedAttribute MIME_TYPE
public static final EmbedAttribute COMPRESSION
public static final EmbedAttribute ENCODING
public static final EmbedAttribute EXPORT_SYMBOL
public static final EmbedAttribute FLASH_TYPE
public static final EmbedAttribute ORIGINAL
public static final EmbedAttribute QUALITY
public static final EmbedAttribute SCALE_GRID_BOTTOM
public static final EmbedAttribute SCALE_GRID_LEFT
public static final EmbedAttribute SCALE_GRID_RIGHT
public static final EmbedAttribute SCALE_GRID_TOP
public static final EmbedAttribute SKIN_CLASS
public static final EmbedAttribute SMOOTHING
public static final EmbedAttribute SYMBOL
public static final EmbedAttribute ADV_ANTI_ALIASING
public static final EmbedAttribute EMBED_AS_CFF
public static final EmbedAttribute FONT_FAMILY
public static final EmbedAttribute FONT_NAME
public static final EmbedAttribute FONT_STYLE
public static final EmbedAttribute FONT_WEIGHT
public static final EmbedAttribute SYSTEM_FONT
public static final EmbedAttribute SOURCE_LIST
public static EmbedAttribute[] values()
for (EmbedAttribute c : EmbedAttribute.values()) System.out.println(c);
public static EmbedAttribute valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean equals(String attributeName)
attributeName
- Name of attribute to comparepublic String toString()
toString
in class Enum<EmbedAttribute>
Copyright © 2016 The Apache Software Foundation. All rights reserved.