Interface SkinTableColumn
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ISkinElementWithBackColor,ISkinElementWithFont,ISkinElementWithTextColor,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinTableColumnImpl
public interface SkinTableColumn
extends ISkinElementWithTextColor, ISkinElementWithBackColor, ISkinElementWithFont
A representation of the model object 'Skin Table Column'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Footer Back Color' containment reference.Returns the value of the 'Footer Font' containment reference.Returns the value of the 'Footer Text Color' containment reference.Returns the value of the 'Header Back Color' containment reference.Returns the value of the 'Header Font' containment reference.Returns the value of the 'Headers Color' containment reference.Returns the value of the 'Header Text Color' containment reference.voidSets the value of the 'Footer Back Color' containment reference.voidsetFooterFont(PresentationFont value) Sets the value of the 'Footer Font' containment reference.voidSets the value of the 'Footer Text Color' containment reference.voidSets the value of the 'Header Back Color' containment reference.voidsetHeaderFont(PresentationFont value) Sets the value of the 'Header Font' containment reference.voidsetHeadersColor(PresentationColor value) Sets the value of the 'Headers Color' containment reference.voidSets the value of the 'Header 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, eUnsetMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithBackColor
getBackColor, setBackColorMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithFont
getFont, setFontMethods inherited from interface com._1c.g5.v8.dt.form.presentation.theme.ISkinElementWithTextColor
getTextColor, setTextColorMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getHeaderTextColor
PresentationColor getHeaderTextColor()Returns the value of the 'Header Text Color' containment reference.- Returns:
- the value of the 'Header Text Color' containment reference.
- See Also:
-
setHeaderTextColor
Sets the value of the 'Header Text Color' containment reference.- Parameters:
value- the new value of the 'Header Text Color' containment reference.- See Also:
-
getHeaderBackColor
PresentationColor getHeaderBackColor()Returns the value of the 'Header Back Color' containment reference.- Returns:
- the value of the 'Header Back Color' containment reference.
- See Also:
-
setHeaderBackColor
Sets the value of the 'Header Back Color' containment reference.- Parameters:
value- the new value of the 'Header Back Color' containment reference.- See Also:
-
getHeadersColor
PresentationColor getHeadersColor()Returns the value of the 'Headers Color' containment reference.- Returns:
- the value of the 'Headers Color' containment reference.
- See Also:
-
setHeadersColor
Sets the value of the 'Headers Color' containment reference.- Parameters:
value- the new value of the 'Headers Color' containment reference.- See Also:
-
getHeaderFont
PresentationFont getHeaderFont()Returns the value of the 'Header Font' containment reference.- Returns:
- the value of the 'Header Font' containment reference.
- See Also:
-
setHeaderFont
Sets the value of the 'Header Font' containment reference.- Parameters:
value- the new value of the 'Header Font' containment reference.- See Also:
-