Skip to main content
Version: API v2 Preview

TextLayoutRequest$Mode

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

Declaration

public final class com.pdfdancer.common.request.TextLayoutRequest$Mode extends java.lang.Enum<com.pdfdancer.common.request.TextLayoutRequest$Mode>

Members

reflowWhenSupported

public static final com.pdfdancer.common.request.TextLayoutRequest$Mode reflowWhenSupported

requireReflow

public static final com.pdfdancer.common.request.TextLayoutRequest$Mode requireReflow

sourceAnchored

public static final com.pdfdancer.common.request.TextLayoutRequest$Mode sourceAnchored

valueOf

public static com.pdfdancer.common.request.TextLayoutRequest$Mode 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.request.TextLayoutRequest$Mode[] values()

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

View source at 9c04036fe114