Skip to main content

Метод Cell::setParagraphProperties

Устанавливает свойства абзаца ParagraphProperties, находящегося в ячейке.

Пример​


Cell cell = sheet.getCell("A1");
ParagraphProperties paragraphProperties = cell.getParagraphProperties();
paragraphProperties.alignment = Alignment::Center;
cell.setParagraphProperties(paragraphProperties);