| Package | Description |
|---|---|
| de.hybris.platform.print.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<ParagraphStyle> |
GeneratedStyleContainer.PARAGRAPHSTYLESHANDLER
OneToManyHandler for handling 1:n PARAGRAPHSTYLES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
ParagraphStyle |
GeneratedPrintManager.createParagraphStyle(Map attributeValues) |
ParagraphStyle |
GeneratedPrintManager.createParagraphStyle(SessionContext ctx,
Map attributeValues) |
ParagraphStyle |
GeneratedCellStyle.getDefaultParagraphStyle()
Generated method - Getter of the
CellStyle.defaultParagraphStyle attribute. |
ParagraphStyle |
GeneratedCellStyle.getDefaultParagraphStyle(SessionContext ctx)
Generated method - Getter of the
CellStyle.defaultParagraphStyle attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<ParagraphStyle> |
GeneratedStyleContainer.getParagraphStyles()
Generated method - Getter of the
StyleContainer.paragraphStyles attribute. |
List<ParagraphStyle> |
GeneratedStyleContainer.getParagraphStyles(SessionContext ctx)
Generated method - Getter of the
StyleContainer.paragraphStyles attribute. |
List<ParagraphStyle> |
StyleContainer.getParagraphStyles(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStyleContainer.addToParagraphStyles(ParagraphStyle value)
Generated method - Adds
value to paragraphStyles. |
void |
GeneratedStyleContainer.addToParagraphStyles(SessionContext ctx,
ParagraphStyle value)
Generated method - Adds
value to paragraphStyles. |
void |
GeneratedStyleContainer.removeFromParagraphStyles(ParagraphStyle value)
Generated method - Removes
value from paragraphStyles. |
void |
GeneratedStyleContainer.removeFromParagraphStyles(SessionContext ctx,
ParagraphStyle value)
Generated method - Removes
value from paragraphStyles. |
void |
GeneratedCellStyle.setDefaultParagraphStyle(ParagraphStyle value)
Generated method - Setter of the
CellStyle.defaultParagraphStyle attribute. |
void |
GeneratedCellStyle.setDefaultParagraphStyle(SessionContext ctx,
ParagraphStyle value)
Generated method - Setter of the
CellStyle.defaultParagraphStyle attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedStyleContainer.setParagraphStyles(List<ParagraphStyle> value)
Generated method - Setter of the
StyleContainer.paragraphStyles attribute. |
void |
GeneratedStyleContainer.setParagraphStyles(SessionContext ctx,
List<ParagraphStyle> value)
Generated method - Setter of the
StyleContainer.paragraphStyles attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.