Added column count
This commit is contained in:
parent
aee06864b8
commit
5bb29b8b6c
5 changed files with 56 additions and 23 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue