public interface StylesContainer extends StylesModeSetter
| Modifier and Type | Method and Description |
|---|---|
TableCellStyle |
addChildCellStyle(TableCellStyle style,
DataStyle dataStyle)
Add a child style that mixes the cell style with a data style to the container
|
boolean |
addContentFontFaceContainerStyle(FontFaceContainerStyle ffcStyle)
Add a cell style to the content container and register the font face
|
boolean |
addContentStyle(ObjectStyle objectStyle)
Add an object style (style:style) to content.xml/automatic-styles
|
boolean |
addDataStyle(DataStyle dataStyle)
Create a new data style into styles container.
|
boolean |
addMasterPageStyle(MasterPageStyle masterPageStyle)
Create a new master page style into styles container.
|
boolean |
addNewDataStyleFromCellStyle(TableCellStyle style)
Add the data style taken from a cell style
|
boolean |
addPageLayoutStyle(PageLayoutStyle pageLayoutStyle)
Add a page layout style
|
boolean |
addPageStyle(PageStyle ps)
Add a page style
|
boolean |
addStylesFontFaceContainerStyle(FontFaceContainerStyle ffcStyle)
Add a cell style to the content container and register the font face
|
boolean |
addStylesStyle(ObjectStyle objectStyle)
Add an object style to styles.xml/automatic-styles
|
setDataStylesMode, setMasterPageStyleMode, setObjectStyleMode, setPageLayoutStyleMode, setPageStyleModeTableCellStyle addChildCellStyle(TableCellStyle style, DataStyle dataStyle)
style - the cell styledataStyle - the data styleboolean addContentFontFaceContainerStyle(FontFaceContainerStyle ffcStyle)
ffcStyle - the cell style or the text styleboolean addStylesFontFaceContainerStyle(FontFaceContainerStyle ffcStyle)
ffcStyle - the cell style or the text styleboolean addDataStyle(DataStyle dataStyle)
dataStyle - the data style to addboolean addMasterPageStyle(MasterPageStyle masterPageStyle)
masterPageStyle - the data style to addboolean addNewDataStyleFromCellStyle(TableCellStyle style)
style - the cell styleboolean addPageLayoutStyle(PageLayoutStyle pageLayoutStyle)
pageLayoutStyle - the styleboolean addPageStyle(PageStyle ps)
ps - the styleboolean addContentStyle(ObjectStyle objectStyle)
objectStyle - the styleboolean addStylesStyle(ObjectStyle objectStyle)
objectStyle - the styleCopyright © 2016–2021. All rights reserved.