com.adobe.livecycle.convertpdfservice.client.enumeration
Class LineWeight

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.LineWeight
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class LineWeight
extends java.lang.Enum

Represents line weight settings, which are used to enhance drawing readability. This enumeration value is used for lines for trim, bleed, and registration marks. A LineWeight enumeration value is used when you convert a PDF document to PostScript. To see this enumeration value used in a code example, see the Converting a PDF document to PostScript using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static LineWeight point125
          Represents a line weight of 0.125.
static LineWeight point25
          Represents a line weight of 0.25.
static LineWeight point5
          Represents a line weight of 0.50.
 
Method Summary
 java.lang.String getLineWeight()
          Returns the value of the line weight.
static LineWeight valueOf(java.lang.String name)
           
static LineWeight[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

point125

public static final LineWeight point125
Represents a line weight of 0.125.


point25

public static final LineWeight point25
Represents a line weight of 0.25.


point5

public static final LineWeight point5
Represents a line weight of 0.50.

Method Detail

values

public static LineWeight[] values()

valueOf

public static LineWeight valueOf(java.lang.String name)

getLineWeight

public java.lang.String getLineWeight()
Returns the value of the line weight.

Returns:
A string value that specifies the line weight.


[an error occurred while processing this directive] [an error occurred while processing this directive]