@PublicAPI public class GenericOptions extends java.lang.Object implements IGenericOptions
Constructor and Description |
---|
GenericOptions() |
Modifier and Type | Method and Description |
---|---|
double |
getDPIFactor()
The default value of the DPI factor is 4.00.
|
void |
setDPIFactor(double value)
DPIfactor is a number that multiplies the DPI that is used for the generation of the structure image inserted into your Office document.
|
public void setDPIFactor(double value)
IGenericOptions
setDPIFactor
in interface IGenericOptions
public double getDPIFactor()
IGenericOptions
getDPIFactor
in interface IGenericOptions