Index
Object PCRE.PCREPDFOutputOptions
PDF_24BitDIB-
PDF_8BitDIB-
PDF_AlwaysEmbedWholeFonts-
PDF_AlwaysEmbedWholeZippedFonts-
PDF_AlwaysTextFlate-
PDF_DefaultEncoding-
PDF_DefaultFlags-
PDF_DefaultFontEmbedding-
PDF_DefaultImageType-
PDF_DefaultTextFlate-
PDF_FlateEncoding-
PDF_JPEG_IJG-
PDF_JPEG_IJL-
PDF_LinearizedFlag-
PDF_LineArt-
PDF_MinimalFontEmbedding-
PDF_MinimalFontEmbeddingPlusZippedSymbols-
PDF_NeverTextFlate-
PDF_NoImage-
PDF_Raw-
PDF_RunLengthEncoding-
PDF_SizeOptimalTextFlate-
PDF_SmartDIB-
PDF_UNDEFINED-
getBlobFieldBitmapImage()
- Get the blob-field bitmap-image attribute.
getBlobFieldOLEImage()
- Get the blob-field ole-image attribute.
getChartImage()
- Get the chart-image attribute.
getFlags()
- Getter method for flags member.
getFontEmbeddingLevel()
- Return the level of font-embedding.
getOLEImage()
- Get the OLE-image attribute.
getTextFlateLevel()
- Return the level of flate-encoding.
setBlobFieldBitmapImage(int, int, int, int)
- Set the blob-field bitmap-image from the the given image-attributes.
setBlobFieldBitmapImage(PDFImage)
- Set the blob-field bitmap-image attribute to the given image.
setBlobFieldOLEImage(int, int, int, int)
- Set the blob-field ole-image from the the given image-attributes.
setBlobFieldOLEImage(PDFImage)
- Set the blob-field bitmap-image attribute to the given image.
setChartImage(int, int, int, int)
- Set the chart-image from the the given image-attributes.
setChartImage(PDFImage)
- Set the chart-image attribute to the given image.
setFlags(int)
- Set new value for pdf flags
setFontEmbeddingLevel(int)
- Set the level of font-embedding.
setOLEImage(int, int, int, int)
- Set the ole-image from the the given image-attributes.
setOLEImage(PDFImage)
- Set the ole-image attribute to the given image.
setTextFlateLevel(int)
- Set the level of flate-encoding.
PDF_UNDEFINED
int PDF_UNDEFINED
PDF_DefaultFlags
int PDF_DefaultFlags
PDF_LinearizedFlag
int PDF_LinearizedFlag
PDF_DefaultTextFlate
int PDF_DefaultTextFlate
PDF_SizeOptimalTextFlate
int PDF_SizeOptimalTextFlate
PDF_NeverTextFlate
int PDF_NeverTextFlate
PDF_AlwaysTextFlate
int PDF_AlwaysTextFlate
PDF_DefaultFontEmbedding
int PDF_DefaultFontEmbedding
PDF_MinimalFontEmbedding
int PDF_MinimalFontEmbedding
PDF_MinimalFontEmbeddingPlusZippedSymbols
int PDF_MinimalFontEmbeddingPlusZippedSymbols
PDF_AlwaysEmbedWholeFonts
int PDF_AlwaysEmbedWholeFonts
PDF_AlwaysEmbedWholeZippedFonts
int PDF_AlwaysEmbedWholeZippedFonts
PDF_DefaultImageType
int PDF_DefaultImageType
PDF_24BitDIB
int PDF_24BitDIB
PDF_8BitDIB
int PDF_8BitDIB
PDF_SmartDIB
int PDF_SmartDIB
PDF_NoImage
int PDF_NoImage
PDF_LineArt
int PDF_LineArt
PDF_DefaultEncoding
int PDF_DefaultEncoding
PDF_Raw
int PDF_Raw
PDF_RunLengthEncoding
int PDF_RunLengthEncoding
PDF_FlateEncoding
int PDF_FlateEncoding
PDF_JPEG_IJG
int PDF_JPEG_IJG
PDF_JPEG_IJL
int PDF_JPEG_IJL
getBlobFieldBitmapImage
PDFImage getBlobFieldBitmapImage()
Get the blob-field bitmap-image attribute.
- Returns:
- The current ole-image attribute.
getBlobFieldOLEImage
PDFImage getBlobFieldOLEImage()
Get the blob-field ole-image attribute.
- Returns:
- The current ole-image attribute.
getChartImage
PDFImage getChartImage()
Get the chart-image attribute.
- Returns:
- The current chart-image attribute.
getFlags
int getFlags()
Getter method for flags member.
- Returns:
- int
getFontEmbeddingLevel
int getFontEmbeddingLevel()
Return the level of font-embedding.
- Returns:
- Current font-embedding level.
getOLEImage
PDFImage getOLEImage()
Get the OLE-image attribute.
- Returns:
- The current ole-image attribute.
getTextFlateLevel
int getTextFlateLevel()
Return the level of flate-encoding.
- Returns:
- Current text flate-encoding level.
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.
setBlobFieldBitmapImage
void setBlobFieldBitmapImage(PDFImage image)
Set the blob-field bitmap-image attribute to the given image.
- Parameters:
image - The new blob-field bitmap-image.
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.
setBlobFieldOLEImage
void setBlobFieldOLEImage(PDFImage image)
Set the blob-field bitmap-image attribute to the given image.
- Parameters:
image - The new blob-field ole-image.
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.
setChartImage
void setChartImage(PDFImage image)
Set the chart-image attribute to the given image.
- Parameters:
image - The new chart-image.
setFlags
void setFlags(int newValue)
Set new value for pdf flags
- Parameters:
newValue - int
setFontEmbeddingLevel
void setFontEmbeddingLevel(int level)
Set the level of font-embedding.
- Parameters:
level - The level of font-embedding.
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.
setOLEImage
void setOLEImage(PDFImage image)
Set the ole-image attribute to the given image.
- Parameters:
image - The new ole-image.
setTextFlateLevel
void setTextFlateLevel(int level)
Set the level of flate-encoding.
- Parameters:
level - The level of text fate encoding.
Index