Package com._1c.g5.v8.dt.moxel.impl
Class FormatImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.moxel.impl.FormatImpl
-
- All Implemented Interfaces:
IBmObject,Format,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
public class FormatImpl extends BmObject implements Format
An implementation of the model object 'Format'.The following features are implemented:
FontLeft BorderTop BorderRight BorderBottom BorderBorder ColorHeightWidthHorizontal AlignmentVertical AlignmentText ColorBack ColorPattern ColorPatternText PlacementFill TypeProtectionHiddenText OrientationDetail UseBy Selected ColumnsMark NegativesContains ValueValue TypeControl TypeHyperlinkQuick DragAuto Mark IncompleteMark IncompleteIndentAuto IndentData FormatEdit FormatMaskSize Change ModePrintDrawing BorderDrawing Have Left BorderDrawing Have Top BorderDrawing Have Right BorderDrawing Have Bottom BorderPicture IndexPicture Horizontal AlignmentPicture Vertical AlignmentPicture SizeText PositionAuto Width CalculationWidth Weight FactorMargin LeftMargin TopMargin RightMargin Bottom
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFormatImpl()
-
Method Summary
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCountin classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getFont
public int getFont()
- Specified by:
getFontin interfaceFormat- Returns:
- the value of the 'Font' attribute.
- See Also:
Format.isSetFont(),Format.unsetFont(),Format.setFont(int),MoxelPackage.getFormat_Font()
-
setFont
public void setFont(int newFont)
- Specified by:
setFontin interfaceFormat- Parameters:
newFont- the new value of the 'Font' attribute.- See Also:
Format.isSetFont(),Format.unsetFont(),Format.getFont()
-
unsetFont
public void unsetFont()
- Specified by:
unsetFontin interfaceFormat- See Also:
Format.isSetFont(),Format.getFont(),Format.setFont(int)
-
isSetFont
public boolean isSetFont()
- Specified by:
isSetFontin interfaceFormat- Returns:
- whether the value of the 'Font' attribute is set.
- See Also:
Format.unsetFont(),Format.getFont(),Format.setFont(int)
-
getLeftBorder
public int getLeftBorder()
- Specified by:
getLeftBorderin interfaceFormat- Returns:
- the value of the 'Left Border' attribute.
- See Also:
Format.isSetLeftBorder(),Format.unsetLeftBorder(),Format.setLeftBorder(int),MoxelPackage.getFormat_LeftBorder()
-
setLeftBorder
public void setLeftBorder(int newLeftBorder)
- Specified by:
setLeftBorderin interfaceFormat- Parameters:
newLeftBorder- the new value of the 'Left Border' attribute.- See Also:
Format.isSetLeftBorder(),Format.unsetLeftBorder(),Format.getLeftBorder()
-
unsetLeftBorder
public void unsetLeftBorder()
- Specified by:
unsetLeftBorderin interfaceFormat- See Also:
Format.isSetLeftBorder(),Format.getLeftBorder(),Format.setLeftBorder(int)
-
isSetLeftBorder
public boolean isSetLeftBorder()
- Specified by:
isSetLeftBorderin interfaceFormat- Returns:
- whether the value of the 'Left Border' attribute is set.
- See Also:
Format.unsetLeftBorder(),Format.getLeftBorder(),Format.setLeftBorder(int)
-
getTopBorder
public int getTopBorder()
- Specified by:
getTopBorderin interfaceFormat- Returns:
- the value of the 'Top Border' attribute.
- See Also:
Format.isSetTopBorder(),Format.unsetTopBorder(),Format.setTopBorder(int),MoxelPackage.getFormat_TopBorder()
-
setTopBorder
public void setTopBorder(int newTopBorder)
- Specified by:
setTopBorderin interfaceFormat- Parameters:
newTopBorder- the new value of the 'Top Border' attribute.- See Also:
Format.isSetTopBorder(),Format.unsetTopBorder(),Format.getTopBorder()
-
unsetTopBorder
public void unsetTopBorder()
- Specified by:
unsetTopBorderin interfaceFormat- See Also:
Format.isSetTopBorder(),Format.getTopBorder(),Format.setTopBorder(int)
-
isSetTopBorder
public boolean isSetTopBorder()
- Specified by:
isSetTopBorderin interfaceFormat- Returns:
- whether the value of the 'Top Border' attribute is set.
- See Also:
Format.unsetTopBorder(),Format.getTopBorder(),Format.setTopBorder(int)
-
getRightBorder
public int getRightBorder()
- Specified by:
getRightBorderin interfaceFormat- Returns:
- the value of the 'Right Border' attribute.
- See Also:
Format.isSetRightBorder(),Format.unsetRightBorder(),Format.setRightBorder(int),MoxelPackage.getFormat_RightBorder()
-
setRightBorder
public void setRightBorder(int newRightBorder)
- Specified by:
setRightBorderin interfaceFormat- Parameters:
newRightBorder- the new value of the 'Right Border' attribute.- See Also:
Format.isSetRightBorder(),Format.unsetRightBorder(),Format.getRightBorder()
-
unsetRightBorder
public void unsetRightBorder()
- Specified by:
unsetRightBorderin interfaceFormat- See Also:
Format.isSetRightBorder(),Format.getRightBorder(),Format.setRightBorder(int)
-
isSetRightBorder
public boolean isSetRightBorder()
- Specified by:
isSetRightBorderin interfaceFormat- Returns:
- whether the value of the 'Right Border' attribute is set.
- See Also:
Format.unsetRightBorder(),Format.getRightBorder(),Format.setRightBorder(int)
-
getBottomBorder
public int getBottomBorder()
- Specified by:
getBottomBorderin interfaceFormat- Returns:
- the value of the 'Bottom Border' attribute.
- See Also:
Format.isSetBottomBorder(),Format.unsetBottomBorder(),Format.setBottomBorder(int),MoxelPackage.getFormat_BottomBorder()
-
setBottomBorder
public void setBottomBorder(int newBottomBorder)
- Specified by:
setBottomBorderin interfaceFormat- Parameters:
newBottomBorder- the new value of the 'Bottom Border' attribute.- See Also:
Format.isSetBottomBorder(),Format.unsetBottomBorder(),Format.getBottomBorder()
-
unsetBottomBorder
public void unsetBottomBorder()
- Specified by:
unsetBottomBorderin interfaceFormat- See Also:
Format.isSetBottomBorder(),Format.getBottomBorder(),Format.setBottomBorder(int)
-
isSetBottomBorder
public boolean isSetBottomBorder()
- Specified by:
isSetBottomBorderin interfaceFormat- Returns:
- whether the value of the 'Bottom Border' attribute is set.
- See Also:
Format.unsetBottomBorder(),Format.getBottomBorder(),Format.setBottomBorder(int)
-
getBorderColor
public int getBorderColor()
- Specified by:
getBorderColorin interfaceFormat- Returns:
- the value of the 'Border Color' attribute.
- See Also:
Format.isSetBorderColor(),Format.unsetBorderColor(),Format.setBorderColor(int),MoxelPackage.getFormat_BorderColor()
-
setBorderColor
public void setBorderColor(int newBorderColor)
- Specified by:
setBorderColorin interfaceFormat- Parameters:
newBorderColor- the new value of the 'Border Color' attribute.- See Also:
Format.isSetBorderColor(),Format.unsetBorderColor(),Format.getBorderColor()
-
unsetBorderColor
public void unsetBorderColor()
- Specified by:
unsetBorderColorin interfaceFormat- See Also:
Format.isSetBorderColor(),Format.getBorderColor(),Format.setBorderColor(int)
-
isSetBorderColor
public boolean isSetBorderColor()
- Specified by:
isSetBorderColorin interfaceFormat- Returns:
- whether the value of the 'Border Color' attribute is set.
- See Also:
Format.unsetBorderColor(),Format.getBorderColor(),Format.setBorderColor(int)
-
getHeight
public int getHeight()
- Specified by:
getHeightin interfaceFormat- Returns:
- the value of the 'Height' attribute.
- See Also:
Format.isSetHeight(),Format.unsetHeight(),Format.setHeight(int),MoxelPackage.getFormat_Height()
-
setHeight
public void setHeight(int newHeight)
- Specified by:
setHeightin interfaceFormat- Parameters:
newHeight- the new value of the 'Height' attribute.- See Also:
Format.isSetHeight(),Format.unsetHeight(),Format.getHeight()
-
unsetHeight
public void unsetHeight()
- Specified by:
unsetHeightin interfaceFormat- See Also:
Format.isSetHeight(),Format.getHeight(),Format.setHeight(int)
-
isSetHeight
public boolean isSetHeight()
- Specified by:
isSetHeightin interfaceFormat- Returns:
- whether the value of the 'Height' attribute is set.
- See Also:
Format.unsetHeight(),Format.getHeight(),Format.setHeight(int)
-
getWidth
public int getWidth()
- Specified by:
getWidthin interfaceFormat- Returns:
- the value of the 'Width' attribute.
- See Also:
Format.isSetWidth(),Format.unsetWidth(),Format.setWidth(int),MoxelPackage.getFormat_Width()
-
setWidth
public void setWidth(int newWidth)
- Specified by:
setWidthin interfaceFormat- Parameters:
newWidth- the new value of the 'Width' attribute.- See Also:
Format.isSetWidth(),Format.unsetWidth(),Format.getWidth()
-
unsetWidth
public void unsetWidth()
- Specified by:
unsetWidthin interfaceFormat- See Also:
Format.isSetWidth(),Format.getWidth(),Format.setWidth(int)
-
isSetWidth
public boolean isSetWidth()
- Specified by:
isSetWidthin interfaceFormat- Returns:
- whether the value of the 'Width' attribute is set.
- See Also:
Format.unsetWidth(),Format.getWidth(),Format.setWidth(int)
-
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignmentin interfaceFormat- Returns:
- the value of the 'Horizontal Alignment' attribute.
- See Also:
HorizontalAlignment,Format.isSetHorizontalAlignment(),Format.unsetHorizontalAlignment(),Format.setHorizontalAlignment(HorizontalAlignment),MoxelPackage.getFormat_HorizontalAlignment()
-
setHorizontalAlignment
public void setHorizontalAlignment(HorizontalAlignment newHorizontalAlignment)
- Specified by:
setHorizontalAlignmentin interfaceFormat- Parameters:
newHorizontalAlignment- the new value of the 'Horizontal Alignment' attribute.- See Also:
HorizontalAlignment,Format.isSetHorizontalAlignment(),Format.unsetHorizontalAlignment(),Format.getHorizontalAlignment()
-
unsetHorizontalAlignment
public void unsetHorizontalAlignment()
- Specified by:
unsetHorizontalAlignmentin interfaceFormat- See Also:
Format.isSetHorizontalAlignment(),Format.getHorizontalAlignment(),Format.setHorizontalAlignment(HorizontalAlignment)
-
isSetHorizontalAlignment
public boolean isSetHorizontalAlignment()
- Specified by:
isSetHorizontalAlignmentin interfaceFormat- Returns:
- whether the value of the 'Horizontal Alignment' attribute is set.
- See Also:
Format.unsetHorizontalAlignment(),Format.getHorizontalAlignment(),Format.setHorizontalAlignment(HorizontalAlignment)
-
getVerticalAlignment
public VerticalAlignment getVerticalAlignment()
- Specified by:
getVerticalAlignmentin interfaceFormat- Returns:
- the value of the 'Vertical Alignment' attribute.
- See Also:
VerticalAlignment,Format.isSetVerticalAlignment(),Format.unsetVerticalAlignment(),Format.setVerticalAlignment(VerticalAlignment),MoxelPackage.getFormat_VerticalAlignment()
-
setVerticalAlignment
public void setVerticalAlignment(VerticalAlignment newVerticalAlignment)
- Specified by:
setVerticalAlignmentin interfaceFormat- Parameters:
newVerticalAlignment- the new value of the 'Vertical Alignment' attribute.- See Also:
VerticalAlignment,Format.isSetVerticalAlignment(),Format.unsetVerticalAlignment(),Format.getVerticalAlignment()
-
unsetVerticalAlignment
public void unsetVerticalAlignment()
- Specified by:
unsetVerticalAlignmentin interfaceFormat- See Also:
Format.isSetVerticalAlignment(),Format.getVerticalAlignment(),Format.setVerticalAlignment(VerticalAlignment)
-
isSetVerticalAlignment
public boolean isSetVerticalAlignment()
- Specified by:
isSetVerticalAlignmentin interfaceFormat- Returns:
- whether the value of the 'Vertical Alignment' attribute is set.
- See Also:
Format.unsetVerticalAlignment(),Format.getVerticalAlignment(),Format.setVerticalAlignment(VerticalAlignment)
-
getTextColor
public int getTextColor()
- Specified by:
getTextColorin interfaceFormat- Returns:
- the value of the 'Text Color' attribute.
- See Also:
Format.isSetTextColor(),Format.unsetTextColor(),Format.setTextColor(int),MoxelPackage.getFormat_TextColor()
-
setTextColor
public void setTextColor(int newTextColor)
- Specified by:
setTextColorin interfaceFormat- Parameters:
newTextColor- the new value of the 'Text Color' attribute.- See Also:
Format.isSetTextColor(),Format.unsetTextColor(),Format.getTextColor()
-
unsetTextColor
public void unsetTextColor()
- Specified by:
unsetTextColorin interfaceFormat- See Also:
Format.isSetTextColor(),Format.getTextColor(),Format.setTextColor(int)
-
isSetTextColor
public boolean isSetTextColor()
- Specified by:
isSetTextColorin interfaceFormat- Returns:
- whether the value of the 'Text Color' attribute is set.
- See Also:
Format.unsetTextColor(),Format.getTextColor(),Format.setTextColor(int)
-
getBackColor
public int getBackColor()
- Specified by:
getBackColorin interfaceFormat- Returns:
- the value of the 'Back Color' attribute.
- See Also:
Format.isSetBackColor(),Format.unsetBackColor(),Format.setBackColor(int),MoxelPackage.getFormat_BackColor()
-
setBackColor
public void setBackColor(int newBackColor)
- Specified by:
setBackColorin interfaceFormat- Parameters:
newBackColor- the new value of the 'Back Color' attribute.- See Also:
Format.isSetBackColor(),Format.unsetBackColor(),Format.getBackColor()
-
unsetBackColor
public void unsetBackColor()
- Specified by:
unsetBackColorin interfaceFormat- See Also:
Format.isSetBackColor(),Format.getBackColor(),Format.setBackColor(int)
-
isSetBackColor
public boolean isSetBackColor()
- Specified by:
isSetBackColorin interfaceFormat- Returns:
- whether the value of the 'Back Color' attribute is set.
- See Also:
Format.unsetBackColor(),Format.getBackColor(),Format.setBackColor(int)
-
getPatternColor
public int getPatternColor()
- Specified by:
getPatternColorin interfaceFormat- Returns:
- the value of the 'Pattern Color' attribute.
- See Also:
Format.isSetPatternColor(),Format.unsetPatternColor(),Format.setPatternColor(int),MoxelPackage.getFormat_PatternColor()
-
setPatternColor
public void setPatternColor(int newPatternColor)
- Specified by:
setPatternColorin interfaceFormat- Parameters:
newPatternColor- the new value of the 'Pattern Color' attribute.- See Also:
Format.isSetPatternColor(),Format.unsetPatternColor(),Format.getPatternColor()
-
unsetPatternColor
public void unsetPatternColor()
- Specified by:
unsetPatternColorin interfaceFormat- See Also:
Format.isSetPatternColor(),Format.getPatternColor(),Format.setPatternColor(int)
-
isSetPatternColor
public boolean isSetPatternColor()
- Specified by:
isSetPatternColorin interfaceFormat- Returns:
- whether the value of the 'Pattern Color' attribute is set.
- See Also:
Format.unsetPatternColor(),Format.getPatternColor(),Format.setPatternColor(int)
-
getPattern
public Pattern getPattern()
- Specified by:
getPatternin interfaceFormat- Returns:
- the value of the 'Pattern' attribute.
- See Also:
Pattern,Format.isSetPattern(),Format.unsetPattern(),Format.setPattern(Pattern),MoxelPackage.getFormat_Pattern()
-
setPattern
public void setPattern(Pattern newPattern)
- Specified by:
setPatternin interfaceFormat- Parameters:
newPattern- the new value of the 'Pattern' attribute.- See Also:
Pattern,Format.isSetPattern(),Format.unsetPattern(),Format.getPattern()
-
unsetPattern
public void unsetPattern()
- Specified by:
unsetPatternin interfaceFormat- See Also:
Format.isSetPattern(),Format.getPattern(),Format.setPattern(Pattern)
-
isSetPattern
public boolean isSetPattern()
- Specified by:
isSetPatternin interfaceFormat- Returns:
- whether the value of the 'Pattern' attribute is set.
- See Also:
Format.unsetPattern(),Format.getPattern(),Format.setPattern(Pattern)
-
getTextPlacement
public TextPlacement getTextPlacement()
- Specified by:
getTextPlacementin interfaceFormat- Returns:
- the value of the 'Text Placement' attribute.
- See Also:
TextPlacement,Format.isSetTextPlacement(),Format.unsetTextPlacement(),Format.setTextPlacement(TextPlacement),MoxelPackage.getFormat_TextPlacement()
-
setTextPlacement
public void setTextPlacement(TextPlacement newTextPlacement)
- Specified by:
setTextPlacementin interfaceFormat- Parameters:
newTextPlacement- the new value of the 'Text Placement' attribute.- See Also:
TextPlacement,Format.isSetTextPlacement(),Format.unsetTextPlacement(),Format.getTextPlacement()
-
unsetTextPlacement
public void unsetTextPlacement()
- Specified by:
unsetTextPlacementin interfaceFormat- See Also:
Format.isSetTextPlacement(),Format.getTextPlacement(),Format.setTextPlacement(TextPlacement)
-
isSetTextPlacement
public boolean isSetTextPlacement()
- Specified by:
isSetTextPlacementin interfaceFormat- Returns:
- whether the value of the 'Text Placement' attribute is set.
- See Also:
Format.unsetTextPlacement(),Format.getTextPlacement(),Format.setTextPlacement(TextPlacement)
-
getFillType
public FillType getFillType()
- Specified by:
getFillTypein interfaceFormat- Returns:
- the value of the 'Fill Type' attribute.
- See Also:
FillType,Format.isSetFillType(),Format.unsetFillType(),Format.setFillType(FillType),MoxelPackage.getFormat_FillType()
-
setFillType
public void setFillType(FillType newFillType)
- Specified by:
setFillTypein interfaceFormat- Parameters:
newFillType- the new value of the 'Fill Type' attribute.- See Also:
FillType,Format.isSetFillType(),Format.unsetFillType(),Format.getFillType()
-
unsetFillType
public void unsetFillType()
- Specified by:
unsetFillTypein interfaceFormat- See Also:
Format.isSetFillType(),Format.getFillType(),Format.setFillType(FillType)
-
isSetFillType
public boolean isSetFillType()
- Specified by:
isSetFillTypein interfaceFormat- Returns:
- whether the value of the 'Fill Type' attribute is set.
- See Also:
Format.unsetFillType(),Format.getFillType(),Format.setFillType(FillType)
-
isProtection
public boolean isProtection()
- Specified by:
isProtectionin interfaceFormat- Returns:
- the value of the 'Protection' attribute.
- See Also:
Format.isSetProtection(),Format.unsetProtection(),Format.setProtection(boolean),MoxelPackage.getFormat_Protection()
-
setProtection
public void setProtection(boolean newProtection)
- Specified by:
setProtectionin interfaceFormat- Parameters:
newProtection- the new value of the 'Protection' attribute.- See Also:
Format.isSetProtection(),Format.unsetProtection(),Format.isProtection()
-
unsetProtection
public void unsetProtection()
- Specified by:
unsetProtectionin interfaceFormat- See Also:
Format.isSetProtection(),Format.isProtection(),Format.setProtection(boolean)
-
isSetProtection
public boolean isSetProtection()
- Specified by:
isSetProtectionin interfaceFormat- Returns:
- whether the value of the 'Protection' attribute is set.
- See Also:
Format.unsetProtection(),Format.isProtection(),Format.setProtection(boolean)
-
isHidden
public boolean isHidden()
- Specified by:
isHiddenin interfaceFormat- Returns:
- the value of the 'Hidden' attribute.
- See Also:
Format.isSetHidden(),Format.unsetHidden(),Format.setHidden(boolean),MoxelPackage.getFormat_Hidden()
-
setHidden
public void setHidden(boolean newHidden)
- Specified by:
setHiddenin interfaceFormat- Parameters:
newHidden- the new value of the 'Hidden' attribute.- See Also:
Format.isSetHidden(),Format.unsetHidden(),Format.isHidden()
-
unsetHidden
public void unsetHidden()
- Specified by:
unsetHiddenin interfaceFormat- See Also:
Format.isSetHidden(),Format.isHidden(),Format.setHidden(boolean)
-
isSetHidden
public boolean isSetHidden()
- Specified by:
isSetHiddenin interfaceFormat- Returns:
- whether the value of the 'Hidden' attribute is set.
- See Also:
Format.unsetHidden(),Format.isHidden(),Format.setHidden(boolean)
-
getTextOrientation
public int getTextOrientation()
- Specified by:
getTextOrientationin interfaceFormat- Returns:
- the value of the 'Text Orientation' attribute.
- See Also:
Format.isSetTextOrientation(),Format.unsetTextOrientation(),Format.setTextOrientation(int),MoxelPackage.getFormat_TextOrientation()
-
setTextOrientation
public void setTextOrientation(int newTextOrientation)
- Specified by:
setTextOrientationin interfaceFormat- Parameters:
newTextOrientation- the new value of the 'Text Orientation' attribute.- See Also:
Format.isSetTextOrientation(),Format.unsetTextOrientation(),Format.getTextOrientation()
-
unsetTextOrientation
public void unsetTextOrientation()
- Specified by:
unsetTextOrientationin interfaceFormat- See Also:
Format.isSetTextOrientation(),Format.getTextOrientation(),Format.setTextOrientation(int)
-
isSetTextOrientation
public boolean isSetTextOrientation()
- Specified by:
isSetTextOrientationin interfaceFormat- Returns:
- whether the value of the 'Text Orientation' attribute is set.
- See Also:
Format.unsetTextOrientation(),Format.getTextOrientation(),Format.setTextOrientation(int)
-
getDetailUse
public DetailUse getDetailUse()
- Specified by:
getDetailUsein interfaceFormat- Returns:
- the value of the 'Detail Use' attribute.
- See Also:
DetailUse,Format.isSetDetailUse(),Format.unsetDetailUse(),Format.setDetailUse(DetailUse),MoxelPackage.getFormat_DetailUse()
-
setDetailUse
public void setDetailUse(DetailUse newDetailUse)
- Specified by:
setDetailUsein interfaceFormat- Parameters:
newDetailUse- the new value of the 'Detail Use' attribute.- See Also:
DetailUse,Format.isSetDetailUse(),Format.unsetDetailUse(),Format.getDetailUse()
-
unsetDetailUse
public void unsetDetailUse()
- Specified by:
unsetDetailUsein interfaceFormat- See Also:
Format.isSetDetailUse(),Format.getDetailUse(),Format.setDetailUse(DetailUse)
-
isSetDetailUse
public boolean isSetDetailUse()
- Specified by:
isSetDetailUsein interfaceFormat- Returns:
- whether the value of the 'Detail Use' attribute is set.
- See Also:
Format.unsetDetailUse(),Format.getDetailUse(),Format.setDetailUse(DetailUse)
-
isBySelectedColumns
public boolean isBySelectedColumns()
- Specified by:
isBySelectedColumnsin interfaceFormat- Returns:
- the value of the 'By Selected Columns' attribute.
- See Also:
Format.isSetBySelectedColumns(),Format.unsetBySelectedColumns(),Format.setBySelectedColumns(boolean),MoxelPackage.getFormat_BySelectedColumns()
-
setBySelectedColumns
public void setBySelectedColumns(boolean newBySelectedColumns)
- Specified by:
setBySelectedColumnsin interfaceFormat- Parameters:
newBySelectedColumns- the new value of the 'By Selected Columns' attribute.- See Also:
Format.isSetBySelectedColumns(),Format.unsetBySelectedColumns(),Format.isBySelectedColumns()
-
unsetBySelectedColumns
public void unsetBySelectedColumns()
- Specified by:
unsetBySelectedColumnsin interfaceFormat- See Also:
Format.isSetBySelectedColumns(),Format.isBySelectedColumns(),Format.setBySelectedColumns(boolean)
-
isSetBySelectedColumns
public boolean isSetBySelectedColumns()
- Specified by:
isSetBySelectedColumnsin interfaceFormat- Returns:
- whether the value of the 'By Selected Columns' attribute is set.
- See Also:
Format.unsetBySelectedColumns(),Format.isBySelectedColumns(),Format.setBySelectedColumns(boolean)
-
isMarkNegatives
public boolean isMarkNegatives()
- Specified by:
isMarkNegativesin interfaceFormat- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
Format.isSetMarkNegatives(),Format.unsetMarkNegatives(),Format.setMarkNegatives(boolean),MoxelPackage.getFormat_MarkNegatives()
-
setMarkNegatives
public void setMarkNegatives(boolean newMarkNegatives)
- Specified by:
setMarkNegativesin interfaceFormat- Parameters:
newMarkNegatives- the new value of the 'Mark Negatives' attribute.- See Also:
Format.isSetMarkNegatives(),Format.unsetMarkNegatives(),Format.isMarkNegatives()
-
unsetMarkNegatives
public void unsetMarkNegatives()
- Specified by:
unsetMarkNegativesin interfaceFormat- See Also:
Format.isSetMarkNegatives(),Format.isMarkNegatives(),Format.setMarkNegatives(boolean)
-
isSetMarkNegatives
public boolean isSetMarkNegatives()
- Specified by:
isSetMarkNegativesin interfaceFormat- Returns:
- whether the value of the 'Mark Negatives' attribute is set.
- See Also:
Format.unsetMarkNegatives(),Format.isMarkNegatives(),Format.setMarkNegatives(boolean)
-
isContainsValue
public boolean isContainsValue()
- Specified by:
isContainsValuein interfaceFormat- Returns:
- the value of the 'Contains Value' attribute.
- See Also:
Format.isSetContainsValue(),Format.unsetContainsValue(),Format.setContainsValue(boolean),MoxelPackage.getFormat_ContainsValue()
-
setContainsValue
public void setContainsValue(boolean newContainsValue)
- Specified by:
setContainsValuein interfaceFormat- Parameters:
newContainsValue- the new value of the 'Contains Value' attribute.- See Also:
Format.isSetContainsValue(),Format.unsetContainsValue(),Format.isContainsValue()
-
unsetContainsValue
public void unsetContainsValue()
- Specified by:
unsetContainsValuein interfaceFormat- See Also:
Format.isSetContainsValue(),Format.isContainsValue(),Format.setContainsValue(boolean)
-
isSetContainsValue
public boolean isSetContainsValue()
- Specified by:
isSetContainsValuein interfaceFormat- Returns:
- whether the value of the 'Contains Value' attribute is set.
- See Also:
Format.unsetContainsValue(),Format.isContainsValue(),Format.setContainsValue(boolean)
-
getValueType
public TypeDescription getValueType()
- Specified by:
getValueTypein interfaceFormat- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
Format.isSetValueType(),Format.unsetValueType(),Format.setValueType(TypeDescription),MoxelPackage.getFormat_ValueType()
-
setValueType
public void setValueType(TypeDescription newValueType)
- Specified by:
setValueTypein interfaceFormat- Parameters:
newValueType- the new value of the 'Value Type' containment reference.- See Also:
Format.isSetValueType(),Format.unsetValueType(),Format.getValueType()
-
unsetValueType
public void unsetValueType()
- Specified by:
unsetValueTypein interfaceFormat- See Also:
Format.isSetValueType(),Format.getValueType(),Format.setValueType(TypeDescription)
-
isSetValueType
public boolean isSetValueType()
- Specified by:
isSetValueTypein interfaceFormat- Returns:
- whether the value of the 'Value Type' containment reference is set.
- See Also:
Format.unsetValueType(),Format.getValueType(),Format.setValueType(TypeDescription)
-
getControlType
public UUID getControlType()
- Specified by:
getControlTypein interfaceFormat- Returns:
- the value of the 'Control Type' attribute.
- See Also:
Format.isSetControlType(),Format.unsetControlType(),Format.setControlType(UUID),MoxelPackage.getFormat_ControlType()
-
setControlType
public void setControlType(UUID newControlType)
- Specified by:
setControlTypein interfaceFormat- Parameters:
newControlType- the new value of the 'Control Type' attribute.- See Also:
Format.isSetControlType(),Format.unsetControlType(),Format.getControlType()
-
unsetControlType
public void unsetControlType()
- Specified by:
unsetControlTypein interfaceFormat- See Also:
Format.isSetControlType(),Format.getControlType(),Format.setControlType(UUID)
-
isSetControlType
public boolean isSetControlType()
- Specified by:
isSetControlTypein interfaceFormat- Returns:
- whether the value of the 'Control Type' attribute is set.
- See Also:
Format.unsetControlType(),Format.getControlType(),Format.setControlType(UUID)
-
isHyperlink
public boolean isHyperlink()
- Specified by:
isHyperlinkin interfaceFormat- Returns:
- the value of the 'Hyperlink' attribute.
- See Also:
Format.isSetHyperlink(),Format.unsetHyperlink(),Format.setHyperlink(boolean),MoxelPackage.getFormat_Hyperlink()
-
setHyperlink
public void setHyperlink(boolean newHyperlink)
- Specified by:
setHyperlinkin interfaceFormat- Parameters:
newHyperlink- the new value of the 'Hyperlink' attribute.- See Also:
Format.isSetHyperlink(),Format.unsetHyperlink(),Format.isHyperlink()
-
unsetHyperlink
public void unsetHyperlink()
- Specified by:
unsetHyperlinkin interfaceFormat- See Also:
Format.isSetHyperlink(),Format.isHyperlink(),Format.setHyperlink(boolean)
-
isSetHyperlink
public boolean isSetHyperlink()
- Specified by:
isSetHyperlinkin interfaceFormat- Returns:
- whether the value of the 'Hyperlink' attribute is set.
- See Also:
Format.unsetHyperlink(),Format.isHyperlink(),Format.setHyperlink(boolean)
-
isQuickDrag
public boolean isQuickDrag()
- Specified by:
isQuickDragin interfaceFormat- Returns:
- the value of the 'Quick Drag' attribute.
- See Also:
Format.isSetQuickDrag(),Format.unsetQuickDrag(),Format.setQuickDrag(boolean),MoxelPackage.getFormat_QuickDrag()
-
setQuickDrag
public void setQuickDrag(boolean newQuickDrag)
- Specified by:
setQuickDragin interfaceFormat- Parameters:
newQuickDrag- the new value of the 'Quick Drag' attribute.- See Also:
Format.isSetQuickDrag(),Format.unsetQuickDrag(),Format.isQuickDrag()
-
unsetQuickDrag
public void unsetQuickDrag()
- Specified by:
unsetQuickDragin interfaceFormat- See Also:
Format.isSetQuickDrag(),Format.isQuickDrag(),Format.setQuickDrag(boolean)
-
isSetQuickDrag
public boolean isSetQuickDrag()
- Specified by:
isSetQuickDragin interfaceFormat- Returns:
- whether the value of the 'Quick Drag' attribute is set.
- See Also:
Format.unsetQuickDrag(),Format.isQuickDrag(),Format.setQuickDrag(boolean)
-
isAutoMarkIncomplete
public boolean isAutoMarkIncomplete()
- Specified by:
isAutoMarkIncompletein interfaceFormat- Returns:
- the value of the 'Auto Mark Incomplete' attribute.
- See Also:
Format.isSetAutoMarkIncomplete(),Format.unsetAutoMarkIncomplete(),Format.setAutoMarkIncomplete(boolean),MoxelPackage.getFormat_AutoMarkIncomplete()
-
setAutoMarkIncomplete
public void setAutoMarkIncomplete(boolean newAutoMarkIncomplete)
- Specified by:
setAutoMarkIncompletein interfaceFormat- Parameters:
newAutoMarkIncomplete- the new value of the 'Auto Mark Incomplete' attribute.- See Also:
Format.isSetAutoMarkIncomplete(),Format.unsetAutoMarkIncomplete(),Format.isAutoMarkIncomplete()
-
unsetAutoMarkIncomplete
public void unsetAutoMarkIncomplete()
- Specified by:
unsetAutoMarkIncompletein interfaceFormat- See Also:
Format.isSetAutoMarkIncomplete(),Format.isAutoMarkIncomplete(),Format.setAutoMarkIncomplete(boolean)
-
isSetAutoMarkIncomplete
public boolean isSetAutoMarkIncomplete()
- Specified by:
isSetAutoMarkIncompletein interfaceFormat- Returns:
- whether the value of the 'Auto Mark Incomplete' attribute is set.
- See Also:
Format.unsetAutoMarkIncomplete(),Format.isAutoMarkIncomplete(),Format.setAutoMarkIncomplete(boolean)
-
isMarkIncomplete
public boolean isMarkIncomplete()
- Specified by:
isMarkIncompletein interfaceFormat- Returns:
- the value of the 'Mark Incomplete' attribute.
- See Also:
Format.isSetMarkIncomplete(),Format.unsetMarkIncomplete(),Format.setMarkIncomplete(boolean),MoxelPackage.getFormat_MarkIncomplete()
-
setMarkIncomplete
public void setMarkIncomplete(boolean newMarkIncomplete)
- Specified by:
setMarkIncompletein interfaceFormat- Parameters:
newMarkIncomplete- the new value of the 'Mark Incomplete' attribute.- See Also:
Format.isSetMarkIncomplete(),Format.unsetMarkIncomplete(),Format.isMarkIncomplete()
-
unsetMarkIncomplete
public void unsetMarkIncomplete()
- Specified by:
unsetMarkIncompletein interfaceFormat- See Also:
Format.isSetMarkIncomplete(),Format.isMarkIncomplete(),Format.setMarkIncomplete(boolean)
-
isSetMarkIncomplete
public boolean isSetMarkIncomplete()
- Specified by:
isSetMarkIncompletein interfaceFormat- Returns:
- whether the value of the 'Mark Incomplete' attribute is set.
- See Also:
Format.unsetMarkIncomplete(),Format.isMarkIncomplete(),Format.setMarkIncomplete(boolean)
-
getIndent
public int getIndent()
- Specified by:
getIndentin interfaceFormat- Returns:
- the value of the 'Indent' attribute.
- See Also:
Format.isSetIndent(),Format.unsetIndent(),Format.setIndent(int),MoxelPackage.getFormat_Indent()
-
setIndent
public void setIndent(int newIndent)
- Specified by:
setIndentin interfaceFormat- Parameters:
newIndent- the new value of the 'Indent' attribute.- See Also:
Format.isSetIndent(),Format.unsetIndent(),Format.getIndent()
-
unsetIndent
public void unsetIndent()
- Specified by:
unsetIndentin interfaceFormat- See Also:
Format.isSetIndent(),Format.getIndent(),Format.setIndent(int)
-
isSetIndent
public boolean isSetIndent()
- Specified by:
isSetIndentin interfaceFormat- Returns:
- whether the value of the 'Indent' attribute is set.
- See Also:
Format.unsetIndent(),Format.getIndent(),Format.setIndent(int)
-
getAutoIndent
public int getAutoIndent()
- Specified by:
getAutoIndentin interfaceFormat- Returns:
- the value of the 'Auto Indent' attribute.
- See Also:
Format.isSetAutoIndent(),Format.unsetAutoIndent(),Format.setAutoIndent(int),MoxelPackage.getFormat_AutoIndent()
-
setAutoIndent
public void setAutoIndent(int newAutoIndent)
- Specified by:
setAutoIndentin interfaceFormat- Parameters:
newAutoIndent- the new value of the 'Auto Indent' attribute.- See Also:
Format.isSetAutoIndent(),Format.unsetAutoIndent(),Format.getAutoIndent()
-
unsetAutoIndent
public void unsetAutoIndent()
- Specified by:
unsetAutoIndentin interfaceFormat- See Also:
Format.isSetAutoIndent(),Format.getAutoIndent(),Format.setAutoIndent(int)
-
isSetAutoIndent
public boolean isSetAutoIndent()
- Specified by:
isSetAutoIndentin interfaceFormat- Returns:
- whether the value of the 'Auto Indent' attribute is set.
- See Also:
Format.unsetAutoIndent(),Format.getAutoIndent(),Format.setAutoIndent(int)
-
getDataFormat
public LocalString getDataFormat()
- Specified by:
getDataFormatin interfaceFormat- Returns:
- the value of the 'Data Format' containment reference.
- See Also:
Format.isSetDataFormat(),Format.unsetDataFormat(),Format.setDataFormat(LocalString),MoxelPackage.getFormat_DataFormat()
-
setDataFormat
public void setDataFormat(LocalString newDataFormat)
- Specified by:
setDataFormatin interfaceFormat- Parameters:
newDataFormat- the new value of the 'Data Format' containment reference.- See Also:
Format.isSetDataFormat(),Format.unsetDataFormat(),Format.getDataFormat()
-
unsetDataFormat
public void unsetDataFormat()
- Specified by:
unsetDataFormatin interfaceFormat- See Also:
Format.isSetDataFormat(),Format.getDataFormat(),Format.setDataFormat(LocalString)
-
isSetDataFormat
public boolean isSetDataFormat()
- Specified by:
isSetDataFormatin interfaceFormat- Returns:
- whether the value of the 'Data Format' containment reference is set.
- See Also:
Format.unsetDataFormat(),Format.getDataFormat(),Format.setDataFormat(LocalString)
-
getEditFormat
public LocalString getEditFormat()
- Specified by:
getEditFormatin interfaceFormat- Returns:
- the value of the 'Edit Format' containment reference.
- See Also:
Format.isSetEditFormat(),Format.unsetEditFormat(),Format.setEditFormat(LocalString),MoxelPackage.getFormat_EditFormat()
-
setEditFormat
public void setEditFormat(LocalString newEditFormat)
- Specified by:
setEditFormatin interfaceFormat- Parameters:
newEditFormat- the new value of the 'Edit Format' containment reference.- See Also:
Format.isSetEditFormat(),Format.unsetEditFormat(),Format.getEditFormat()
-
unsetEditFormat
public void unsetEditFormat()
- Specified by:
unsetEditFormatin interfaceFormat- See Also:
Format.isSetEditFormat(),Format.getEditFormat(),Format.setEditFormat(LocalString)
-
isSetEditFormat
public boolean isSetEditFormat()
- Specified by:
isSetEditFormatin interfaceFormat- Returns:
- whether the value of the 'Edit Format' containment reference is set.
- See Also:
Format.unsetEditFormat(),Format.getEditFormat(),Format.setEditFormat(LocalString)
-
getMask
public LocalString getMask()
- Specified by:
getMaskin interfaceFormat- Returns:
- the value of the 'Mask' containment reference.
- See Also:
Format.isSetMask(),Format.unsetMask(),Format.setMask(LocalString),MoxelPackage.getFormat_Mask()
-
setMask
public void setMask(LocalString newMask)
- Specified by:
setMaskin interfaceFormat- Parameters:
newMask- the new value of the 'Mask' containment reference.- See Also:
Format.isSetMask(),Format.unsetMask(),Format.getMask()
-
unsetMask
public void unsetMask()
- Specified by:
unsetMaskin interfaceFormat- See Also:
Format.isSetMask(),Format.getMask(),Format.setMask(LocalString)
-
isSetMask
public boolean isSetMask()
- Specified by:
isSetMaskin interfaceFormat- Returns:
- whether the value of the 'Mask' containment reference is set.
- See Also:
Format.unsetMask(),Format.getMask(),Format.setMask(LocalString)
-
getSizeChangeMode
public SizeChangeMode getSizeChangeMode()
- Specified by:
getSizeChangeModein interfaceFormat- Returns:
- the value of the 'Size Change Mode' attribute.
- See Also:
SizeChangeMode,Format.isSetSizeChangeMode(),Format.unsetSizeChangeMode(),Format.setSizeChangeMode(SizeChangeMode),MoxelPackage.getFormat_SizeChangeMode()
-
setSizeChangeMode
public void setSizeChangeMode(SizeChangeMode newSizeChangeMode)
- Specified by:
setSizeChangeModein interfaceFormat- Parameters:
newSizeChangeMode- the new value of the 'Size Change Mode' attribute.- See Also:
SizeChangeMode,Format.isSetSizeChangeMode(),Format.unsetSizeChangeMode(),Format.getSizeChangeMode()
-
unsetSizeChangeMode
public void unsetSizeChangeMode()
- Specified by:
unsetSizeChangeModein interfaceFormat- See Also:
Format.isSetSizeChangeMode(),Format.getSizeChangeMode(),Format.setSizeChangeMode(SizeChangeMode)
-
isSetSizeChangeMode
public boolean isSetSizeChangeMode()
- Specified by:
isSetSizeChangeModein interfaceFormat- Returns:
- whether the value of the 'Size Change Mode' attribute is set.
- See Also:
Format.unsetSizeChangeMode(),Format.getSizeChangeMode(),Format.setSizeChangeMode(SizeChangeMode)
-
isPrint
public boolean isPrint()
- Specified by:
isPrintin interfaceFormat- Returns:
- the value of the 'Print' attribute.
- See Also:
Format.isSetPrint(),Format.unsetPrint(),Format.setPrint(boolean),MoxelPackage.getFormat_Print()
-
setPrint
public void setPrint(boolean newPrint)
- Specified by:
setPrintin interfaceFormat- Parameters:
newPrint- the new value of the 'Print' attribute.- See Also:
Format.isSetPrint(),Format.unsetPrint(),Format.isPrint()
-
unsetPrint
public void unsetPrint()
- Specified by:
unsetPrintin interfaceFormat- See Also:
Format.isSetPrint(),Format.isPrint(),Format.setPrint(boolean)
-
isSetPrint
public boolean isSetPrint()
- Specified by:
isSetPrintin interfaceFormat- Returns:
- whether the value of the 'Print' attribute is set.
- See Also:
Format.unsetPrint(),Format.isPrint(),Format.setPrint(boolean)
-
getDrawingBorder
public int getDrawingBorder()
- Specified by:
getDrawingBorderin interfaceFormat- Returns:
- the value of the 'Drawing Border' attribute.
- See Also:
Format.isSetDrawingBorder(),Format.unsetDrawingBorder(),Format.setDrawingBorder(int),MoxelPackage.getFormat_DrawingBorder()
-
setDrawingBorder
public void setDrawingBorder(int newDrawingBorder)
- Specified by:
setDrawingBorderin interfaceFormat- Parameters:
newDrawingBorder- the new value of the 'Drawing Border' attribute.- See Also:
Format.isSetDrawingBorder(),Format.unsetDrawingBorder(),Format.getDrawingBorder()
-
unsetDrawingBorder
public void unsetDrawingBorder()
- Specified by:
unsetDrawingBorderin interfaceFormat- See Also:
Format.isSetDrawingBorder(),Format.getDrawingBorder(),Format.setDrawingBorder(int)
-
isSetDrawingBorder
public boolean isSetDrawingBorder()
- Specified by:
isSetDrawingBorderin interfaceFormat- Returns:
- whether the value of the 'Drawing Border' attribute is set.
- See Also:
Format.unsetDrawingBorder(),Format.getDrawingBorder(),Format.setDrawingBorder(int)
-
isDrawingHaveLeftBorder
public boolean isDrawingHaveLeftBorder()
- Specified by:
isDrawingHaveLeftBorderin interfaceFormat- Returns:
- the value of the 'Drawing Have Left Border' attribute.
- See Also:
Format.isSetDrawingHaveLeftBorder(),Format.unsetDrawingHaveLeftBorder(),Format.setDrawingHaveLeftBorder(boolean),MoxelPackage.getFormat_DrawingHaveLeftBorder()
-
setDrawingHaveLeftBorder
public void setDrawingHaveLeftBorder(boolean newDrawingHaveLeftBorder)
- Specified by:
setDrawingHaveLeftBorderin interfaceFormat- Parameters:
newDrawingHaveLeftBorder- the new value of the 'Drawing Have Left Border' attribute.- See Also:
Format.isSetDrawingHaveLeftBorder(),Format.unsetDrawingHaveLeftBorder(),Format.isDrawingHaveLeftBorder()
-
unsetDrawingHaveLeftBorder
public void unsetDrawingHaveLeftBorder()
- Specified by:
unsetDrawingHaveLeftBorderin interfaceFormat- See Also:
Format.isSetDrawingHaveLeftBorder(),Format.isDrawingHaveLeftBorder(),Format.setDrawingHaveLeftBorder(boolean)
-
isSetDrawingHaveLeftBorder
public boolean isSetDrawingHaveLeftBorder()
- Specified by:
isSetDrawingHaveLeftBorderin interfaceFormat- Returns:
- whether the value of the 'Drawing Have Left Border' attribute is set.
- See Also:
Format.unsetDrawingHaveLeftBorder(),Format.isDrawingHaveLeftBorder(),Format.setDrawingHaveLeftBorder(boolean)
-
isDrawingHaveTopBorder
public boolean isDrawingHaveTopBorder()
- Specified by:
isDrawingHaveTopBorderin interfaceFormat- Returns:
- the value of the 'Drawing Have Top Border' attribute.
- See Also:
Format.isSetDrawingHaveTopBorder(),Format.unsetDrawingHaveTopBorder(),Format.setDrawingHaveTopBorder(boolean),MoxelPackage.getFormat_DrawingHaveTopBorder()
-
setDrawingHaveTopBorder
public void setDrawingHaveTopBorder(boolean newDrawingHaveTopBorder)
- Specified by:
setDrawingHaveTopBorderin interfaceFormat- Parameters:
newDrawingHaveTopBorder- the new value of the 'Drawing Have Top Border' attribute.- See Also:
Format.isSetDrawingHaveTopBorder(),Format.unsetDrawingHaveTopBorder(),Format.isDrawingHaveTopBorder()
-
unsetDrawingHaveTopBorder
public void unsetDrawingHaveTopBorder()
- Specified by:
unsetDrawingHaveTopBorderin interfaceFormat- See Also:
Format.isSetDrawingHaveTopBorder(),Format.isDrawingHaveTopBorder(),Format.setDrawingHaveTopBorder(boolean)
-
isSetDrawingHaveTopBorder
public boolean isSetDrawingHaveTopBorder()
- Specified by:
isSetDrawingHaveTopBorderin interfaceFormat- Returns:
- whether the value of the 'Drawing Have Top Border' attribute is set.
- See Also:
Format.unsetDrawingHaveTopBorder(),Format.isDrawingHaveTopBorder(),Format.setDrawingHaveTopBorder(boolean)
-
isDrawingHaveRightBorder
public boolean isDrawingHaveRightBorder()
- Specified by:
isDrawingHaveRightBorderin interfaceFormat- Returns:
- the value of the 'Drawing Have Right Border' attribute.
- See Also:
Format.isSetDrawingHaveRightBorder(),Format.unsetDrawingHaveRightBorder(),Format.setDrawingHaveRightBorder(boolean),MoxelPackage.getFormat_DrawingHaveRightBorder()
-
setDrawingHaveRightBorder
public void setDrawingHaveRightBorder(boolean newDrawingHaveRightBorder)
- Specified by:
setDrawingHaveRightBorderin interfaceFormat- Parameters:
newDrawingHaveRightBorder- the new value of the 'Drawing Have Right Border' attribute.- See Also:
Format.isSetDrawingHaveRightBorder(),Format.unsetDrawingHaveRightBorder(),Format.isDrawingHaveRightBorder()
-
unsetDrawingHaveRightBorder
public void unsetDrawingHaveRightBorder()
- Specified by:
unsetDrawingHaveRightBorderin interfaceFormat- See Also:
Format.isSetDrawingHaveRightBorder(),Format.isDrawingHaveRightBorder(),Format.setDrawingHaveRightBorder(boolean)
-
isSetDrawingHaveRightBorder
public boolean isSetDrawingHaveRightBorder()
- Specified by:
isSetDrawingHaveRightBorderin interfaceFormat- Returns:
- whether the value of the 'Drawing Have Right Border' attribute is set.
- See Also:
Format.unsetDrawingHaveRightBorder(),Format.isDrawingHaveRightBorder(),Format.setDrawingHaveRightBorder(boolean)
-
isDrawingHaveBottomBorder
public boolean isDrawingHaveBottomBorder()
- Specified by:
isDrawingHaveBottomBorderin interfaceFormat- Returns:
- the value of the 'Drawing Have Bottom Border' attribute.
- See Also:
Format.isSetDrawingHaveBottomBorder(),Format.unsetDrawingHaveBottomBorder(),Format.setDrawingHaveBottomBorder(boolean),MoxelPackage.getFormat_DrawingHaveBottomBorder()
-
setDrawingHaveBottomBorder
public void setDrawingHaveBottomBorder(boolean newDrawingHaveBottomBorder)
- Specified by:
setDrawingHaveBottomBorderin interfaceFormat- Parameters:
newDrawingHaveBottomBorder- the new value of the 'Drawing Have Bottom Border' attribute.- See Also:
Format.isSetDrawingHaveBottomBorder(),Format.unsetDrawingHaveBottomBorder(),Format.isDrawingHaveBottomBorder()
-
unsetDrawingHaveBottomBorder
public void unsetDrawingHaveBottomBorder()
- Specified by:
unsetDrawingHaveBottomBorderin interfaceFormat- See Also:
Format.isSetDrawingHaveBottomBorder(),Format.isDrawingHaveBottomBorder(),Format.setDrawingHaveBottomBorder(boolean)
-
isSetDrawingHaveBottomBorder
public boolean isSetDrawingHaveBottomBorder()
- Specified by:
isSetDrawingHaveBottomBorderin interfaceFormat- Returns:
- whether the value of the 'Drawing Have Bottom Border' attribute is set.
- See Also:
Format.unsetDrawingHaveBottomBorder(),Format.isDrawingHaveBottomBorder(),Format.setDrawingHaveBottomBorder(boolean)
-
getPictureIndex
public int getPictureIndex()
- Specified by:
getPictureIndexin interfaceFormat- Returns:
- the value of the 'Picture Index' attribute.
- See Also:
Format.isSetPictureIndex(),Format.unsetPictureIndex(),Format.setPictureIndex(int),MoxelPackage.getFormat_PictureIndex()
-
setPictureIndex
public void setPictureIndex(int newPictureIndex)
- Specified by:
setPictureIndexin interfaceFormat- Parameters:
newPictureIndex- the new value of the 'Picture Index' attribute.- See Also:
Format.isSetPictureIndex(),Format.unsetPictureIndex(),Format.getPictureIndex()
-
unsetPictureIndex
public void unsetPictureIndex()
- Specified by:
unsetPictureIndexin interfaceFormat- See Also:
Format.isSetPictureIndex(),Format.getPictureIndex(),Format.setPictureIndex(int)
-
isSetPictureIndex
public boolean isSetPictureIndex()
- Specified by:
isSetPictureIndexin interfaceFormat- Returns:
- whether the value of the 'Picture Index' attribute is set.
- See Also:
Format.unsetPictureIndex(),Format.getPictureIndex(),Format.setPictureIndex(int)
-
getPictureHorizontalAlignment
public HorizontalAlignment getPictureHorizontalAlignment()
- Specified by:
getPictureHorizontalAlignmentin interfaceFormat- Returns:
- the value of the 'Picture Horizontal Alignment' attribute.
- See Also:
HorizontalAlignment,Format.isSetPictureHorizontalAlignment(),Format.unsetPictureHorizontalAlignment(),Format.setPictureHorizontalAlignment(HorizontalAlignment),MoxelPackage.getFormat_PictureHorizontalAlignment()
-
setPictureHorizontalAlignment
public void setPictureHorizontalAlignment(HorizontalAlignment newPictureHorizontalAlignment)
- Specified by:
setPictureHorizontalAlignmentin interfaceFormat- Parameters:
newPictureHorizontalAlignment- the new value of the 'Picture Horizontal Alignment' attribute.- See Also:
HorizontalAlignment,Format.isSetPictureHorizontalAlignment(),Format.unsetPictureHorizontalAlignment(),Format.getPictureHorizontalAlignment()
-
unsetPictureHorizontalAlignment
public void unsetPictureHorizontalAlignment()
- Specified by:
unsetPictureHorizontalAlignmentin interfaceFormat- See Also:
Format.isSetPictureHorizontalAlignment(),Format.getPictureHorizontalAlignment(),Format.setPictureHorizontalAlignment(HorizontalAlignment)
-
isSetPictureHorizontalAlignment
public boolean isSetPictureHorizontalAlignment()
- Specified by:
isSetPictureHorizontalAlignmentin interfaceFormat- Returns:
- whether the value of the 'Picture Horizontal Alignment' attribute is set.
- See Also:
Format.unsetPictureHorizontalAlignment(),Format.getPictureHorizontalAlignment(),Format.setPictureHorizontalAlignment(HorizontalAlignment)
-
getPictureVerticalAlignment
public VerticalAlignment getPictureVerticalAlignment()
- Specified by:
getPictureVerticalAlignmentin interfaceFormat- Returns:
- the value of the 'Picture Vertical Alignment' attribute.
- See Also:
VerticalAlignment,Format.isSetPictureVerticalAlignment(),Format.unsetPictureVerticalAlignment(),Format.setPictureVerticalAlignment(VerticalAlignment),MoxelPackage.getFormat_PictureVerticalAlignment()
-
setPictureVerticalAlignment
public void setPictureVerticalAlignment(VerticalAlignment newPictureVerticalAlignment)
- Specified by:
setPictureVerticalAlignmentin interfaceFormat- Parameters:
newPictureVerticalAlignment- the new value of the 'Picture Vertical Alignment' attribute.- See Also:
VerticalAlignment,Format.isSetPictureVerticalAlignment(),Format.unsetPictureVerticalAlignment(),Format.getPictureVerticalAlignment()
-
unsetPictureVerticalAlignment
public void unsetPictureVerticalAlignment()
- Specified by:
unsetPictureVerticalAlignmentin interfaceFormat- See Also:
Format.isSetPictureVerticalAlignment(),Format.getPictureVerticalAlignment(),Format.setPictureVerticalAlignment(VerticalAlignment)
-
isSetPictureVerticalAlignment
public boolean isSetPictureVerticalAlignment()
- Specified by:
isSetPictureVerticalAlignmentin interfaceFormat- Returns:
- whether the value of the 'Picture Vertical Alignment' attribute is set.
- See Also:
Format.unsetPictureVerticalAlignment(),Format.getPictureVerticalAlignment(),Format.setPictureVerticalAlignment(VerticalAlignment)
-
getPictureSize
public PictureSize getPictureSize()
- Specified by:
getPictureSizein interfaceFormat- Returns:
- the value of the 'Picture Size' attribute.
- See Also:
PictureSize,Format.isSetPictureSize(),Format.unsetPictureSize(),Format.setPictureSize(PictureSize),MoxelPackage.getFormat_PictureSize()
-
setPictureSize
public void setPictureSize(PictureSize newPictureSize)
- Specified by:
setPictureSizein interfaceFormat- Parameters:
newPictureSize- the new value of the 'Picture Size' attribute.- See Also:
PictureSize,Format.isSetPictureSize(),Format.unsetPictureSize(),Format.getPictureSize()
-
unsetPictureSize
public void unsetPictureSize()
- Specified by:
unsetPictureSizein interfaceFormat- See Also:
Format.isSetPictureSize(),Format.getPictureSize(),Format.setPictureSize(PictureSize)
-
isSetPictureSize
public boolean isSetPictureSize()
- Specified by:
isSetPictureSizein interfaceFormat- Returns:
- whether the value of the 'Picture Size' attribute is set.
- See Also:
Format.unsetPictureSize(),Format.getPictureSize(),Format.setPictureSize(PictureSize)
-
getTextPosition
public CellTextPosition getTextPosition()
- Specified by:
getTextPositionin interfaceFormat- Returns:
- the value of the 'Text Position' attribute.
- See Also:
CellTextPosition,Format.isSetTextPosition(),Format.unsetTextPosition(),Format.setTextPosition(CellTextPosition),MoxelPackage.getFormat_TextPosition()
-
setTextPosition
public void setTextPosition(CellTextPosition newTextPosition)
- Specified by:
setTextPositionin interfaceFormat- Parameters:
newTextPosition- the new value of the 'Text Position' attribute.- See Also:
CellTextPosition,Format.isSetTextPosition(),Format.unsetTextPosition(),Format.getTextPosition()
-
unsetTextPosition
public void unsetTextPosition()
- Specified by:
unsetTextPositionin interfaceFormat- See Also:
Format.isSetTextPosition(),Format.getTextPosition(),Format.setTextPosition(CellTextPosition)
-
isSetTextPosition
public boolean isSetTextPosition()
- Specified by:
isSetTextPositionin interfaceFormat- Returns:
- whether the value of the 'Text Position' attribute is set.
- See Also:
Format.unsetTextPosition(),Format.getTextPosition(),Format.setTextPosition(CellTextPosition)
-
isAutoWidthCalculation
public boolean isAutoWidthCalculation()
- Specified by:
isAutoWidthCalculationin interfaceFormat- Returns:
- the value of the 'Auto Width Calculation' attribute.
- See Also:
Format.isSetAutoWidthCalculation(),Format.unsetAutoWidthCalculation(),Format.setAutoWidthCalculation(boolean),MoxelPackage.getFormat_AutoWidthCalculation()
-
setAutoWidthCalculation
public void setAutoWidthCalculation(boolean newAutoWidthCalculation)
- Specified by:
setAutoWidthCalculationin interfaceFormat- Parameters:
newAutoWidthCalculation- the new value of the 'Auto Width Calculation' attribute.- See Also:
Format.isSetAutoWidthCalculation(),Format.unsetAutoWidthCalculation(),Format.isAutoWidthCalculation()
-
unsetAutoWidthCalculation
public void unsetAutoWidthCalculation()
- Specified by:
unsetAutoWidthCalculationin interfaceFormat- See Also:
Format.isSetAutoWidthCalculation(),Format.isAutoWidthCalculation(),Format.setAutoWidthCalculation(boolean)
-
isSetAutoWidthCalculation
public boolean isSetAutoWidthCalculation()
- Specified by:
isSetAutoWidthCalculationin interfaceFormat- Returns:
- whether the value of the 'Auto Width Calculation' attribute is set.
- See Also:
Format.unsetAutoWidthCalculation(),Format.isAutoWidthCalculation(),Format.setAutoWidthCalculation(boolean)
-
getWidthWeightFactor
public int getWidthWeightFactor()
- Specified by:
getWidthWeightFactorin interfaceFormat- Returns:
- the value of the 'Width Weight Factor' attribute.
- See Also:
Format.isSetWidthWeightFactor(),Format.unsetWidthWeightFactor(),Format.setWidthWeightFactor(int),MoxelPackage.getFormat_WidthWeightFactor()
-
setWidthWeightFactor
public void setWidthWeightFactor(int newWidthWeightFactor)
- Specified by:
setWidthWeightFactorin interfaceFormat- Parameters:
newWidthWeightFactor- the new value of the 'Width Weight Factor' attribute.- See Also:
Format.isSetWidthWeightFactor(),Format.unsetWidthWeightFactor(),Format.getWidthWeightFactor()
-
unsetWidthWeightFactor
public void unsetWidthWeightFactor()
- Specified by:
unsetWidthWeightFactorin interfaceFormat- See Also:
Format.isSetWidthWeightFactor(),Format.getWidthWeightFactor(),Format.setWidthWeightFactor(int)
-
isSetWidthWeightFactor
public boolean isSetWidthWeightFactor()
- Specified by:
isSetWidthWeightFactorin interfaceFormat- Returns:
- whether the value of the 'Width Weight Factor' attribute is set.
- See Also:
Format.unsetWidthWeightFactor(),Format.getWidthWeightFactor(),Format.setWidthWeightFactor(int)
-
getMarginLeft
public int getMarginLeft()
- Specified by:
getMarginLeftin interfaceFormat- Returns:
- the value of the 'Margin Left' attribute.
- See Also:
Format.isSetMarginLeft(),Format.unsetMarginLeft(),Format.setMarginLeft(int),MoxelPackage.getFormat_MarginLeft()
-
setMarginLeft
public void setMarginLeft(int newMarginLeft)
- Specified by:
setMarginLeftin interfaceFormat- Parameters:
newMarginLeft- the new value of the 'Margin Left' attribute.- See Also:
Format.isSetMarginLeft(),Format.unsetMarginLeft(),Format.getMarginLeft()
-
unsetMarginLeft
public void unsetMarginLeft()
- Specified by:
unsetMarginLeftin interfaceFormat- See Also:
Format.isSetMarginLeft(),Format.getMarginLeft(),Format.setMarginLeft(int)
-
isSetMarginLeft
public boolean isSetMarginLeft()
- Specified by:
isSetMarginLeftin interfaceFormat- Returns:
- whether the value of the 'Margin Left' attribute is set.
- See Also:
Format.unsetMarginLeft(),Format.getMarginLeft(),Format.setMarginLeft(int)
-
getMarginTop
public int getMarginTop()
- Specified by:
getMarginTopin interfaceFormat- Returns:
- the value of the 'Margin Top' attribute.
- See Also:
Format.isSetMarginTop(),Format.unsetMarginTop(),Format.setMarginTop(int),MoxelPackage.getFormat_MarginTop()
-
setMarginTop
public void setMarginTop(int newMarginTop)
- Specified by:
setMarginTopin interfaceFormat- Parameters:
newMarginTop- the new value of the 'Margin Top' attribute.- See Also:
Format.isSetMarginTop(),Format.unsetMarginTop(),Format.getMarginTop()
-
unsetMarginTop
public void unsetMarginTop()
- Specified by:
unsetMarginTopin interfaceFormat- See Also:
Format.isSetMarginTop(),Format.getMarginTop(),Format.setMarginTop(int)
-
isSetMarginTop
public boolean isSetMarginTop()
- Specified by:
isSetMarginTopin interfaceFormat- Returns:
- whether the value of the 'Margin Top' attribute is set.
- See Also:
Format.unsetMarginTop(),Format.getMarginTop(),Format.setMarginTop(int)
-
getMarginRight
public int getMarginRight()
- Specified by:
getMarginRightin interfaceFormat- Returns:
- the value of the 'Margin Right' attribute.
- See Also:
Format.isSetMarginRight(),Format.unsetMarginRight(),Format.setMarginRight(int),MoxelPackage.getFormat_MarginRight()
-
setMarginRight
public void setMarginRight(int newMarginRight)
- Specified by:
setMarginRightin interfaceFormat- Parameters:
newMarginRight- the new value of the 'Margin Right' attribute.- See Also:
Format.isSetMarginRight(),Format.unsetMarginRight(),Format.getMarginRight()
-
unsetMarginRight
public void unsetMarginRight()
- Specified by:
unsetMarginRightin interfaceFormat- See Also:
Format.isSetMarginRight(),Format.getMarginRight(),Format.setMarginRight(int)
-
isSetMarginRight
public boolean isSetMarginRight()
- Specified by:
isSetMarginRightin interfaceFormat- Returns:
- whether the value of the 'Margin Right' attribute is set.
- See Also:
Format.unsetMarginRight(),Format.getMarginRight(),Format.setMarginRight(int)
-
getMarginBottom
public int getMarginBottom()
- Specified by:
getMarginBottomin interfaceFormat- Returns:
- the value of the 'Margin Bottom' attribute.
- See Also:
Format.isSetMarginBottom(),Format.unsetMarginBottom(),Format.setMarginBottom(int),MoxelPackage.getFormat_MarginBottom()
-
setMarginBottom
public void setMarginBottom(int newMarginBottom)
- Specified by:
setMarginBottomin interfaceFormat- Parameters:
newMarginBottom- the new value of the 'Margin Bottom' attribute.- See Also:
Format.isSetMarginBottom(),Format.unsetMarginBottom(),Format.getMarginBottom()
-
unsetMarginBottom
public void unsetMarginBottom()
- Specified by:
unsetMarginBottomin interfaceFormat- See Also:
Format.isSetMarginBottom(),Format.getMarginBottom(),Format.setMarginBottom(int)
-
isSetMarginBottom
public boolean isSetMarginBottom()
- Specified by:
isSetMarginBottomin interfaceFormat- Returns:
- whether the value of the 'Margin Bottom' attribute is set.
- See Also:
Format.unsetMarginBottom(),Format.getMarginBottom(),Format.setMarginBottom(int)
-
-