| Package | Description |
|---|---|
| de.hybris.platform.print.jalo |
| Modifier and Type | Method and Description |
|---|---|
StyleContainer |
GeneratedPrintManager.createStyleContainer(Map attributeValues) |
StyleContainer |
GeneratedPrintManager.createStyleContainer(SessionContext ctx,
Map attributeValues) |
StyleContainer |
PrintManager.getOrCreateGlobalStyleContainer()
Returns
null or the existing global (singleton) StyleContainer |
StyleContainer |
GeneratedCharacterStyle.getStyleContainer()
Generated method - Getter of the
CharacterStyle.styleContainer attribute. |
StyleContainer |
GeneratedCellStyle.getStyleContainer()
Generated method - Getter of the
CellStyle.styleContainer attribute. |
StyleContainer |
GeneratedTableStyle.getStyleContainer()
Generated method - Getter of the
TableStyle.styleContainer attribute. |
StyleContainer |
GeneratedParagraphStyle.getStyleContainer()
Generated method - Getter of the
ParagraphStyle.styleContainer attribute. |
StyleContainer |
GeneratedChapterParagraphStyle.getStyleContainer()
Generated method - Getter of the
ChapterParagraphStyle.styleContainer attribute. |
StyleContainer |
GeneratedCharacterStyle.getStyleContainer(SessionContext ctx)
Generated method - Getter of the
CharacterStyle.styleContainer attribute. |
StyleContainer |
GeneratedCellStyle.getStyleContainer(SessionContext ctx)
Generated method - Getter of the
CellStyle.styleContainer attribute. |
StyleContainer |
GeneratedTableStyle.getStyleContainer(SessionContext ctx)
Generated method - Getter of the
TableStyle.styleContainer attribute. |
StyleContainer |
GeneratedParagraphStyle.getStyleContainer(SessionContext ctx)
Generated method - Getter of the
ParagraphStyle.styleContainer attribute. |
StyleContainer |
GeneratedChapterParagraphStyle.getStyleContainer(SessionContext ctx)
Generated method - Getter of the
ChapterParagraphStyle.styleContainer attribute. |
StyleContainer |
PrintManager.getStyleContainerByCode(String code)
Returns
null or the first StyleContainer that is registered for the given code. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCharacterStyle.setStyleContainer(SessionContext ctx,
StyleContainer value)
Generated method - Setter of the
CharacterStyle.styleContainer attribute. |
void |
GeneratedCellStyle.setStyleContainer(SessionContext ctx,
StyleContainer value)
Generated method - Setter of the
CellStyle.styleContainer attribute. |
void |
GeneratedTableStyle.setStyleContainer(SessionContext ctx,
StyleContainer value)
Generated method - Setter of the
TableStyle.styleContainer attribute. |
void |
GeneratedParagraphStyle.setStyleContainer(SessionContext ctx,
StyleContainer value)
Generated method - Setter of the
ParagraphStyle.styleContainer attribute. |
void |
GeneratedChapterParagraphStyle.setStyleContainer(SessionContext ctx,
StyleContainer value)
Generated method - Setter of the
ChapterParagraphStyle.styleContainer attribute. |
void |
GeneratedCharacterStyle.setStyleContainer(StyleContainer value)
Generated method - Setter of the
CharacterStyle.styleContainer attribute. |
void |
GeneratedCellStyle.setStyleContainer(StyleContainer value)
Generated method - Setter of the
CellStyle.styleContainer attribute. |
void |
GeneratedTableStyle.setStyleContainer(StyleContainer value)
Generated method - Setter of the
TableStyle.styleContainer attribute. |
void |
GeneratedParagraphStyle.setStyleContainer(StyleContainer value)
Generated method - Setter of the
ParagraphStyle.styleContainer attribute. |
void |
GeneratedChapterParagraphStyle.setStyleContainer(StyleContainer value)
Generated method - Setter of the
ChapterParagraphStyle.styleContainer attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.