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.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type PagePlacementAlternation Modifier and Type Field Description static List<PagePlacementAlternation>PagePlacementAlternation. VALUESA 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 PagePlacementAlternationPagePlacementAlternation. get(int value)Returns the 'Page Placement Alternation' literal with the specified integer value.static PagePlacementAlternationPagePlacementAlternation. get(String literal)Returns the 'Page Placement Alternation' literal with the specified literal value.static PagePlacementAlternationPagePlacementAlternation. getByName(String name)Returns the 'Page Placement Alternation' literal with the specified name.PagePlacementAlternationPrintSettings. getPagePlacementAlternation()Returns the value of the 'Page Placement Alternation' attribute.static PagePlacementAlternationPagePlacementAlternation. 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 voidPrintSettings. setPagePlacementAlternation(PagePlacementAlternation value)Sets the value of the 'Page Placement Alternation' attribute.
- 
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return PagePlacementAlternation Modifier and Type Method Description PagePlacementAlternationMoxelFactoryImpl. createPagePlacementAlternationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PagePlacementAlternationPrintSettingsImpl. getPagePlacementAlternation()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PagePlacementAlternation Modifier and Type Method Description voidPrintSettingsImpl. setPagePlacementAlternation(PagePlacementAlternation newPagePlacementAlternation)
- 
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.ui.editor.dialogsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return PagePlacementAlternation Modifier and Type Method Description PagePlacementAlternationPrintInfoProvider. getPagePlacementAlternation()Get page placement alternation
- 
Uses of PagePlacementAlternation in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return PagePlacementAlternation Modifier and Type Method Description static PagePlacementAlternationMxlSerializerUtil. 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 intMxlSerializerUtil. getMxlPagePlacementAlternation(PagePlacementAlternation alt)Get mxl page placement
 
-