public class CellStyleModel extends StyleModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_STYLECONTAINER2CELLSTYLERELATION
Generated relation code constant for relation
StyleContainer2CellStyleRelation defining source attribute styleContainer in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFAULTPARAGRAPHSTYLE
Generated constant - Attribute key of
CellStyle.defaultParagraphStyle attribute defined at extension print. |
static String |
STYLECONTAINER
Generated constant - Attribute key of
CellStyle.styleContainer attribute defined at extension print. |
static String |
STYLECONTAINERPOS
Generated constant - Attribute key of
CellStyle.styleContainerPOS attribute defined at extension print. |
ID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CellStyleModel()
Generated constructor - Default constructor for generic creation.
|
CellStyleModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellStyleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ParagraphStyleModel |
getDefaultParagraphStyle()
Generated method - Getter of the
CellStyle.defaultParagraphStyle attribute defined at extension print. |
StyleContainerModel |
getStyleContainer()
Generated method - Getter of the
CellStyle.styleContainer attribute defined at extension print. |
void |
setDefaultParagraphStyle(ParagraphStyleModel value)
Generated method - Setter of
CellStyle.defaultParagraphStyle attribute defined at extension print. |
void |
setStyleContainer(StyleContainerModel value)
Generated method - Setter of
CellStyle.styleContainer attribute defined at extension print. |
getId, setIdgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _STYLECONTAINER2CELLSTYLERELATION
StyleContainer2CellStyleRelation defining source attribute styleContainer in extension print.public static final String DEFAULTPARAGRAPHSTYLE
CellStyle.defaultParagraphStyle attribute defined at extension print.public static final String STYLECONTAINERPOS
CellStyle.styleContainerPOS attribute defined at extension print.public static final String STYLECONTAINER
CellStyle.styleContainer attribute defined at extension print.public CellStyleModel()
public CellStyleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CellStyleModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="defaultParagraphStyle", type=GETTER) public ParagraphStyleModel getDefaultParagraphStyle()
CellStyle.defaultParagraphStyle attribute defined at extension print.@Accessor(qualifier="styleContainer", type=GETTER) public StyleContainerModel getStyleContainer()
CellStyle.styleContainer attribute defined at extension print.@Accessor(qualifier="defaultParagraphStyle", type=SETTER) public void setDefaultParagraphStyle(ParagraphStyleModel value)
CellStyle.defaultParagraphStyle attribute defined at extension print.value - the defaultParagraphStyle@Accessor(qualifier="styleContainer", type=SETTER) public void setStyleContainer(StyleContainerModel value)
CellStyle.styleContainer attribute defined at extension print.value - the styleContainerCopyright © 2017 SAP SE. All Rights Reserved.