Uses of Interface
com._1c.g5.v8.dt.style.model.StyleItem
- 
Packages that use StyleItem Package Description com._1c.g5.v8.dt.style.model com._1c.g5.v8.dt.style.model.impl com._1c.g5.v8.dt.style.model.util 
- 
- 
Uses of StyleItem in com._1c.g5.v8.dt.style.modelSubinterfaces of StyleItem in com._1c.g5.v8.dt.style.model Modifier and Type Interface Description interfaceBorderStyleItemA representation of the model object 'Border Style Item'.interfaceColorStyleItemA representation of the model object 'Color Style Item'.interfaceFontStyleItemA representation of the model object 'Font Style Item'.Methods in com._1c.g5.v8.dt.style.model that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>Style. getItems()Returns the value of the 'Items' containment reference list.
- 
Uses of StyleItem in com._1c.g5.v8.dt.style.model.implClasses in com._1c.g5.v8.dt.style.model.impl that implement StyleItem Modifier and Type Class Description classBorderStyleItemImplAn implementation of the model object 'Border Style Item'.classColorStyleItemImplAn implementation of the model object 'Color Style Item'.classFontStyleItemImplAn implementation of the model object 'Font Style Item'.classStyleItemImplAn implementation of the model object 'Item'.Methods in com._1c.g5.v8.dt.style.model.impl that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>StyleImpl. getItems()
- 
Uses of StyleItem in com._1c.g5.v8.dt.style.model.utilMethods in com._1c.g5.v8.dt.style.model.util with parameters of type StyleItem Modifier and Type Method Description TStyleSwitch. caseStyleItem(StyleItem object)Returns the result of interpreting the object as an instance of 'Item'.
 
-