com.stimulsoft.report.export.tools.pdf
Class StiPdfConstants

java.lang.Object
  extended by com.stimulsoft.report.export.tools.pdf.StiPdfConstants

public class StiPdfConstants
extends java.lang.Object

PDF format constants Copyright Stimulsoft


Field Summary
static java.lang.String[] HATCH_DATA
          Hatch data
static int[] PRIVATE_KEY_WITH_EXPONENT_OF_ONE
          Keys blobs
 int[] SIMPLE_BLOB_RC4_KEY_TEMPLATE
          Simple blob RC4 key template
static int[] SRGB_PROFILE
          SRGB profile
 
Constructor Summary
StiPdfConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HATCH_DATA

public static java.lang.String[] HATCH_DATA
Hatch data


SRGB_PROFILE

public static int[] SRGB_PROFILE
SRGB profile


PRIVATE_KEY_WITH_EXPONENT_OF_ONE

public static int[] PRIVATE_KEY_WITH_EXPONENT_OF_ONE
Keys blobs


SIMPLE_BLOB_RC4_KEY_TEMPLATE

public int[] SIMPLE_BLOB_RC4_KEY_TEMPLATE
Simple blob RC4 key template

Constructor Detail

StiPdfConstants

public StiPdfConstants()