Uses of Class
com.datalogics.PDFL.FlattenTransparencyParams
Packages that use FlattenTransparencyParams
-
Uses of FlattenTransparencyParams in com.datalogics.PDFL
Methods in com.datalogics.PDFL with parameters of type FlattenTransparencyParamsModifier and TypeMethodDescriptionstatic final intPDFLJNI.Document_flattenTransparency__SWIG_1(long jarg1, Document jarg1_, long jarg2, FlattenTransparencyParams jarg2_) static final intPDFLJNI.Document_flattenTransparency__SWIG_2(long jarg1, Document jarg1_, long jarg2, FlattenTransparencyParams jarg2_, int jarg3, int jarg4) intDocument.flattenTransparency(FlattenTransparencyParams params) Flattens all transparencies in the document.intDocument.flattenTransparency(FlattenTransparencyParams params, int firstPage, int lastPage) Flattens transparencies in the document that occur on pages within the specified range.static final voidPDFLJNI.FlattenTransparencyParams_DisposeChildren(long jarg1, FlattenTransparencyParams jarg1_) static final booleanPDFLJNI.FlattenTransparencyParams_getClipComplexRegions(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getColorCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getColorImageQuality(long jarg1, FlattenTransparencyParams jarg1_) static final booleanPDFLJNI.FlattenTransparencyParams_getConvertStrokesToOutlines(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getExternalDPI(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getGrayCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getGrayImageQuality(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getInternalDPI(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getMaxPageFlatteningTime(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getMonoCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_) static final booleanPDFLJNI.FlattenTransparencyParams_getPreserveOverprint(long jarg1, FlattenTransparencyParams jarg1_) static final StringPDFLJNI.FlattenTransparencyParams_getProfileDescription(long jarg1, FlattenTransparencyParams jarg1_) static final intPDFLJNI.FlattenTransparencyParams_getQuality(long jarg1, FlattenTransparencyParams jarg1_) static final booleanPDFLJNI.FlattenTransparencyParams_getUseTextOutlines(long jarg1, FlattenTransparencyParams jarg1_) static final voidPDFLJNI.FlattenTransparencyParams_setClipComplexRegions(long jarg1, FlattenTransparencyParams jarg1_, boolean jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setColorCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setColorImageQuality(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setConvertStrokesToOutlines(long jarg1, FlattenTransparencyParams jarg1_, boolean jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setExternalDPI(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setGrayCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setGrayImageQuality(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setInternalDPI(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setMaxPageFlatteningTime(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setMonoCompressionScheme(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setPreserveOverprint(long jarg1, FlattenTransparencyParams jarg1_, boolean jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setProfileDescription(long jarg1, FlattenTransparencyParams jarg1_, String jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setQuality(long jarg1, FlattenTransparencyParams jarg1_, int jarg2) static final voidPDFLJNI.FlattenTransparencyParams_setUseTextOutlines(long jarg1, FlattenTransparencyParams jarg1_, boolean jarg2)