Uses of Class
com._1c.g5.v8.dt.moxel.PagePlacementAlternation
-
Packages that use PagePlacementAlternation 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 PagePlacementAlternation in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type PagePlacementAlternation Modifier and Type Field Description static List<PagePlacementAlternation>
PagePlacementAlternation. VALUES
A public read-only list of all the 'Page Placement Alternation' enumerators.Methods in com._1c.g5.v8.dt.moxel that return PagePlacementAlternation Modifier and Type Method Description static PagePlacementAlternation
PagePlacementAlternation. get(int value)
Returns the 'Page Placement Alternation' literal with the specified integer value.static PagePlacementAlternation
PagePlacementAlternation. get(String literal)
Returns the 'Page Placement Alternation' literal with the specified literal value.static PagePlacementAlternation
PagePlacementAlternation. getByName(String name)
Returns the 'Page Placement Alternation' literal with the specified name.PagePlacementAlternation
PrintSettings. getPagePlacementAlternation()
Returns the value of the 'Page Placement Alternation' attribute.static PagePlacementAlternation
PagePlacementAlternation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PagePlacementAlternation[]
PagePlacementAlternation. 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 PagePlacementAlternation Modifier and Type Method Description void
PrintSettings. setPagePlacementAlternation(PagePlacementAlternation value)
Sets the value of the 'Page Placement Alternation
' attribute. -
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return PagePlacementAlternation Modifier and Type Method Description PagePlacementAlternation
MoxelFactoryImpl. createPagePlacementAlternationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PagePlacementAlternation
PrintSettingsImpl. getPagePlacementAlternation()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PagePlacementAlternation Modifier and Type Method Description void
PrintSettingsImpl. setPagePlacementAlternation(PagePlacementAlternation newPagePlacementAlternation)
-
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PagePlacementAlternation Modifier and Type Method Description PagePlacementAlternation
PrintInfoProvider. getPagePlacementAlternation()
Get page placement alternation -
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return PagePlacementAlternation Modifier and Type Method Description static PagePlacementAlternation
MxlSerializerUtil. getPagePlacementAlternation(int val)
Get page placementMethods in com._1c.g5.v8.dt.moxel.util with parameters of type PagePlacementAlternation Modifier and Type Method Description static int
MxlSerializerUtil. getMxlPagePlacementAlternation(PagePlacementAlternation alt)
Get mxl page placement
-