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.moxel
Methods in com._1c.g5.v8.dt.moxel that return LanguageSettings Modifier and Type Method Description LanguageSettings
MoxelFactory. createLanguageSettings()
Returns a new object of class 'Language Settings'.LanguageSettings
SpreadsheetDocument. 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 void
SpreadsheetDocument. setLanguageSettings(LanguageSettings value)
Sets the value of the 'Language Settings
' containment reference. -
Uses of LanguageSettings in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement LanguageSettings Modifier and Type Class Description class
LanguageSettingsImpl
An implementation of the model object 'Language Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return LanguageSettings Modifier and Type Method Description LanguageSettings
MoxelFactoryImpl. createLanguageSettings()
LanguageSettings
SpreadsheetDocumentImpl. getLanguageSettings()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type LanguageSettings Modifier and Type Method Description void
SpreadsheetDocumentImpl. setLanguageSettings(LanguageSettings newLanguageSettings)
-
Uses of LanguageSettings in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return LanguageSettings Modifier and Type Method Description static LanguageSettings
MoxelUtil. 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 T
MoxelSwitch. caseLanguageSettings(LanguageSettings object)
Returns the result of interpreting the object as an instance of 'Language Settings'.
-