FileDocCategorySizeDatePackage
Margin.javaAPI DocApache Poi 3.0.11506Mon Jan 01 12:39:40 GMT 2007org.apache.poi.hssf.record

Margin

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. NOTE: This source wass automatically generated.
author
Shawn Laubach (slaubach at apache dot org)

Fields Summary
Constructors Summary
Methods Summary
public doublegetMargin()
Get the margin field for the Margin.

public voidsetMargin(double field_1_margin)
Set the margin field for the Margin.