Uses of Enum Class
com._1c.g5.v8.dt.moxel.content.Pattern
Packages that use Pattern
Package
Description
-
Uses of Pattern in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PatternModifier and TypeMethodDescriptionFormat.getPattern()
Returns the value of the 'Pattern' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type PatternModifier and TypeMethodDescriptionvoid
Format.setPattern
(Pattern value) Sets the value of the 'Pattern
' attribute. -
Uses of Pattern in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type PatternModifier and TypeFieldDescriptionPattern.VALUES
A public read-only list of all the 'Pattern' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return PatternModifier and TypeMethodDescriptionstatic Pattern
Pattern.get
(int value) Returns the 'Pattern' literal with the specified integer value.static Pattern
Returns the 'Pattern' literal with the specified literal value.static Pattern
Returns the 'Pattern' literal with the specified name.BaseDrawingWithBackgroundProperties.getPattern()
Returns the value of the 'Pattern' attribute.BaseFormattingCellProperties.getPattern()
Returns the value of the 'Pattern' attribute.static Pattern
Returns the enum constant of this class with the specified name.static Pattern[]
Pattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type PatternModifier and TypeMethodDescriptionvoid
BaseDrawingWithBackgroundProperties.setPattern
(Pattern value) Sets the value of the 'Pattern
' attribute.void
BaseFormattingCellProperties.setPattern
(Pattern value) Sets the value of the 'Pattern
' attribute. -
Uses of Pattern in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return PatternModifier and TypeMethodDescriptionContentFactoryImpl.createPatternFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BaseDrawingWithBackgroundPropertiesImpl.getPattern()
BaseFormattingCellPropertiesImpl.getPattern()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type PatternModifier and TypeMethodDescriptionvoid
BaseDrawingWithBackgroundPropertiesImpl.setPattern
(Pattern newPattern) void
BaseFormattingCellPropertiesImpl.setPattern
(Pattern newPattern) -
Uses of Pattern in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return PatternMethods in com._1c.g5.v8.dt.moxel.impl with parameters of type Pattern -
Uses of Pattern in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return PatternModifier and TypeMethodDescriptionSheetAccessor.getDrawingPattern
(ReadOnlyFormat drawingFormat) Получить шаблон заливки рисунка.ReadOnlyCellFullFormat.getPattern()
ReadOnlyFormat.getPattern()
-
Uses of Pattern in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return types with arguments of type PatternModifier and TypeMethodDescriptionprotected IMapper<Pattern,
ComboItemViewModel> MoxelPatternComponent.createMapper()