Package com.lowagie.text.alignment
Interface WithVerticalAlignment
-
- All Known Implementing Classes:
Cell
public interface WithVerticalAlignment
Marks objects that can be aligned vertically.- Since:
- 1.2.7
- Author:
- noavarice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setVerticalAlignment(VerticalAlignment alignment)
Sets vertical alignment mode.
-
-
-
Method Detail
-
setVerticalAlignment
void setVerticalAlignment(VerticalAlignment alignment)
Sets vertical alignment mode.- Parameters:
alignment
- New alignment mode. If null, current alignment must be left unchanged
-
-