Uses of Interface
com._1c.g5.v8.dt.moxel.PrintSettings
-
Packages that use PrintSettings Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor.dialogs com._1c.g5.v8.dt.moxel.util -
-
Uses of PrintSettings in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PrintSettings Modifier and Type Method Description PrintSettingsMoxelFactory. createPrintSettings()Returns a new object of class 'Print Settings'.PrintSettingsSpreadsheetDocument. getPrintSettings()Returns the value of the 'Print Settings' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type PrintSettings Modifier and Type Method Description voidSpreadsheetDocument. setPrintSettings(PrintSettings value)Sets the value of the 'Print Settings' containment reference. -
Uses of PrintSettings in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement PrintSettings Modifier and Type Class Description classPrintSettingsImplAn implementation of the model object 'Print Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return PrintSettings Modifier and Type Method Description PrintSettingsMoxelFactoryImpl. createPrintSettings()PrintSettingsSpreadsheetDocumentImpl. getPrintSettings()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintSettings Modifier and Type Method Description voidSpreadsheetDocumentImpl. setPrintSettings(PrintSettings newPrintSettings) -
Uses of PrintSettings in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PrintSettings Modifier and Type Method Description PrintSettingsPageSetupDialog. getPrintSettings()Get print settingsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type PrintSettings Modifier and Type Method Description static voidPrintInfoProvider. fillMissingPrintSettings(PrintSettings printSettings)Fill missing print settings with defaultsvoidPrintInfoProvider. setPrintSettings(PrintSettings printSettings)Set print settingsConstructors in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type PrintSettings Constructor Description PageSetupDialog(org.eclipse.swt.widgets.Shell parentShell, PrintSettings printSettings, CompatibilityMode compatibilityMode)Create the dialog. -
Uses of PrintSettings in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type PrintSettings Modifier and Type Method Description TMoxelSwitch. casePrintSettings(PrintSettings object)Returns the result of interpreting the object as an instance of 'Print Settings'.
-