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 PrintSettings
MoxelFactory. createPrintSettings()
Returns a new object of class 'Print Settings'.PrintSettings
SpreadsheetDocument. 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 void
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 PrintSettings Modifier and Type Class Description class
PrintSettingsImpl
An implementation of the model object 'Print Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return PrintSettings Modifier and Type Method Description PrintSettings
MoxelFactoryImpl. createPrintSettings()
PrintSettings
SpreadsheetDocumentImpl. getPrintSettings()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PrintSettings Modifier and Type Method Description void
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 PrintSettings Modifier and Type Method Description PrintSettings
PageSetupDialog. 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 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 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 T
MoxelSwitch. casePrintSettings(PrintSettings object)
Returns the result of interpreting the object as an instance of 'Print Settings'.
-