Interface GeographicalSchemaTitle
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- GeographicalSchemaComponent,- IBmObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- GeographicalSchemaTitleImpl
 A representation of the model object 'Title'.
 
 
The following features are supported:
- 
Field SummaryFields inherited from interface com._1c.g5.v8.bm.core.IBmObjectBM_NULL_ID
- 
Method SummaryModifier and TypeMethodDescriptiongetAlign()Returns the value of the 'Align' attribute.Returns the value of the 'Back Color' containment reference.Returns the value of the 'Border Color' containment reference.getFont()Returns the value of the 'Font' containment reference.getText()Returns the value of the 'Text' map.Returns the value of the 'Text Color' containment reference.booleanisShown()Returns the value of the 'Shown' attribute.voidsetAlign(HorizontalAlign value) Sets the value of the 'Align' attribute.voidsetBackColor(Color value) Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value) Sets the value of the 'Border Color' containment reference.voidSets the value of the 'Font' containment reference.voidsetShown(boolean value) Sets the value of the 'Shown' attribute.voidsetTextColor(Color value) Sets the value of the 'Text Color' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaComponentgetBorder, getBottomCoordinatePercentage, getLeftCoordinatePercentage, getRightCoordinatePercentage, getTopCoordinatePercentage, isTransparent, setBorder, setBottomCoordinatePercentage, setLeftCoordinatePercentage, setRightCoordinatePercentage, setTopCoordinatePercentage, setTransparentMethods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFontFont getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
 
- 
setFontSets the value of the 'Font' containment reference.- Parameters:
- value- the new value of the 'Font' containment reference.
- See Also:
 
- 
getText- Returns:
- the value of the 'Text' map.
- See Also:
 
- 
getTextColorColor getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
 
- 
setTextColorSets the value of the 'Text Color' containment reference.- Parameters:
- value- the new value of the 'Text Color' containment reference.
- See Also:
 
- 
getBorderColorColor getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
 
- 
setBorderColorSets the value of the 'Border Color' containment reference.- Parameters:
- value- the new value of the 'Border Color' containment reference.
- See Also:
 
- 
getBackColorColor getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
 
- 
setBackColorSets the value of the 'Back Color' containment reference.- Parameters:
- value- the new value of the 'Back Color' containment reference.
- See Also:
 
- 
isShownboolean isShown()Returns the value of the 'Shown' attribute.- Returns:
- the value of the 'Shown' attribute.
- See Also:
 
- 
setShownvoid setShown(boolean value) Sets the value of the 'Shown' attribute.- Parameters:
- value- the new value of the 'Shown' attribute.
- See Also:
 
- 
getAlignHorizontalAlign getAlign()Returns the value of the 'Align' attribute. The literals are from the enumerationHorizontalAlign.- Returns:
- the value of the 'Align' attribute.
- See Also:
 
- 
setAlignSets the value of the 'Align' attribute.- Parameters:
- value- the new value of the 'Align' attribute.
- See Also:
 
 
-