Package com._1c.g5.v8.dt.form.model
Interface TextDocFieldExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,EventHandlerContainer,ExtInfo,FieldExtInfo,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TextDocFieldExtInfoImpl
public interface TextDocFieldExtInfo extends FieldExtInfo
A representation of the model object 'Text Doc Field Ext Info'.The following features are supported:
- See Also:
FormPackage.getTextDocFieldExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.FontgetFont()Returns the value of the 'Font' containment reference.intgetHeight()Returns the value of the 'Height' attribute.intgetMaxHeight()Returns the value of the 'Max Height' attribute.intgetMaxWidth()Returns the value of the 'Max Width' attribute.intgetMinWidth()Returns the value of the 'Min Width' attribute.UseOutputgetOutput()Returns the value of the 'Output' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.intgetWidth()Returns the value of the 'Width' attribute.booleanisAutoMaxHeight()Returns the value of the 'Auto Max Height' attribute.booleanisAutoMaxWidth()Returns the value of the 'Auto Max Width' attribute.booleanisHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.booleanisVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.voidsetAutoMaxHeight(boolean value)Sets the value of the 'Auto Max Height' attribute.voidsetAutoMaxWidth(boolean value)Sets the value of the 'Auto Max Width' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetHeight(int value)Sets the value of the 'Height' attribute.voidsetHorizontalStretch(boolean value)Sets the value of the 'Horizontal Stretch' attribute.voidsetMaxHeight(int value)Sets the value of the 'Max Height' attribute.voidsetMaxWidth(int value)Sets the value of the 'Max Width' attribute.voidsetMinWidth(int value)Sets the value of the 'Min Width' attribute.voidsetOutput(UseOutput value)Sets the value of the 'Output' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetVerticalStretch(boolean value)Sets the value of the 'Vertical Stretch' attribute.voidsetWidth(int value)Sets the value of the 'Width' attribute.booleanvalidate(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int),FormPackage.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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.getTextDocFieldExtInfo_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()
-
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.getTextDocFieldExtInfo_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()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color),FormPackage.getTextDocFieldExtInfo_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color' containment reference.- Parameters:
value- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color),FormPackage.getTextDocFieldExtInfo_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color' containment reference.- Parameters:
value- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
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.getTextDocFieldExtInfo_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()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font),FormPackage.getTextDocFieldExtInfo_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
getFont()
-
-