Package com._1c.g5.v8.dt.platform.model
Interface PlatformFont
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Font
,FontDef
,MutableFont
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PlatformFontImpl
A representation of the model object 'Font'.
- See Also:
-
Method Summary
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.FontDef
compositeId, getFaceName, getHeight, getScale, height, heightF, isBold, isItalic, isStrikeout, isUnderline, setBold, setFaceName, setHeight, setHeight, setItalic, setScale, setStrikeout, setUnderline
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
faceName
String faceName() -
bold
boolean bold() -
italic
boolean italic() -
underline
boolean underline() -
strikeout
boolean strikeout() -
scale
int scale()
-