| Package | Description |
|---|---|
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| de.hybris.platform.print.resource |
| Modifier and Type | Method and Description |
|---|---|
ParagraphStyleModel |
CellStyleModel.getDefaultParagraphStyle()
Generated method - Getter of the
CellStyle.defaultParagraphStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
List<ParagraphStyleModel> |
StyleContainerModel.getParagraphStyles()
Generated method - Getter of the
StyleContainer.paragraphStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CellStyleModel.setDefaultParagraphStyle(ParagraphStyleModel value)
Generated method - Setter of
CellStyle.defaultParagraphStyle attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContainerModel.setParagraphStyles(List<ParagraphStyleModel> value)
Generated method - Setter of
StyleContainer.paragraphStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
ParagraphStyleModel |
ParagraphStyleResource.getParagraphStyleModel()
Convenience method which just delegates to
#getResourceValue() |
protected ParagraphStyleModel |
ParagraphStyleResource.readResource(String resourceId)
Gets the
ParagraphStyleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParagraphStyleModel> |
ParagraphStylesResource.getParagraphStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParagraphStyleResource.setParagraphStyleModel(ParagraphStyleModel value)
Convenience method which just delegates to
#setResourceValue(ParagraphStyleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParagraphStylesResource.setParagraphStylesCollection(Collection<ParagraphStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.