Skip to main content
Version: API v2 Preview

FontType

Kind: enum
Module/package: com.pdfdancer.common.model
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0

Declaration

public final class com.pdfdancer.common.model.FontType extends java.lang.Enum<com.pdfdancer.common.model.FontType>

Members

EMBEDDED

public static final com.pdfdancer.common.model.FontType EMBEDDED

STANDARD

public static final com.pdfdancer.common.model.FontType STANDARD

SYSTEM

public static final com.pdfdancer.common.model.FontType SYSTEM

valueOf

public static com.pdfdancer.common.model.FontType valueOf(java.lang.String)

Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)

values

public static com.pdfdancer.common.model.FontType[] values()

Returns an array containing the constants of this enum class, in the order they are declared.

View source at 9c04036fe114