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
A representation of the model object 'System Font'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbold()faceName()Returns the value of the 'Composite Id' attribute.intheight()booleanitalic()intscale()voidsetCompositeId(CompositeId value) Sets the value of the 'Composite Id' attribute.booleanbooleanMethods 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.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCompositeId
CompositeId getCompositeId()Returns the value of the 'Composite Id' attribute.- Returns:
- the value of the 'Composite Id' attribute.
- See Also:
-
setCompositeId
Sets the value of the 'Composite Id' attribute.- Parameters:
value- the new value of the 'Composite Id' attribute.- See Also:
-
faceName
String faceName() -
height
int height() -
bold
boolean bold() -
italic
boolean italic() -
underline
boolean underline() -
strikeout
boolean strikeout() -
scale
int scale() -
compositeId
CompositeId compositeId()- Specified by:
compositeIdin interfaceFont
-