Uses of Enum Class
com._1c.g5.v8.dt.moxel.content.CellLineStyle
Packages that use CellLineStyle
Package
Description
-
Uses of CellLineStyle in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util that return CellLineStyleModifier and TypeMethodDescriptionstatic CellLineStyle
StyleConverter.convert
(SpreadsheetDocumentCellLineType lineStyle) ConvertSpreadsheetDocumentCellLineType
toCellLineStyle
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type CellLineStyleModifier and TypeMethodDescriptionStyleConverter.convert
(CellLineStyle lineStyle) ConvertCellLineStyle
toSpreadsheetDocumentCellLineType
. -
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type CellLineStyleModifier and TypeFieldDescriptionstatic final List<CellLineStyle>
CellLineStyle.VALUES
A public read-only list of all the 'Cell Line Style' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return CellLineStyleModifier and TypeMethodDescriptionstatic CellLineStyle
CellLineStyle.get
(int value) Returns the 'Cell Line Style' literal with the specified integer value.static CellLineStyle
Returns the 'Cell Line Style' literal with the specified literal value.static CellLineStyle
Returns the 'Cell Line Style' literal with the specified name.CellLine.getStyle()
Returns the value of the 'Style' attribute.static CellLineStyle
Returns the enum constant of this class with the specified name.static CellLineStyle[]
CellLineStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellLineStyleModifier and TypeMethodDescriptionvoid
CellLine.setStyle
(CellLineStyle value) Sets the value of the 'Style
' attribute. -
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellLineStyleModifier and TypeMethodDescriptionContentFactoryImpl.createCellLineStyleFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CellLineImpl.getStyle()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellLineStyle