Uses of Class
com._1c.g5.v8.dt.moxel.content.CellLineStyle
-
Packages that use CellLineStyle Package Description com._1c.g5.v8.dt.dcs.ui.templates.util com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.util -
-
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 CellLineStyle Modifier and Type Method Description static CellLineStyle
StyleConverter. convert(SpreadsheetDocumentCellLineType lineStyle)
ConvertSpreadsheetDocumentCellLineType
toCellLineStyle
.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type CellLineStyle Modifier and Type Method Description static SpreadsheetDocumentCellLineType
StyleConverter. 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 CellLineStyle Modifier and Type Field Description static 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 CellLineStyle Modifier and Type Method Description static CellLineStyle
CellLineStyle. get(int value)
Returns the 'Cell Line Style' literal with the specified integer value.static CellLineStyle
CellLineStyle. get(String literal)
Returns the 'Cell Line Style' literal with the specified literal value.static CellLineStyle
CellLineStyle. getByName(String name)
Returns the 'Cell Line Style' literal with the specified name.CellLineStyle
CellLine. getStyle()
Returns the value of the 'Style' attribute.static CellLineStyle
CellLineStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellLineStyle[]
CellLineStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellLineStyle Modifier and Type Method Description void
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 CellLineStyle Modifier and Type Method Description CellLineStyle
ContentFactoryImpl. createCellLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CellLineStyle
CellLineImpl. getStyle()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellLineStyle Modifier and Type Method Description void
CellLineImpl. setStyle(CellLineStyle newStyle)
-
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return CellLineStyle Modifier and Type Method Description static CellLineStyle
MxlSerializerUtil. getCellLineStyle(int index)
Get cell line styleMethods in com._1c.g5.v8.dt.moxel.util with parameters of type CellLineStyle Modifier and Type Method Description static int
MxlSerializerUtil. getMxlCellLineStyle(CellLineStyle style)
Get mxl cell line style
-