|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.pcre.PCREPDFOutputOptions
| Field Summary | |
static int |
PDF_24BitDIB
|
static int |
PDF_8BitDIB
|
static int |
PDF_AlwaysEmbedWholeFonts
|
static int |
PDF_AlwaysEmbedWholeZippedFonts
|
static int |
PDF_AlwaysTextFlate
|
static int |
PDF_DefaultEncoding
|
static int |
PDF_DefaultFlags
|
static int |
PDF_DefaultFontEmbedding
|
static int |
PDF_DefaultImageType
|
static int |
PDF_DefaultTextFlate
|
static int |
PDF_FlateEncoding
|
static int |
PDF_JPEG_IJL
|
static int |
PDF_LinearizedFlag
|
static int |
PDF_LineArt
|
static int |
PDF_MinimalFontEmbedding
|
static int |
PDF_MinimalFontEmbeddingPlusZippedSymbols
|
static int |
PDF_NeverTextFlate
|
static int |
PDF_NoImage
|
static int |
PDF_Raw
|
static int |
PDF_RunLengthEncoding
|
static int |
PDF_SizeOptimalTextFlate
|
static int |
PDF_SmartDIB
|
static int |
PDF_UNDEFINED
|
static int |
PEPDFDEPRECATED1
|
| Constructor Summary | |
PCREPDFOutputOptions()
Constuct a PCREPDFOutputOptions instance with default attributes. |
|
| Method Summary | |
PDFImage |
getBlobFieldBitmapImage()
Get the blob-field bitmap-image attribute. |
PDFImage |
getBlobFieldOLEImage()
Get the blob-field ole-image attribute. |
PDFImage |
getChartImage()
Get the chart-image attribute. |
int |
getFlags()
Getter method for flags member. |
int |
getFontEmbeddingLevel()
Return the level of font-embedding. |
PDFImage |
getOLEImage()
Get the OLE-image attribute. |
int |
getTextFlateLevel()
Return the level of flate-encoding. |
void |
setBlobFieldBitmapImage(int type,
int resolution,
int encode8,
int encode24)
Set the blob-field bitmap-image from the the given image-attributes. |
void |
setBlobFieldBitmapImage(PDFImage image)
Set the blob-field bitmap-image attribute to the given image. |
void |
setBlobFieldOLEImage(int type,
int resolution,
int encode8,
int encode24)
Set the blob-field ole-image from the the given image-attributes. |
void |
setBlobFieldOLEImage(PDFImage image)
Set the blob-field bitmap-image attribute to the given image. |
void |
setChartImage(int type,
int resolution,
int encode8,
int encode24)
Set the chart-image from the the given image-attributes. |
void |
setChartImage(PDFImage image)
Set the chart-image attribute to the given image. |
void |
setFlags(int newValue)
Set new value for pdf flags |
void |
setFontEmbeddingLevel(int level)
Set the level of font-embedding. |
void |
setOLEImage(int type,
int resolution,
int encode8,
int encode24)
Set the ole-image from the the given image-attributes. |
void |
setOLEImage(PDFImage image)
Set the ole-image attribute to the given image. |
void |
setTextFlateLevel(int level)
Set the level of flate-encoding. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int PDF_UNDEFINED
public static final int PDF_DefaultFlags
public static final int PDF_LinearizedFlag
public static final int PDF_DefaultTextFlate
public static final int PDF_SizeOptimalTextFlate
public static final int PDF_NeverTextFlate
public static final int PDF_AlwaysTextFlate
public static final int PDF_DefaultFontEmbedding
public static final int PDF_MinimalFontEmbedding
public static final int PDF_MinimalFontEmbeddingPlusZippedSymbols
public static final int PDF_AlwaysEmbedWholeFonts
public static final int PDF_AlwaysEmbedWholeZippedFonts
public static final int PDF_DefaultImageType
public static final int PDF_24BitDIB
public static final int PDF_8BitDIB
public static final int PDF_SmartDIB
public static final int PDF_NoImage
public static final int PDF_LineArt
public static final int PDF_DefaultEncoding
public static final int PDF_Raw
public static final int PDF_RunLengthEncoding
public static final int PDF_FlateEncoding
public static final int PEPDFDEPRECATED1
public static final int PDF_JPEG_IJL
| Constructor Detail |
public PCREPDFOutputOptions()
| Method Detail |
public PDFImage getBlobFieldBitmapImage()
public PDFImage getBlobFieldOLEImage()
public PDFImage getChartImage()
public int getFlags()
public int getFontEmbeddingLevel()
public PDFImage getOLEImage()
public int getTextFlateLevel()
public void setBlobFieldBitmapImage(int type,
int resolution,
int encode8,
int encode24)
type - The type of image.resolution - The image resolution.encode8 - 8-bit encoding flags.encode24 - 24-bit encoding flags.public void setBlobFieldBitmapImage(PDFImage image)
image - The new blob-field bitmap-image.
public void setBlobFieldOLEImage(int type,
int resolution,
int encode8,
int encode24)
type - The type of image.resolution - The image resolution.encode8 - 8-bit encoding flags.encode24 - 24-bit encoding flags.public void setBlobFieldOLEImage(PDFImage image)
image - The new blob-field ole-image.
public void setChartImage(int type,
int resolution,
int encode8,
int encode24)
type - The type of image.resolution - The image resolution.encode8 - 8-bit encoding flags.encode24 - 24-bit encoding flags.public void setChartImage(PDFImage image)
image - The new chart-image.public void setFlags(int newValue)
newValue - int
public void setFontEmbeddingLevel(int level)
throws PCREClientError
level - The level of font-embedding.
public void setOLEImage(int type,
int resolution,
int encode8,
int encode24)
type - The type of image.resolution - The image resolution.encode8 - 8-bit encoding flags.encode24 - 24-bit encoding flags.public void setOLEImage(PDFImage image)
image - The new ole-image.
public void setTextFlateLevel(int level)
throws PCREClientError
level - The level of text fate encoding.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||