Package com._1c.g5.v8.dt.style.model
Interface FontStyleItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,StyleItem
- All Known Implementing Classes:
FontStyleItemImpl
public interface FontStyleItem extends StyleItem
A representation of the model object 'Font Style Item'.The following features are supported:
- See Also:
StylePackage.getFontStyleItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Font
getFont()
Returns the value of the 'Font' containment reference.void
setFont(Font value)
Sets the value of the 'Font
' 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
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,StylePackage.getFontStyleItem_Font()
-
-