Package com.itextpdf.text.api
Interface Spaceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetPaddingTop()floatgetSpacingAfter()Gets the spacing after.floatgetSpacingBefore()Gets the spacing before.voidsetPaddingTop(float paddingTop)voidsetSpacingAfter(float spacing)Sets the spacing after.voidsetSpacingBefore(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()
-
-