Package com._1c.g5.v8.dt.form.model
Interface SpreadSheetDocFieldExtInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,FieldExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SpreadSheetDocFieldExtInfoImpl
A representation of the model object 'Spread Sheet Doc Field Ext Info'.
The following features are supported:
Width
Auto Max Width
Max Width
Min Width
Height
Auto Max Height
Max Height
Horizontal Stretch
Vertical Stretch
Show Grid
Show Headers
Show Cell Names
Show Row And Column Names
Pointer Type
Vertical Scroll Bar
Horizontal Scroll Bar
Black And White View
Protection
Selection Show Mode
Drawing Selection Show Mode
Output
Edit
Show Groups
Enable Start Drag
Enable Drag
Border Color
View Scaling Mode
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Border Color' containment reference.Returns the value of the 'Drawing Selection Show Mode' attribute.int
Returns the value of the 'Height' attribute.Returns the value of the 'Horizontal Scroll Bar' attribute.int
Returns the value of the 'Max Height' attribute.int
Returns the value of the 'Max Width' attribute.int
Returns the value of the 'Min Width' attribute.Returns the value of the 'Output' attribute.Returns the value of the 'Pointer Type' attribute.Returns the value of the 'Selection Show Mode' attribute.Returns the value of the 'Vertical Scroll Bar' attribute.Returns the value of the 'View Scaling Mode' attribute.int
getWidth()
Returns the value of the 'Width' attribute.boolean
Returns the value of the 'Auto Max Height' attribute.boolean
Returns the value of the 'Auto Max Width' attribute.boolean
Returns the value of the 'Black And White View' attribute.boolean
isEdit()
Returns the value of the 'Edit' attribute.boolean
Returns the value of the 'Enable Drag' attribute.boolean
Returns the value of the 'Enable Start Drag' attribute.boolean
Returns the value of the 'Horizontal Stretch' attribute.boolean
Returns the value of the 'Protection' attribute.boolean
Returns the value of the 'Show Cell Names' attribute.boolean
Returns the value of the 'Show Grid' attribute.boolean
Returns the value of the 'Show Groups' attribute.boolean
Returns the value of the 'Show Headers' attribute.boolean
Returns the value of the 'Show Row And Column Names' attribute.boolean
Returns the value of the 'Vertical Stretch' attribute.void
setAutoMaxHeight
(boolean value) Sets the value of the 'Auto Max Height
' attribute.void
setAutoMaxWidth
(boolean value) Sets the value of the 'Auto Max Width
' attribute.void
setBlackAndWhiteView
(boolean value) Sets the value of the 'Black And White View
' attribute.void
setBorderColor
(Color value) Sets the value of the 'Border Color
' containment reference.void
Sets the value of the 'Drawing Selection Show Mode
' attribute.void
setEdit
(boolean value) Sets the value of the 'Edit
' attribute.void
setEnableDrag
(boolean value) Sets the value of the 'Enable Drag
' attribute.void
setEnableStartDrag
(boolean value) Sets the value of the 'Enable Start Drag
' attribute.void
setHeight
(int value) Sets the value of the 'Height
' attribute.void
Sets the value of the 'Horizontal Scroll Bar
' attribute.void
setHorizontalStretch
(boolean value) Sets the value of the 'Horizontal Stretch
' attribute.void
setMaxHeight
(int value) Sets the value of the 'Max Height
' attribute.void
setMaxWidth
(int value) Sets the value of the 'Max Width
' attribute.void
setMinWidth
(int value) Sets the value of the 'Min Width
' attribute.void
Sets the value of the 'Output
' attribute.void
Sets the value of the 'Pointer Type
' attribute.void
setProtection
(boolean value) Sets the value of the 'Protection
' attribute.void
Sets the value of the 'Selection Show Mode
' attribute.void
setShowCellNames
(boolean value) Sets the value of the 'Show Cell Names
' attribute.void
setShowGrid
(boolean value) Sets the value of the 'Show Grid
' attribute.void
setShowGroups
(boolean value) Sets the value of the 'Show Groups
' attribute.void
setShowHeaders
(boolean value) Sets the value of the 'Show Headers
' attribute.void
setShowRowAndColumnNames
(boolean value) Sets the value of the 'Show Row And Column Names
' attribute.void
Sets the value of the 'Vertical Scroll Bar
' attribute.void
setVerticalStretch
(boolean value) Sets the value of the 'Vertical Stretch
' attribute.void
Sets the value of the 'View Scaling Mode
' attribute.void
setWidth
(int value) Sets the value of the 'Width
' attribute.boolean
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.form.model.EventHandlerContainer
getHandlers
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWidth
int getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(int value) Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
-
isAutoMaxWidth
boolean isAutoMaxWidth()Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
-
setAutoMaxWidth
void setAutoMaxWidth(boolean value) Sets the value of the 'Auto Max Width
' attribute.- Parameters:
value
- the new value of the 'Auto Max Width' attribute.- See Also:
-
getMaxWidth
int getMaxWidth()Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
-
setMaxWidth
void setMaxWidth(int value) Sets the value of the 'Max Width
' attribute.- Parameters:
value
- the new value of the 'Max Width' attribute.- See Also:
-
getMinWidth
int getMinWidth()Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
-
setMinWidth
void setMinWidth(int value) Sets the value of the 'Min Width
' attribute.- Parameters:
value
- the new value of the 'Min Width' attribute.- See Also:
-
getHeight
int getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(int value) Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
-
isAutoMaxHeight
boolean isAutoMaxHeight()Returns the value of the 'Auto Max Height' attribute.- Returns:
- the value of the 'Auto Max Height' attribute.
- See Also:
-
setAutoMaxHeight
void setAutoMaxHeight(boolean value) Sets the value of the 'Auto Max Height
' attribute.- Parameters:
value
- the new value of the 'Auto Max Height' attribute.- See Also:
-
getMaxHeight
int getMaxHeight()Returns the value of the 'Max Height' attribute.- Returns:
- the value of the 'Max Height' attribute.
- See Also:
-
setMaxHeight
void setMaxHeight(int value) Sets the value of the 'Max Height
' attribute.- Parameters:
value
- the new value of the 'Max Height' attribute.- See Also:
-
isHorizontalStretch
boolean isHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
-
setHorizontalStretch
void setHorizontalStretch(boolean value) Sets the value of the 'Horizontal Stretch
' attribute.- Parameters:
value
- the new value of the 'Horizontal Stretch' attribute.- See Also:
-
isVerticalStretch
boolean isVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
-
setVerticalStretch
void setVerticalStretch(boolean value) Sets the value of the 'Vertical Stretch
' attribute.- Parameters:
value
- the new value of the 'Vertical Stretch' attribute.- See Also:
-
isShowGrid
boolean isShowGrid()Returns the value of the 'Show Grid' attribute.- Returns:
- the value of the 'Show Grid' attribute.
- See Also:
-
setShowGrid
void setShowGrid(boolean value) Sets the value of the 'Show Grid
' attribute.- Parameters:
value
- the new value of the 'Show Grid' attribute.- See Also:
-
isShowHeaders
boolean isShowHeaders()Returns the value of the 'Show Headers' attribute.- Returns:
- the value of the 'Show Headers' attribute.
- See Also:
-
setShowHeaders
void setShowHeaders(boolean value) Sets the value of the 'Show Headers
' attribute.- Parameters:
value
- the new value of the 'Show Headers' attribute.- See Also:
-
isShowCellNames
boolean isShowCellNames()Returns the value of the 'Show Cell Names' attribute.- Returns:
- the value of the 'Show Cell Names' attribute.
- See Also:
-
setShowCellNames
void setShowCellNames(boolean value) Sets the value of the 'Show Cell Names
' attribute.- Parameters:
value
- the new value of the 'Show Cell Names' attribute.- See Also:
-
isShowRowAndColumnNames
boolean isShowRowAndColumnNames()Returns the value of the 'Show Row And Column Names' attribute.- Returns:
- the value of the 'Show Row And Column Names' attribute.
- See Also:
-
setShowRowAndColumnNames
void setShowRowAndColumnNames(boolean value) Sets the value of the 'Show Row And Column Names
' attribute.- Parameters:
value
- the new value of the 'Show Row And Column Names' attribute.- See Also:
-
getPointerType
SpreadsheetDocumentPointerType getPointerType()Returns the value of the 'Pointer Type' attribute. The literals are from the enumerationSpreadsheetDocumentPointerType
.- Returns:
- the value of the 'Pointer Type' attribute.
- See Also:
-
setPointerType
Sets the value of the 'Pointer Type
' attribute.- Parameters:
value
- the new value of the 'Pointer Type' attribute.- See Also:
-
getVerticalScrollBar
SpreadSheetDocumentScrollBarUse getVerticalScrollBar()Returns the value of the 'Vertical Scroll Bar' attribute. The literals are from the enumerationSpreadSheetDocumentScrollBarUse
.- Returns:
- the value of the 'Vertical Scroll Bar' attribute.
- See Also:
-
setVerticalScrollBar
Sets the value of the 'Vertical Scroll Bar
' attribute.- Parameters:
value
- the new value of the 'Vertical Scroll Bar' attribute.- See Also:
-
getHorizontalScrollBar
SpreadSheetDocumentScrollBarUse getHorizontalScrollBar()Returns the value of the 'Horizontal Scroll Bar' attribute. The literals are from the enumerationSpreadSheetDocumentScrollBarUse
.- Returns:
- the value of the 'Horizontal Scroll Bar' attribute.
- See Also:
-
setHorizontalScrollBar
Sets the value of the 'Horizontal Scroll Bar
' attribute.- Parameters:
value
- the new value of the 'Horizontal Scroll Bar' attribute.- See Also:
-
isBlackAndWhiteView
boolean isBlackAndWhiteView()Returns the value of the 'Black And White View' attribute.- Returns:
- the value of the 'Black And White View' attribute.
- See Also:
-
setBlackAndWhiteView
void setBlackAndWhiteView(boolean value) Sets the value of the 'Black And White View
' attribute.- Parameters:
value
- the new value of the 'Black And White View' attribute.- See Also:
-
isProtection
boolean isProtection()Returns the value of the 'Protection' attribute.- Returns:
- the value of the 'Protection' attribute.
- See Also:
-
setProtection
void setProtection(boolean value) Sets the value of the 'Protection
' attribute.- Parameters:
value
- the new value of the 'Protection' attribute.- See Also:
-
getSelectionShowMode
SelectionShowMode getSelectionShowMode()Returns the value of the 'Selection Show Mode' attribute. The literals are from the enumerationSelectionShowMode
.- Returns:
- the value of the 'Selection Show Mode' attribute.
- See Also:
-
setSelectionShowMode
Sets the value of the 'Selection Show Mode
' attribute.- Parameters:
value
- the new value of the 'Selection Show Mode' attribute.- See Also:
-
getDrawingSelectionShowMode
DrawingSelectionShowMode getDrawingSelectionShowMode()Returns the value of the 'Drawing Selection Show Mode' attribute. The literals are from the enumerationDrawingSelectionShowMode
.- Returns:
- the value of the 'Drawing Selection Show Mode' attribute.
- See Also:
-
setDrawingSelectionShowMode
Sets the value of the 'Drawing Selection Show Mode
' attribute.- Parameters:
value
- the new value of the 'Drawing Selection Show Mode' attribute.- See Also:
-
getOutput
UseOutput getOutput()Returns the value of the 'Output' attribute. The literals are from the enumerationUseOutput
.- Returns:
- the value of the 'Output' attribute.
- See Also:
-
setOutput
Sets the value of the 'Output
' attribute.- Parameters:
value
- the new value of the 'Output' attribute.- See Also:
-
isEdit
boolean isEdit()Returns the value of the 'Edit' attribute.- Returns:
- the value of the 'Edit' attribute.
- See Also:
-
setEdit
void setEdit(boolean value) Sets the value of the 'Edit
' attribute.- Parameters:
value
- the new value of the 'Edit' attribute.- See Also:
-
isShowGroups
boolean isShowGroups()Returns the value of the 'Show Groups' attribute.- Returns:
- the value of the 'Show Groups' attribute.
- See Also:
-
setShowGroups
void setShowGroups(boolean value) Sets the value of the 'Show Groups
' attribute.- Parameters:
value
- the new value of the 'Show Groups' attribute.- See Also:
-
isEnableStartDrag
boolean isEnableStartDrag()Returns the value of the 'Enable Start Drag' attribute.- Returns:
- the value of the 'Enable Start Drag' attribute.
- See Also:
-
setEnableStartDrag
void setEnableStartDrag(boolean value) Sets the value of the 'Enable Start Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Start Drag' attribute.- See Also:
-
isEnableDrag
boolean isEnableDrag()Returns the value of the 'Enable Drag' attribute.- Returns:
- the value of the 'Enable Drag' attribute.
- See Also:
-
setEnableDrag
void setEnableDrag(boolean value) Sets the value of the 'Enable Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Drag' attribute.- See Also:
-
getBorderColor
Color getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
-
getViewScalingMode
ViewScalingMode getViewScalingMode()Returns the value of the 'View Scaling Mode' attribute. The literals are from the enumerationViewScalingMode
.- Returns:
- the value of the 'View Scaling Mode' attribute.
- See Also:
-
setViewScalingMode
Sets the value of the 'View Scaling Mode
' attribute.- Parameters:
value
- the new value of the 'View Scaling Mode' attribute.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-