Uses of Interface
com._1c.g5.v8.dt.moxel.PrintSettings
Packages that use PrintSettings
Package
Description
-
Uses of PrintSettings in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PrintSettingsModifier and TypeMethodDescriptionMoxelFactory.createPrintSettings()
Returns a new object of class 'Print Settings'.SpreadsheetDocument.getPrintSettings()
Returns the value of the 'Print Settings' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type PrintSettingsModifier and TypeMethodDescriptionvoid
SpreadsheetDocument.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 PrintSettingsModifier and TypeClassDescriptionclass
An implementation of the model object 'Print Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return PrintSettingsModifier and TypeMethodDescriptionMoxelFactoryImpl.createPrintSettings()
SpreadsheetDocumentImpl.getPrintSettings()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintSettingsModifier and TypeMethodDescriptionvoid
SpreadsheetDocumentImpl.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 PrintSettingsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type PrintSettingsModifier and TypeMethodDescriptionstatic void
PrintInfoProvider.fillMissingPrintSettings
(PrintSettings printSettings) Fill missing print settings with defaultsvoid
PrintInfoProvider.setPrintSettings
(PrintSettings printSettings) Set print settingsConstructors in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type PrintSettingsModifierConstructorDescriptionPageSetupDialog
(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 PrintSettingsModifier and TypeMethodDescriptionMoxelSwitch.casePrintSettings
(PrintSettings object) Returns the result of interpreting the object as an instance of 'Print Settings'.