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 ISpacedAreapublic float getSpaceBefore()
Gets spacing that precedes the cell, in millimeters. Zero by default.
getSpaceBefore in interface ISpacedAreapublic void setSpaceAfter(float value)
Sets spacing that follows the cell, in millimeters. Zero by default.
setSpaceAfter in interface ISpacedAreavalue - spacing that follows the cell, in millimeters. Zero by default.public void setSpaceBefore(float value)
Sets spacing that precedes the cell, in millimeters. Zero by default.
setSpaceBefore in interface ISpacedAreavalue - spacing that precedes the cell, in millimeters. Zero by default.Copyright © 2014. All rights reserved.