Package com._1c.g5.v8.dt.platform.model
Interface SystemFont
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Font
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SystemFontImpl
public interface SystemFont extends NamedElement, Font
A representation of the model object 'System Font'.The following features are supported:
- See Also:
PlatformPackage.getSystemFont()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
bold()
CompositeId
compositeId()
String
faceName()
CompositeId
getCompositeId()
Returns the value of the 'Composite Id' attribute.int
height()
boolean
italic()
int
scale()
void
setCompositeId(CompositeId value)
Sets the value of the 'Composite Id
' attribute.boolean
strikeout()
boolean
underline()
-
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.mcore.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getCompositeId
CompositeId getCompositeId()
Returns the value of the 'Composite Id' attribute.- Returns:
- the value of the 'Composite Id' attribute.
- See Also:
setCompositeId(CompositeId)
,PlatformPackage.getSystemFont_CompositeId()
-
setCompositeId
void setCompositeId(CompositeId value)
Sets the value of the 'Composite Id
' attribute.- Parameters:
value
- the new value of the 'Composite Id' attribute.- See Also:
getCompositeId()
-
compositeId
CompositeId compositeId()
- Specified by:
compositeId
in interfaceFont
-
-