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.utilMethods in com._1c.g5.v8.dt.dcs.ui.templates.util that return CellLineStyle Modifier and Type Method Description static CellLineStyleStyleConverter. convert(SpreadsheetDocumentCellLineType lineStyle)ConvertSpreadsheetDocumentCellLineTypetoCellLineStyle.Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type CellLineStyle Modifier and Type Method Description static SpreadsheetDocumentCellLineTypeStyleConverter. convert(CellLineStyle lineStyle)ConvertCellLineStyletoSpreadsheetDocumentCellLineType.
- 
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.contentFields in com._1c.g5.v8.dt.moxel.content with type parameters of type CellLineStyle Modifier and Type Field Description static List<CellLineStyle>CellLineStyle. VALUESA 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 CellLineStyleCellLineStyle. get(int value)Returns the 'Cell Line Style' literal with the specified integer value.static CellLineStyleCellLineStyle. get(String literal)Returns the 'Cell Line Style' literal with the specified literal value.static CellLineStyleCellLineStyle. getByName(String name)Returns the 'Cell Line Style' literal with the specified name.CellLineStyleCellLine. getStyle()Returns the value of the 'Style' attribute.static CellLineStyleCellLineStyle. 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 voidCellLine. setStyle(CellLineStyle value)Sets the value of the 'Style' attribute.
- 
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.content.implMethods in com._1c.g5.v8.dt.moxel.content.impl that return CellLineStyle Modifier and Type Method Description CellLineStyleContentFactoryImpl. createCellLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CellLineStyleCellLineImpl. getStyle()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellLineStyle Modifier and Type Method Description voidCellLineImpl. setStyle(CellLineStyle newStyle)
- 
Uses of CellLineStyle in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return CellLineStyle Modifier and Type Method Description static CellLineStyleMxlSerializerUtil. 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 intMxlSerializerUtil. getMxlCellLineStyle(CellLineStyle style)Get mxl cell line style
 
-