mannixsuo

Results 4 comments of mannixsuo

see this [Introduction to Build Profiles](http://maven.apache.org/guides/introduction/introduction-to-profiles.html) use `mvn groupId:artifactId:goal -P profile-1,profile-2,?profile-3` (profile-1,profile-2,profile-3 are ids of profile to use) may help.

```java /** * merge rows from start to last cell, * last cell and first cell must at same line * * jx:mergeRow(lastCell="Merge row ranges", * rows="Number of rows combined")...

I don't know whether the code is right or not, but it work for me ..

这个属性 ``` -fs-table-paginate: paginate; ``` 可以把`header `和`footer`在每一页都显示