All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coreoz.ppt.PptImageMapper Maven / Gradle / Ivy

Go to download

PPT Template is a small templating library to generate PowerPoint presentations.

There is a newer version: 1.0.1
Show newest version
package com.coreoz.ppt;

import org.apache.poi.sl.usermodel.PictureData.PictureType;

import lombok.Value;

@Value(staticConstructor = "of")
class PptImageMapper {

	public static final float DEFAULT_QUALITY_FACTOR = 1F;
	public static final double DEFAULT_QUALITY_MULTIPLICATOR = 2.0;

	private final PictureType targetFormat;
	private final PptImageReplacementMode replacementMode;
	private final byte[] value;
	private final float qualityFactory;
	private final double qualityMultiplicator;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy