Interface PresentationFont
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PresentationScalable
- All Known Implementing Classes:
PresentationFontImpl
A representation of the model object 'Font'.
Presentation color type.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Face Name' attribute.intReturns the value of the 'Height' attribute.Returns the value of the 'Log Font' attribute.booleanReturns the value of the 'Auto Font' attribute.booleanisBold()Returns the value of the 'Bold' attribute.booleanisItalic()Returns the value of the 'Italic' attribute.booleanReturns the value of the 'Strikeout' attribute.booleanReturns the value of the 'Underline' attribute.voidsetAutoFont(boolean value) Sets the value of the 'Auto Font' attribute.voidsetBold(boolean value) Sets the value of the 'Bold' attribute.voidsetFaceName(String value) Sets the value of the 'Face Name' attribute.voidsetHeight(int value) Sets the value of the 'Height' attribute.voidsetItalic(boolean value) Sets the value of the 'Italic' attribute.voidsetLogFont(V8LogFont value) Sets the value of the 'Log Font' attribute.voidsetStrikeout(boolean value) Sets the value of the 'Strikeout' attribute.voidsetUnderline(boolean value) Sets the value of the 'Underline' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.form.presentation.model.PresentationScalable
getScale, setScale
-
Method Details
-
getFaceName
String getFaceName()Returns the value of the 'Face Name' attribute.- Returns:
- the value of the 'Face Name' attribute.
- See Also:
-
setFaceName
Sets the value of the 'Face Name' attribute.- Parameters:
value- the new value of the 'Face Name' attribute.- See Also:
-
getHeight
int getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(int value) Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
-
isBold
boolean isBold()Returns the value of the 'Bold' attribute.- Returns:
- the value of the 'Bold' attribute.
- See Also:
-
setBold
void setBold(boolean value) Sets the value of the 'Bold' attribute.- Parameters:
value- the new value of the 'Bold' attribute.- See Also:
-
isItalic
boolean isItalic()Returns the value of the 'Italic' attribute.- Returns:
- the value of the 'Italic' attribute.
- See Also:
-
setItalic
void setItalic(boolean value) Sets the value of the 'Italic' attribute.- Parameters:
value- the new value of the 'Italic' attribute.- See Also:
-
isUnderline
boolean isUnderline()Returns the value of the 'Underline' attribute.- Returns:
- the value of the 'Underline' attribute.
- See Also:
-
setUnderline
void setUnderline(boolean value) Sets the value of the 'Underline' attribute.- Parameters:
value- the new value of the 'Underline' attribute.- See Also:
-
isStrikeout
boolean isStrikeout()Returns the value of the 'Strikeout' attribute.- Returns:
- the value of the 'Strikeout' attribute.
- See Also:
-
setStrikeout
void setStrikeout(boolean value) Sets the value of the 'Strikeout' attribute.- Parameters:
value- the new value of the 'Strikeout' attribute.- See Also:
-
getLogFont
V8LogFont getLogFont()Returns the value of the 'Log Font' attribute.- Returns:
- the value of the 'Log Font' attribute.
- See Also:
-
setLogFont
Sets the value of the 'Log Font' attribute.- Parameters:
value- the new value of the 'Log Font' attribute.- See Also:
-
isAutoFont
boolean isAutoFont()Returns the value of the 'Auto Font' attribute.- Returns:
- the value of the 'Auto Font' attribute.
- See Also:
-
setAutoFont
void setAutoFont(boolean value) Sets the value of the 'Auto Font' attribute.- Parameters:
value- the new value of the 'Auto Font' attribute.- See Also:
-