Uses of Interface
com._1c.g5.v8.dt.moxel.LanguageSettings
- 
Packages that use LanguageSettings Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of LanguageSettings in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return LanguageSettings Modifier and Type Method Description LanguageSettingsMoxelFactory. createLanguageSettings()Returns a new object of class 'Language Settings'.LanguageSettingsSpreadsheetDocument. getLanguageSettings()Returns the value of the 'Language Settings' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type LanguageSettings Modifier and Type Method Description voidSpreadsheetDocument. setLanguageSettings(LanguageSettings value)Sets the value of the 'Language Settings' containment reference.
- 
Uses of LanguageSettings in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement LanguageSettings Modifier and Type Class Description classLanguageSettingsImplAn implementation of the model object 'Language Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return LanguageSettings Modifier and Type Method Description LanguageSettingsMoxelFactoryImpl. createLanguageSettings()LanguageSettingsSpreadsheetDocumentImpl. getLanguageSettings()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type LanguageSettings Modifier and Type Method Description voidSpreadsheetDocumentImpl. setLanguageSettings(LanguageSettings newLanguageSettings)
- 
Uses of LanguageSettings in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return LanguageSettings Modifier and Type Method Description static LanguageSettingsMoxelUtil. createLanguageSettings(IV8Project project)Creates language settings for respective project.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type LanguageSettings Modifier and Type Method Description TMoxelSwitch. caseLanguageSettings(LanguageSettings object)Returns the result of interpreting the object as an instance of 'Language Settings'.
 
-