Docmosis API 4.8.0

com.docmosis.document.converter
Enum ConversionInstruction.PdfVersion

java.lang.Object
  extended by java.lang.Enum<ConversionInstruction.PdfVersion>
      extended by com.docmosis.document.converter.ConversionInstruction.PdfVersion
All Implemented Interfaces:
Serializable, Comparable<ConversionInstruction.PdfVersion>
Enclosing class:
ConversionInstruction

public static enum ConversionInstruction.PdfVersion
extends Enum<ConversionInstruction.PdfVersion>


Enum Constant Summary
PDF_1_5
           
PDF_1_6
           
PDF_1_7
           
PDF_A_1B
           
PDF_A_2B
           
PDF_A_3B
           
PDF_DEFAULT
           
 
Method Summary
static ConversionInstruction.PdfVersion fromParamString(String key)
          Obtain from a parameter string.
 int getMode()
           
static ConversionInstruction.PdfVersion valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversionInstruction.PdfVersion[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PDF_DEFAULT

public static final ConversionInstruction.PdfVersion PDF_DEFAULT

PDF_1_5

public static final ConversionInstruction.PdfVersion PDF_1_5

PDF_1_6

public static final ConversionInstruction.PdfVersion PDF_1_6

PDF_1_7

public static final ConversionInstruction.PdfVersion PDF_1_7

PDF_A_1B

public static final ConversionInstruction.PdfVersion PDF_A_1B

PDF_A_2B

public static final ConversionInstruction.PdfVersion PDF_A_2B

PDF_A_3B

public static final ConversionInstruction.PdfVersion PDF_A_3B
Method Detail

values

public static ConversionInstruction.PdfVersion[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ConversionInstruction.PdfVersion c : ConversionInstruction.PdfVersion.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConversionInstruction.PdfVersion valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getMode

public int getMode()

fromParamString

public static ConversionInstruction.PdfVersion fromParamString(String key)
Obtain from a parameter string. Valid case insensitive values are:

Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.