com.aspose.words
Class MergeFieldImageDimensionUnit

java.lang.Object
    extended by com.aspose.words.MergeFieldImageDimensionUnit

public class MergeFieldImageDimensionUnit 
extends java.lang.Object

Utility class containing constants. Specifies an unit of an image dimension (i.e. the width or the height) used across a mail merge process.

Field Summary
static final intPOINT = 0
           The point (i.e. 1/72 inch).
static final intPERCENT = 1
           The percent of the original image dimension value.
 

Field Detail

POINT = 0

public static final int POINT
The point (i.e. 1/72 inch).

PERCENT = 1

public static final int PERCENT
The percent of the original image dimension value.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.