Added column count

This commit is contained in:
Georgy Litvinov 2020-01-22 16:42:14 +01:00
parent aee06864b8
commit 5bb29b8b6c
5 changed files with 56 additions and 23 deletions

View file

@ -138,8 +138,8 @@ public class StyleWithProperties extends OfficeStyle {
backgroundImageProperties.loadFromDOM(child);
}
else if (XMLString.STYLE_COLUMNS.equals(sName)) {
nColCount = Misc.getPosInteger(Misc.getAttribute(child,
XMLString.FO_COLUMN_COUNT),1);
nColCount = Misc.getPosInteger(Misc.getAttribute(child, XMLString.FO_COLUMN_COUNT),1);
// TODO: read individual columns
}
else if (XMLString.STYLE_FOOTNOTE_SEP.equals(sName)) {