Position$ShapeType
Kind: enum
Module/package: com.pdfdancer.common.model
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0
Defines the geometric shape type used for getPosition specification.
Declaration
public final class com.pdfdancer.common.model.Position$ShapeType extends java.lang.Enum<com.pdfdancer.common.model.Position$ShapeType>
Members
CIRCLE
public static final com.pdfdancer.common.model.Position$ShapeType CIRCLE
Circular area with radius
LINE
public static final com.pdfdancer.common.model.Position$ShapeType LINE
Linear shape between two points
POINT
public static final com.pdfdancer.common.model.Position$ShapeType POINT
Single point coordinate
RECT
public static final com.pdfdancer.common.model.Position$ShapeType RECT
Rectangular area with width and height
valueOf
public static com.pdfdancer.common.model.Position$ShapeType 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.Position$ShapeType[] values()
Returns an array containing the constants of this enum class, in the order they are declared.