public interface ISpacedArea
An area that requires spacing before and after itself.
Modifier and Type | Method and Description |
---|---|
float |
getSpaceAfter()
Gets spacing that precedes the area, in millimeters.
|
float |
getSpaceBefore()
Gets spacing that follows the area, in millimeters.
|
void |
setSpaceAfter(float value)
Sets spacing that precedes the area, in millimeters.
|
void |
setSpaceBefore(float value)
Sets spacing that follows the area, in millimeters.
|
float getSpaceAfter()
float getSpaceBefore()
void setSpaceAfter(float value)
void setSpaceBefore(float value)
Copyright © 2017. All Rights Reserved.