Index

Object PCRE.PCREPDFOutputOptions


Variable Index

 o PDF_24BitDIB
 
 o PDF_8BitDIB
 
 o PDF_AlwaysEmbedWholeFonts
 
 o PDF_AlwaysEmbedWholeZippedFonts
 
 o PDF_AlwaysTextFlate
 
 o PDF_DefaultEncoding
 
 o PDF_DefaultFlags
 
 o PDF_DefaultFontEmbedding
 
 o PDF_DefaultImageType
 
 o PDF_DefaultTextFlate
 
 o PDF_FlateEncoding
 
 o PDF_JPEG_IJG
 
 o PDF_JPEG_IJL
 
 o PDF_LinearizedFlag
 
 o PDF_LineArt
 
 o PDF_MinimalFontEmbedding
 
 o PDF_MinimalFontEmbeddingPlusZippedSymbols
 
 o PDF_NeverTextFlate
 
 o PDF_NoImage
 
 o PDF_Raw
 
 o PDF_RunLengthEncoding
 
 o PDF_SizeOptimalTextFlate
 
 o PDF_SmartDIB
 
 o PDF_UNDEFINED
 

Method Index

 o getBlobFieldBitmapImage()
Get the blob-field bitmap-image attribute.
 o getBlobFieldOLEImage()
Get the blob-field ole-image attribute.
 o getChartImage()
Get the chart-image attribute.
 o getFlags()
Getter method for flags member.
 o getFontEmbeddingLevel()
Return the level of font-embedding.
 o getOLEImage()
Get the OLE-image attribute.
 o getTextFlateLevel()
Return the level of flate-encoding.
 o setBlobFieldBitmapImage(int, int, int, int)
Set the blob-field bitmap-image from the the given image-attributes.
 o setBlobFieldBitmapImage(PDFImage)
Set the blob-field bitmap-image attribute to the given image.
 o setBlobFieldOLEImage(int, int, int, int)
Set the blob-field ole-image from the the given image-attributes.
 o setBlobFieldOLEImage(PDFImage)
Set the blob-field bitmap-image attribute to the given image.
 o setChartImage(int, int, int, int)
Set the chart-image from the the given image-attributes.
 o setChartImage(PDFImage)
Set the chart-image attribute to the given image.
 o setFlags(int)
Set new value for pdf flags
 o setFontEmbeddingLevel(int)
Set the level of font-embedding.
 o setOLEImage(int, int, int, int)
Set the ole-image from the the given image-attributes.
 o setOLEImage(PDFImage)
Set the ole-image attribute to the given image.
 o setTextFlateLevel(int)
Set the level of flate-encoding.

Field Detail

 o PDF_UNDEFINED
int PDF_UNDEFINED
 o PDF_DefaultFlags
int PDF_DefaultFlags
 o PDF_LinearizedFlag
int PDF_LinearizedFlag
 o PDF_DefaultTextFlate
int PDF_DefaultTextFlate
 o PDF_SizeOptimalTextFlate
int PDF_SizeOptimalTextFlate
 o PDF_NeverTextFlate
int PDF_NeverTextFlate
 o PDF_AlwaysTextFlate
int PDF_AlwaysTextFlate
 o PDF_DefaultFontEmbedding
int PDF_DefaultFontEmbedding
 o PDF_MinimalFontEmbedding
int PDF_MinimalFontEmbedding
 o PDF_MinimalFontEmbeddingPlusZippedSymbols
int PDF_MinimalFontEmbeddingPlusZippedSymbols
 o PDF_AlwaysEmbedWholeFonts
int PDF_AlwaysEmbedWholeFonts
 o PDF_AlwaysEmbedWholeZippedFonts
int PDF_AlwaysEmbedWholeZippedFonts
 o PDF_DefaultImageType
int PDF_DefaultImageType
 o PDF_24BitDIB
int PDF_24BitDIB
 o PDF_8BitDIB
int PDF_8BitDIB
 o PDF_SmartDIB
int PDF_SmartDIB
 o PDF_NoImage
int PDF_NoImage
 o PDF_LineArt
int PDF_LineArt
 o PDF_DefaultEncoding
int PDF_DefaultEncoding
 o PDF_Raw
int PDF_Raw
 o PDF_RunLengthEncoding
int PDF_RunLengthEncoding
 o PDF_FlateEncoding
int PDF_FlateEncoding
 o PDF_JPEG_IJG
int PDF_JPEG_IJG
 o PDF_JPEG_IJL
int PDF_JPEG_IJL

Method Detail

 o getBlobFieldBitmapImage
PDFImage getBlobFieldBitmapImage()
          Get the blob-field bitmap-image attribute.
Returns:
The current ole-image attribute.
 o getBlobFieldOLEImage
PDFImage getBlobFieldOLEImage()
          Get the blob-field ole-image attribute.
Returns:
The current ole-image attribute.
 o getChartImage
PDFImage getChartImage()
          Get the chart-image attribute.
Returns:
The current chart-image attribute.
 o getFlags
int getFlags()
          Getter method for flags member.
Returns:
int
 o getFontEmbeddingLevel
int getFontEmbeddingLevel()
          Return the level of font-embedding.
Returns:
Current font-embedding level.
 o getOLEImage
PDFImage getOLEImage()
          Get the OLE-image attribute.
Returns:
The current ole-image attribute.
 o getTextFlateLevel
int getTextFlateLevel()
          Return the level of flate-encoding.
Returns:
Current text flate-encoding level.
 o setBlobFieldBitmapImage
void setBlobFieldBitmapImage(int type,
                             int resolution,
                             int encode8,
                             int encode24)
          Set the blob-field bitmap-image from the the given image-attributes.
Parameters:
type - The type of image.
resolution - The image resolution.
encode8 - 8-bit encoding flags.
encode24 - 24-bit encoding flags.
 o setBlobFieldBitmapImage
void setBlobFieldBitmapImage(PDFImage image)
          Set the blob-field bitmap-image attribute to the given image.
Parameters:
image - The new blob-field bitmap-image.
 o setBlobFieldOLEImage
void setBlobFieldOLEImage(int type,
                          int resolution,
                          int encode8,
                          int encode24)
          Set the blob-field ole-image from the the given image-attributes.
Parameters:
type - The type of image.
resolution - The image resolution.
encode8 - 8-bit encoding flags.
encode24 - 24-bit encoding flags.
 o setBlobFieldOLEImage
void setBlobFieldOLEImage(PDFImage image)
          Set the blob-field bitmap-image attribute to the given image.
Parameters:
image - The new blob-field ole-image.
 o setChartImage
void setChartImage(int type,
                   int resolution,
                   int encode8,
                   int encode24)
          Set the chart-image from the the given image-attributes.
Parameters:
type - The type of image.
resolution - The image resolution.
encode8 - 8-bit encoding flags.
encode24 - 24-bit encoding flags.
 o setChartImage
void setChartImage(PDFImage image)
          Set the chart-image attribute to the given image.
Parameters:
image - The new chart-image.
 o setFlags
void setFlags(int newValue)
          Set new value for pdf flags
Parameters:
newValue - int
 o setFontEmbeddingLevel
void setFontEmbeddingLevel(int level)
          Set the level of font-embedding.
Parameters:
level - The level of font-embedding.
 o setOLEImage
void setOLEImage(int type,
                 int resolution,
                 int encode8,
                 int encode24)
          Set the ole-image from the the given image-attributes.
Parameters:
type - The type of image.
resolution - The image resolution.
encode8 - 8-bit encoding flags.
encode24 - 24-bit encoding flags.
 o setOLEImage
void setOLEImage(PDFImage image)
          Set the ole-image attribute to the given image.
Parameters:
image - The new ole-image.
 o setTextFlateLevel
void setTextFlateLevel(int level)
          Set the level of flate-encoding.
Parameters:
level - The level of text fate encoding.

Index