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.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type PageOrientation Modifier and Type Field Description static List<PageOrientation>
PageOrientation. VALUES
A 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 PageOrientation
PageOrientation. get(int value)
Returns the 'Page Orientation' literal with the specified integer value.static PageOrientation
PageOrientation. get(String literal)
Returns the 'Page Orientation' literal with the specified literal value.static PageOrientation
PageOrientation. getByName(String name)
Returns the 'Page Orientation' literal with the specified name.PageOrientation
PrintSettings. getPageOrientation()
Returns the value of the 'Page Orientation' attribute.static PageOrientation
PageOrientation. 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 void
PrintSettings. setPageOrientation(PageOrientation value)
Sets the value of the 'Page Orientation
' attribute. -
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return PageOrientation Modifier and Type Method Description PageOrientation
MoxelFactoryImpl. createPageOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PageOrientation
PrintSettingsImpl. getPageOrientation()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PageOrientation Modifier and Type Method Description void
PrintSettingsImpl. setPageOrientation(PageOrientation newPageOrientation)
-
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PageOrientation Modifier and Type Method Description PageOrientation
PrintInfoProvider. getPageOrientation()
Get current page orientation -
Uses of PageOrientation in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return PageOrientation Modifier and Type Method Description static PageOrientation
MxlSerializerUtil. 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 int
MxlSerializerUtil. getMxlPageOrientation(PageOrientation orientation)
Get mxl page orientation
-