jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Remove three public methods in StylesContainer #90

Closed jferard closed 6 years ago

jferard commented 6 years ago

The methods :

getDataStyles
getMasterPageStyles
getPageLayoutStyles

Exist only for testing purposes. We need to remove them and to use XML representation as tests.

jferard commented 6 years ago

Same story: remove getters from Margins.

jferard commented 6 years ago

BorderAttribute

jferard commented 6 years ago

ParagraphElement

jferard commented 6 years ago

Borders

jferard commented 6 years ago

Also data styles getters