Метод Cell.getParagraphProperties
Возвращает свойства абзаца ParagraphProperties, находящегося в ячейке.
Пример
Table firstSheet = document.getBlocks().getTable(0);
Cell cell = firstSheet.getCell("B2");
ParagraphProperties paragraphProperties = cell.getParagraphProperties();
Console.WriteLine(paragraphProperties.alignment);