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
public interface SpreadSheetDocFieldExtInfo extends FieldExtInfo
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.DrawingSelectionShowMode
getDrawingSelectionShowMode()
Returns the value of the 'Drawing Selection Show Mode' attribute.int
getHeight()
Returns the value of the 'Height' attribute.SpreadSheetDocumentScrollBarUse
getHorizontalScrollBar()
Returns the value of the 'Horizontal Scroll Bar' attribute.int
getMaxHeight()
Returns the value of the 'Max Height' attribute.int
getMaxWidth()
Returns the value of the 'Max Width' attribute.int
getMinWidth()
Returns the value of the 'Min Width' attribute.UseOutput
getOutput()
Returns the value of the 'Output' attribute.SpreadsheetDocumentPointerType
getPointerType()
Returns the value of the 'Pointer Type' attribute.SelectionShowMode
getSelectionShowMode()
Returns the value of the 'Selection Show Mode' attribute.SpreadSheetDocumentScrollBarUse
getVerticalScrollBar()
Returns the value of the 'Vertical Scroll Bar' attribute.ViewScalingMode
getViewScalingMode()
Returns the value of the 'View Scaling Mode' attribute.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.boolean
isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.boolean
isBlackAndWhiteView()
Returns the value of the 'Black And White View' attribute.boolean
isEdit()
Returns the value of the 'Edit' attribute.boolean
isEnableDrag()
Returns the value of the 'Enable Drag' attribute.boolean
isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.boolean
isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.boolean
isProtection()
Returns the value of the 'Protection' attribute.boolean
isShowCellNames()
Returns the value of the 'Show Cell Names' attribute.boolean
isShowGrid()
Returns the value of the 'Show Grid' attribute.boolean
isShowGroups()
Returns the value of the 'Show Groups' attribute.boolean
isShowHeaders()
Returns the value of the 'Show Headers' attribute.boolean
isShowRowAndColumnNames()
Returns the value of the 'Show Row And Column Names' attribute.boolean
isVerticalStretch()
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
setDrawingSelectionShowMode(DrawingSelectionShowMode value)
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
setHorizontalScrollBar(SpreadSheetDocumentScrollBarUse value)
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
setOutput(UseOutput value)
Sets the value of the 'Output
' attribute.void
setPointerType(SpreadsheetDocumentPointerType value)
Sets the value of the 'Pointer Type
' attribute.void
setProtection(boolean value)
Sets the value of the 'Protection
' attribute.void
setSelectionShowMode(SelectionShowMode value)
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
setVerticalScrollBar(SpreadSheetDocumentScrollBarUse value)
Sets the value of the 'Vertical Scroll Bar
' attribute.void
setVerticalStretch(boolean value)
Sets the value of the 'Vertical Stretch
' attribute.void
setViewScalingMode(ViewScalingMode value)
Sets the value of the 'View Scaling Mode
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,FormPackage.getSpreadSheetDocFieldExtInfo_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
isAutoMaxWidth
boolean isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
setAutoMaxWidth(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_AutoMaxWidth()
-
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:
isAutoMaxWidth()
-
getMaxWidth
int getMaxWidth()
Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
setMaxWidth(int)
,FormPackage.getSpreadSheetDocFieldExtInfo_MaxWidth()
-
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:
getMaxWidth()
-
getMinWidth
int getMinWidth()
Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
setMinWidth(int)
,FormPackage.getSpreadSheetDocFieldExtInfo_MinWidth()
-
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:
getMinWidth()
-
getHeight
int getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(int)
,FormPackage.getSpreadSheetDocFieldExtInfo_Height()
-
setHeight
void setHeight(int value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
isAutoMaxHeight
boolean isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.- Returns:
- the value of the 'Auto Max Height' attribute.
- See Also:
setAutoMaxHeight(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_AutoMaxHeight()
-
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:
isAutoMaxHeight()
-
getMaxHeight
int getMaxHeight()
Returns the value of the 'Max Height' attribute.- Returns:
- the value of the 'Max Height' attribute.
- See Also:
setMaxHeight(int)
,FormPackage.getSpreadSheetDocFieldExtInfo_MaxHeight()
-
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:
getMaxHeight()
-
isHorizontalStretch
boolean isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_HorizontalStretch()
-
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:
isHorizontalStretch()
-
isVerticalStretch
boolean isVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
setVerticalStretch(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_VerticalStretch()
-
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:
isVerticalStretch()
-
isShowGrid
boolean isShowGrid()
Returns the value of the 'Show Grid' attribute.- Returns:
- the value of the 'Show Grid' attribute.
- See Also:
setShowGrid(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_ShowGrid()
-
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:
isShowGrid()
-
isShowHeaders
boolean isShowHeaders()
Returns the value of the 'Show Headers' attribute.- Returns:
- the value of the 'Show Headers' attribute.
- See Also:
setShowHeaders(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_ShowHeaders()
-
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:
isShowHeaders()
-
isShowCellNames
boolean isShowCellNames()
Returns the value of the 'Show Cell Names' attribute.- Returns:
- the value of the 'Show Cell Names' attribute.
- See Also:
setShowCellNames(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_ShowCellNames()
-
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:
isShowCellNames()
-
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(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_ShowRowAndColumnNames()
-
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:
isShowRowAndColumnNames()
-
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:
SpreadsheetDocumentPointerType
,setPointerType(SpreadsheetDocumentPointerType)
,FormPackage.getSpreadSheetDocFieldExtInfo_PointerType()
-
setPointerType
void setPointerType(SpreadsheetDocumentPointerType value)
Sets the value of the 'Pointer Type
' attribute.- Parameters:
value
- the new value of the 'Pointer Type' attribute.- See Also:
SpreadsheetDocumentPointerType
,getPointerType()
-
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:
SpreadSheetDocumentScrollBarUse
,setVerticalScrollBar(SpreadSheetDocumentScrollBarUse)
,FormPackage.getSpreadSheetDocFieldExtInfo_VerticalScrollBar()
-
setVerticalScrollBar
void setVerticalScrollBar(SpreadSheetDocumentScrollBarUse value)
Sets the value of the 'Vertical Scroll Bar
' attribute.- Parameters:
value
- the new value of the 'Vertical Scroll Bar' attribute.- See Also:
SpreadSheetDocumentScrollBarUse
,getVerticalScrollBar()
-
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:
SpreadSheetDocumentScrollBarUse
,setHorizontalScrollBar(SpreadSheetDocumentScrollBarUse)
,FormPackage.getSpreadSheetDocFieldExtInfo_HorizontalScrollBar()
-
setHorizontalScrollBar
void setHorizontalScrollBar(SpreadSheetDocumentScrollBarUse value)
Sets the value of the 'Horizontal Scroll Bar
' attribute.- Parameters:
value
- the new value of the 'Horizontal Scroll Bar' attribute.- See Also:
SpreadSheetDocumentScrollBarUse
,getHorizontalScrollBar()
-
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(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_BlackAndWhiteView()
-
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:
isBlackAndWhiteView()
-
isProtection
boolean isProtection()
Returns the value of the 'Protection' attribute.- Returns:
- the value of the 'Protection' attribute.
- See Also:
setProtection(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_Protection()
-
setProtection
void setProtection(boolean value)
Sets the value of the 'Protection
' attribute.- Parameters:
value
- the new value of the 'Protection' attribute.- See Also:
isProtection()
-
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:
SelectionShowMode
,setSelectionShowMode(SelectionShowMode)
,FormPackage.getSpreadSheetDocFieldExtInfo_SelectionShowMode()
-
setSelectionShowMode
void setSelectionShowMode(SelectionShowMode value)
Sets the value of the 'Selection Show Mode
' attribute.- Parameters:
value
- the new value of the 'Selection Show Mode' attribute.- See Also:
SelectionShowMode
,getSelectionShowMode()
-
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:
DrawingSelectionShowMode
,setDrawingSelectionShowMode(DrawingSelectionShowMode)
,FormPackage.getSpreadSheetDocFieldExtInfo_DrawingSelectionShowMode()
-
setDrawingSelectionShowMode
void setDrawingSelectionShowMode(DrawingSelectionShowMode value)
Sets the value of the 'Drawing Selection Show Mode
' attribute.- Parameters:
value
- the new value of the 'Drawing Selection Show Mode' attribute.- See Also:
DrawingSelectionShowMode
,getDrawingSelectionShowMode()
-
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:
UseOutput
,setOutput(UseOutput)
,FormPackage.getSpreadSheetDocFieldExtInfo_Output()
-
setOutput
void setOutput(UseOutput value)
Sets the value of the 'Output
' attribute.- Parameters:
value
- the new value of the 'Output' attribute.- See Also:
UseOutput
,getOutput()
-
isEdit
boolean isEdit()
Returns the value of the 'Edit' attribute.- Returns:
- the value of the 'Edit' attribute.
- See Also:
setEdit(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_Edit()
-
setEdit
void setEdit(boolean value)
Sets the value of the 'Edit
' attribute.- Parameters:
value
- the new value of the 'Edit' attribute.- See Also:
isEdit()
-
isShowGroups
boolean isShowGroups()
Returns the value of the 'Show Groups' attribute.- Returns:
- the value of the 'Show Groups' attribute.
- See Also:
setShowGroups(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_ShowGroups()
-
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:
isShowGroups()
-
isEnableStartDrag
boolean isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.- Returns:
- the value of the 'Enable Start Drag' attribute.
- See Also:
setEnableStartDrag(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_EnableStartDrag()
-
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:
isEnableStartDrag()
-
isEnableDrag
boolean isEnableDrag()
Returns the value of the 'Enable Drag' attribute.- Returns:
- the value of the 'Enable Drag' attribute.
- See Also:
setEnableDrag(boolean)
,FormPackage.getSpreadSheetDocFieldExtInfo_EnableDrag()
-
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:
isEnableDrag()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color)
,FormPackage.getSpreadSheetDocFieldExtInfo_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
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:
ViewScalingMode
,setViewScalingMode(ViewScalingMode)
,FormPackage.getSpreadSheetDocFieldExtInfo_ViewScalingMode()
-
setViewScalingMode
void setViewScalingMode(ViewScalingMode value)
Sets the value of the 'View Scaling Mode
' attribute.- Parameters:
value
- the new value of the 'View Scaling Mode' attribute.- See Also:
ViewScalingMode
,getViewScalingMode()
-
-