Package com.grapecity.documents.excel
Class Margin
java.lang.Object
com.grapecity.documents.excel.Margin
Gets or sets the watermark margin in pixels relative to the cell.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Margin
public Margin(int all) Constructor for one argument- Parameters:
all- The value to set for all margins.
-
Margin
public Margin(int top, int right, int bottom, int left) Constructor for four arguments- Parameters:
top- The top margin value.right- The right margin value.bottom- The bottom margin value.left- The left margin value.
-
-
Method Details