org.apache.poi.hssf.record
Interface Margin

All Known Implementing Classes:
BottomMarginRecord, LeftMarginRecord, RightMarginRecord, TopMarginRecord

public interface Margin

The margin interface is a parent used to define left, right, top and bottom margins. This allows much of the code to be generic when it comes to handling margins.

Author:
Shawn Laubach (slaubach at apache dot org)

Method Summary
 double getMargin()
          Get the margin field for the Margin.
 void setMargin(double field_1_margin)
          Set the margin field for the Margin.
 

Method Detail

getMargin

double getMargin()
Get the margin field for the Margin.


setMargin

void setMargin(double field_1_margin)
Set the margin field for the Margin.



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.