Package com._1c.g5.v8.dt.form.model
Interface TitleStyle
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AutoCommandBar
,Button
,ContextMenu
,DataItem
,FormField
,FormGroup
,Group
,Table
- All Known Implementing Classes:
AutoCommandBarImpl
,ButtonImpl
,ContextMenuImpl
,DataItemImpl
,FormFieldImpl
,FormGroupImpl
,GroupImpl
,TableImpl
public interface TitleStyle extends IBmObject
A representation of the model object 'Title Style'.The following features are supported:
- See Also:
FormPackage.getTitleStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Font
getTitleFont()
Returns the value of the 'Title Font' containment reference.Color
getTitleTextColor()
Returns the value of the 'Title Text Color' containment reference.void
setTitleFont(Font value)
Sets the value of the 'Title Font
' containment reference.void
setTitleTextColor(Color value)
Sets the value of the 'Title Text Color
' containment reference.-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getTitleTextColor
Color getTitleTextColor()
Returns the value of the 'Title Text Color' containment reference.- Returns:
- the value of the 'Title Text Color' containment reference.
- See Also:
setTitleTextColor(Color)
,FormPackage.getTitleStyle_TitleTextColor()
-
setTitleTextColor
void setTitleTextColor(Color value)
Sets the value of the 'Title Text Color
' containment reference.- Parameters:
value
- the new value of the 'Title Text Color' containment reference.- See Also:
getTitleTextColor()
-
getTitleFont
Font getTitleFont()
Returns the value of the 'Title Font' containment reference.- Returns:
- the value of the 'Title Font' containment reference.
- See Also:
setTitleFont(Font)
,FormPackage.getTitleStyle_TitleFont()
-
setTitleFont
void setTitleFont(Font value)
Sets the value of the 'Title Font
' containment reference.- Parameters:
value
- the new value of the 'Title Font' containment reference.- See Also:
getTitleFont()
-
-