Package com.itextpdf.text.api
Interface Spaceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getPaddingTop()
float
getSpacingAfter()
Gets the spacing after.float
getSpacingBefore()
Gets the spacing before.void
setPaddingTop(float paddingTop)
void
setSpacingAfter(float spacing)
Sets the spacing after.void
setSpacingBefore(float spacing)
Sets the spacing before.
-
-
-
Method Detail
-
setSpacingBefore
void setSpacingBefore(float spacing)
Sets the spacing before.- Parameters:
spacing
- the new spacing
-
setSpacingAfter
void setSpacingAfter(float spacing)
Sets the spacing after.- Parameters:
spacing
- the new spacing
-
setPaddingTop
void setPaddingTop(float paddingTop)
-
getSpacingBefore
float getSpacingBefore()
Gets the spacing before.- Returns:
- the spacing
-
getSpacingAfter
float getSpacingAfter()
Gets the spacing after.- Returns:
- the spacing
-
getPaddingTop
float getPaddingTop()
-
-