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:
  • Method Details

    • getFont

      Font getFont()
      Returns the value of the 'Font' containment reference.
      Returns:
      the value of the 'Font' containment reference.
      See Also:
    • setFont

      void setFont(Font value)
      Sets the value of the 'Font' containment reference.
      Parameters:
      value - the new value of the 'Font' containment reference.
      See Also: