Uses of Interface
com._1c.g5.v8.dt.moxel.content.SpreadsheetProperties
-
Packages that use SpreadsheetProperties Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of SpreadsheetProperties in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return SpreadsheetProperties Modifier and Type Method Description SpreadsheetProperties
ContentFactory. createSpreadsheetProperties()
Returns a new object of class 'Spreadsheet Properties'. -
Uses of SpreadsheetProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement SpreadsheetProperties Modifier and Type Class Description class
SpreadsheetPropertiesImpl
An implementation of the model object 'Spreadsheet Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return SpreadsheetProperties Modifier and Type Method Description SpreadsheetProperties
ContentFactoryImpl. createSpreadsheetProperties()
-
Uses of SpreadsheetProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type SpreadsheetProperties Modifier and Type Method Description T
ContentSwitch. caseSpreadsheetProperties(SpreadsheetProperties object)
Returns the result of interpreting the object as an instance of 'Spreadsheet Properties'.
-