Module com.github.librepdf.openpdf
Package com.lowagie.text.alignment
Interface WithVerticalAlignment
-
- All Known Implementing Classes:
Cell
public interface WithVerticalAlignmentMarks 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 voidsetVerticalAlignment(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
-
-