Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMargin()
Get the margin field for the Margin.void
setMargin(double field_1_margin)
Set the margin field for the Margin.
-