public class GridSection extends Object implements ISpacedArea
Section of a GridElement
.
Constructor and Description |
---|
GridSection()
Initializes a new instance of the
GridSection class. |
Modifier and Type | Method and Description |
---|---|
float |
getSpaceAfter()
Gets spacing that follows the cell, in millimeters.
|
float |
getSpaceBefore()
Gets spacing that precedes the cell, in millimeters.
|
void |
setSpaceAfter(float value)
Sets spacing that follows the cell, in millimeters.
|
void |
setSpaceBefore(float value)
Sets spacing that precedes the cell, in millimeters.
|
public GridSection()
Initializes a new instance of the GridSection
class.
public float getSpaceAfter()
Gets spacing that follows the cell, in millimeters. Zero by default.
getSpaceAfter
in interface ISpacedArea
public float getSpaceBefore()
Gets spacing that precedes the cell, in millimeters. Zero by default.
getSpaceBefore
in interface ISpacedArea
public void setSpaceAfter(float value)
Sets spacing that follows the cell, in millimeters. Zero by default.
setSpaceAfter
in interface ISpacedArea
public void setSpaceBefore(float value)
Sets spacing that precedes the cell, in millimeters. Zero by default.
setSpaceBefore
in interface ISpacedArea
Copyright © 2017. All Rights Reserved.