Uses of Interface
com._1c.g5.v8.dt.moxel.ViewSettings
- 
Packages that use ViewSettings Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of ViewSettings in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return ViewSettings Modifier and Type Method Description ViewSettingsMoxelFactory. createViewSettings()Returns a new object of class 'View Settings'.ViewSettingsSpreadsheetDocument. getViewSettings()Returns the value of the 'View Settings' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type ViewSettings Modifier and Type Method Description voidSpreadsheetDocument. setViewSettings(ViewSettings value)Sets the value of the 'View Settings' containment reference.
- 
Uses of ViewSettings in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement ViewSettings Modifier and Type Class Description classViewSettingsImplAn implementation of the model object 'View Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return ViewSettings Modifier and Type Method Description ViewSettingsMoxelFactoryImpl. createViewSettings()ViewSettingsSpreadsheetDocumentImpl. getViewSettings()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ViewSettings Modifier and Type Method Description voidSpreadsheetDocumentImpl. setViewSettings(ViewSettings newViewSettings)
- 
Uses of ViewSettings in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type ViewSettings Modifier and Type Method Description TMoxelSwitch. caseViewSettings(ViewSettings object)Returns the result of interpreting the object as an instance of 'View Settings'.static booleanMoxelUtil. isEmptyViewSettings(ViewSettings viewSettings)Check if view settings are empty
 
-