Uses of Class
com._1c.g5.v8.dt.moxel.PageOrientation
- 
Packages that use PageOrientation 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 PageOrientation in com._1c.g5.v8.dt.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type PageOrientation Modifier and Type Field Description static List<PageOrientation>PageOrientation. VALUESA public read-only list of all the 'Page Orientation' enumerators.Methods in com._1c.g5.v8.dt.moxel that return PageOrientation Modifier and Type Method Description static PageOrientationPageOrientation. get(int value)Returns the 'Page Orientation' literal with the specified integer value.static PageOrientationPageOrientation. get(String literal)Returns the 'Page Orientation' literal with the specified literal value.static PageOrientationPageOrientation. getByName(String name)Returns the 'Page Orientation' literal with the specified name.PageOrientationPrintSettings. getPageOrientation()Returns the value of the 'Page Orientation' attribute.static PageOrientationPageOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static PageOrientation[]PageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type PageOrientation Modifier and Type Method Description voidPrintSettings. setPageOrientation(PageOrientation value)Sets the value of the 'Page Orientation' attribute.
- 
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return PageOrientation Modifier and Type Method Description PageOrientationMoxelFactoryImpl. createPageOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PageOrientationPrintSettingsImpl. getPageOrientation()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PageOrientation Modifier and Type Method Description voidPrintSettingsImpl. setPageOrientation(PageOrientation newPageOrientation)
- 
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.ui.editor.dialogsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PageOrientation Modifier and Type Method Description PageOrientationPrintInfoProvider. getPageOrientation()Get current page orientation
- 
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return PageOrientation Modifier and Type Method Description static PageOrientationMxlSerializerUtil. getPageOrientation(int val)Get page orientationMethods in com._1c.g5.v8.dt.moxel.util with parameters of type PageOrientation Modifier and Type Method Description static intMxlSerializerUtil. getMxlPageOrientation(PageOrientation orientation)Get mxl page orientation
 
-