Package com._1c.g5.v8.dt.moxel.content
Interface TextDrawingProperties
- 
- All Superinterfaces:
- BaseDrawingProperties,- BaseDrawingWithBackgroundProperties,- org.eclipse.emf.ecore.EObject,- LineDrawingProperties,- org.eclipse.emf.common.notify.Notifier,- RectangleDrawingProperties
 - All Known Implementing Classes:
- TextDrawingPropertiesImpl
 
 public interface TextDrawingProperties extends RectangleDrawingProperties A representation of the model object 'Text Drawing Properties'.The following features are supported: - Font
- Horizontal Alignment
- Vertical Alignment
- Text Color
- Text Placement
- Fill Type
- Protection
- Text Orientation
- Mark Negatives
- Auto Mark Incomplete
- Mark Incomplete
- Data Format
- Edit Format
- Mask
- Autosize
- Contains Value
- Value Type
- Control Type
- Text
- Parameter
- Indent
- Margin Left
- Margin Top
- Margin Right
- Margin Bottom
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetControlType()Returns the value of the 'Control Type' attribute.LocalStringgetDataFormat()Returns the value of the 'Data Format' containment reference.LocalStringgetEditFormat()Returns the value of the 'Edit Format' containment reference.FillTypegetFillType()Returns the value of the 'Fill Type' attribute.FontgetFont()Returns the value of the 'Font' containment reference.HorizontalAlignmentgetHorizontalAlignment()Returns the value of the 'Horizontal Alignment' attribute.intgetIndent()Returns the value of the 'Indent' attribute.intgetMarginBottom()Returns the value of the 'Margin Bottom' attribute.intgetMarginLeft()Returns the value of the 'Margin Left' attribute.intgetMarginRight()Returns the value of the 'Margin Right' attribute.intgetMarginTop()Returns the value of the 'Margin Top' attribute.LocalStringgetMask()Returns the value of the 'Mask' containment reference.StringgetParameter()Returns the value of the 'Parameter' attribute.LocalStringgetText()Returns the value of the 'Text' containment reference.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.intgetTextOrientation()Returns the value of the 'Text Orientation' attribute.TextPlacementgetTextPlacement()Returns the value of the 'Text Placement' attribute.TypeDescriptiongetValueType()Returns the value of the 'Value Type' containment reference.VerticalAlignmentgetVerticalAlignment()Returns the value of the 'Vertical Alignment' attribute.booleanisAutoMarkIncomplete()Returns the value of the 'Auto Mark Incomplete' attribute.booleanisAutosize()Returns the value of the 'Autosize' attribute.booleanisContainsValue()Returns the value of the 'Contains Value' attribute.booleanisMarkIncomplete()Returns the value of the 'Mark Incomplete' attribute.booleanisMarkNegatives()Returns the value of the 'Mark Negatives' attribute.booleanisProtection()Returns the value of the 'Protection' attribute.booleanisSetAutoMarkIncomplete()Returns whether the value of the 'Auto Mark Incomplete' attribute is set.booleanisSetAutosize()Returns whether the value of the 'Autosize' attribute is set.booleanisSetContainsValue()Returns whether the value of the 'Contains Value' attribute is set.booleanisSetControlType()Returns whether the value of the 'Control Type' attribute is set.booleanisSetDataFormat()Returns whether the value of the 'Data Format' containment reference is set.booleanisSetEditFormat()Returns whether the value of the 'Edit Format' containment reference is set.booleanisSetFillType()Returns whether the value of the 'Fill Type' attribute is set.booleanisSetFont()Returns whether the value of the 'Font' containment reference is set.booleanisSetHorizontalAlignment()Returns whether the value of the 'Horizontal Alignment' attribute is set.booleanisSetIndent()Returns whether the value of the 'Indent' attribute is set.booleanisSetMarginBottom()Returns whether the value of the 'Margin Bottom' attribute is set.booleanisSetMarginLeft()Returns whether the value of the 'Margin Left' attribute is set.booleanisSetMarginRight()Returns whether the value of the 'Margin Right' attribute is set.booleanisSetMarginTop()Returns whether the value of the 'Margin Top' attribute is set.booleanisSetMarkIncomplete()Returns whether the value of the 'Mark Incomplete' attribute is set.booleanisSetMarkNegatives()Returns whether the value of the 'Mark Negatives' attribute is set.booleanisSetMask()Returns whether the value of the 'Mask' containment reference is set.booleanisSetParameter()Returns whether the value of the 'Parameter' attribute is set.booleanisSetProtection()Returns whether the value of the 'Protection' attribute is set.booleanisSetText()Returns whether the value of the 'Text' containment reference is set.booleanisSetTextColor()Returns whether the value of the 'Text Color' containment reference is set.booleanisSetTextOrientation()Returns whether the value of the 'Text Orientation' attribute is set.booleanisSetTextPlacement()Returns whether the value of the 'Text Placement' attribute is set.booleanisSetValueType()Returns whether the value of the 'Value Type' containment reference is set.booleanisSetVerticalAlignment()Returns whether the value of the 'Vertical Alignment' attribute is set.voidsetAutoMarkIncomplete(boolean value)Sets the value of the 'Auto Mark Incomplete' attribute.voidsetAutosize(boolean value)Sets the value of the 'Autosize' attribute.voidsetContainsValue(boolean value)Sets the value of the 'Contains Value' attribute.voidsetControlType(UUID value)Sets the value of the 'Control Type' attribute.voidsetDataFormat(LocalString value)Sets the value of the 'Data Format' containment reference.voidsetEditFormat(LocalString value)Sets the value of the 'Edit Format' containment reference.voidsetFillType(FillType value)Sets the value of the 'Fill Type' attribute.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetHorizontalAlignment(HorizontalAlignment value)Sets the value of the 'Horizontal Alignment' attribute.voidsetIndent(int value)Sets the value of the 'Indent' attribute.voidsetMarginBottom(int value)Sets the value of the 'Margin Bottom' attribute.voidsetMarginLeft(int value)Sets the value of the 'Margin Left' attribute.voidsetMarginRight(int value)Sets the value of the 'Margin Right' attribute.voidsetMarginTop(int value)Sets the value of the 'Margin Top' attribute.voidsetMarkIncomplete(boolean value)Sets the value of the 'Mark Incomplete' attribute.voidsetMarkNegatives(boolean value)Sets the value of the 'Mark Negatives' attribute.voidsetMask(LocalString value)Sets the value of the 'Mask' containment reference.voidsetParameter(String value)Sets the value of the 'Parameter' attribute.voidsetProtection(boolean value)Sets the value of the 'Protection' attribute.voidsetText(LocalString value)Sets the value of the 'Text' containment reference.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTextOrientation(int value)Sets the value of the 'Text Orientation' attribute.voidsetTextPlacement(TextPlacement value)Sets the value of the 'Text Placement' attribute.voidsetValueType(TypeDescription value)Sets the value of the 'Value Type' containment reference.voidsetVerticalAlignment(VerticalAlignment value)Sets the value of the 'Vertical Alignment' attribute.voidunsetAutoMarkIncomplete()Unsets the value of the 'Auto Mark Incomplete' attribute.voidunsetAutosize()Unsets the value of the 'Autosize' attribute.voidunsetContainsValue()Unsets the value of the 'Contains Value' attribute.voidunsetControlType()Unsets the value of the 'Control Type' attribute.voidunsetDataFormat()Unsets the value of the 'Data Format' containment reference.voidunsetEditFormat()Unsets the value of the 'Edit Format' containment reference.voidunsetFillType()Unsets the value of the 'Fill Type' attribute.voidunsetFont()Unsets the value of the 'Font' containment reference.voidunsetHorizontalAlignment()Unsets the value of the 'Horizontal Alignment' attribute.voidunsetIndent()Unsets the value of the 'Indent' attribute.voidunsetMarginBottom()Unsets the value of the 'Margin Bottom' attribute.voidunsetMarginLeft()Unsets the value of the 'Margin Left' attribute.voidunsetMarginRight()Unsets the value of the 'Margin Right' attribute.voidunsetMarginTop()Unsets the value of the 'Margin Top' attribute.voidunsetMarkIncomplete()Unsets the value of the 'Mark Incomplete' attribute.voidunsetMarkNegatives()Unsets the value of the 'Mark Negatives' attribute.voidunsetMask()Unsets the value of the 'Mask' containment reference.voidunsetParameter()Unsets the value of the 'Parameter' attribute.voidunsetProtection()Unsets the value of the 'Protection' attribute.voidunsetText()Unsets the value of the 'Text' containment reference.voidunsetTextColor()Unsets the value of the 'Text Color' containment reference.voidunsetTextOrientation()Unsets the value of the 'Text Orientation' attribute.voidunsetTextPlacement()Unsets the value of the 'Text Placement' attribute.voidunsetValueType()Unsets the value of the 'Value Type' containment reference.voidunsetVerticalAlignment()Unsets the value of the 'Vertical Alignment' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingPropertiesgetCellReference, getDetailParameter, getName, isHyperlink, isIsTemplateModeOn, isPrint, isSetDetailParameter, isSetHyperlink, isSetName, isSetPrint, setCellReference, setDetailParameter, setHyperlink, setIsTemplateModeOn, setName, setPrint, unsetDetailParameter, unsetHyperlink, unsetName, unsetPrint
 - 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingWithBackgroundPropertiesgetBackColor, getPattern, getPatternColor, isSetBackColor, isSetPattern, isSetPatternColor, setBackColor, setPattern, setPatternColor, unsetBackColor, unsetPattern, unsetPatternColor
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.LineDrawingPropertiesgetLine, getLineColor, isSetLine, isSetLineColor, setLine, setLineColor, unsetLine, unsetLineColor
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.RectangleDrawingPropertiesisHaveBottomBorder, isHaveLeftBorder, isHaveRightBorder, isHaveTopBorder, isSetHaveBottomBorder, isSetHaveLeftBorder, isSetHaveRightBorder, isSetHaveTopBorder, setHaveBottomBorder, setHaveLeftBorder, setHaveRightBorder, setHaveTopBorder, unsetHaveBottomBorder, unsetHaveLeftBorder, unsetHaveRightBorder, unsetHaveTopBorder
 
- 
 
- 
- 
- 
Method Detail- 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- isSetFont(),- unsetFont(),- setFont(Font),- ContentPackage.getTextDrawingProperties_Font()
 
 - 
setFontvoid setFont(Font value) Sets the value of the 'Font' containment reference.- Parameters:
- value- the new value of the 'Font' containment reference.
- See Also:
- isSetFont(),- unsetFont(),- getFont()
 
 - 
unsetFontvoid unsetFont() Unsets the value of the 'Font' containment reference.- See Also:
- isSetFont(),- getFont(),- setFont(Font)
 
 - 
isSetFontboolean isSetFont() Returns whether the value of the 'Font' containment reference is set.- Returns:
- whether the value of the 'Font' containment reference is set.
- See Also:
- unsetFont(),- getFont(),- setFont(Font)
 
 - 
getHorizontalAlignmentHorizontalAlignment getHorizontalAlignment() Returns the value of the 'Horizontal Alignment' attribute. The literals are from the enumerationHorizontalAlignment.- Returns:
- the value of the 'Horizontal Alignment' attribute.
- See Also:
- HorizontalAlignment,- isSetHorizontalAlignment(),- unsetHorizontalAlignment(),- setHorizontalAlignment(HorizontalAlignment),- ContentPackage.getTextDrawingProperties_HorizontalAlignment()
 
 - 
setHorizontalAlignmentvoid setHorizontalAlignment(HorizontalAlignment value) Sets the value of the 'Horizontal Alignment' attribute.- Parameters:
- value- the new value of the 'Horizontal Alignment' attribute.
- See Also:
- HorizontalAlignment,- isSetHorizontalAlignment(),- unsetHorizontalAlignment(),- getHorizontalAlignment()
 
 - 
unsetHorizontalAlignmentvoid unsetHorizontalAlignment() Unsets the value of the 'Horizontal Alignment' attribute.
 - 
isSetHorizontalAlignmentboolean isSetHorizontalAlignment() Returns whether the value of the 'Horizontal Alignment' attribute is set.- Returns:
- whether the value of the 'Horizontal Alignment' attribute is set.
- See Also:
- unsetHorizontalAlignment(),- getHorizontalAlignment(),- setHorizontalAlignment(HorizontalAlignment)
 
 - 
getVerticalAlignmentVerticalAlignment getVerticalAlignment() Returns the value of the 'Vertical Alignment' attribute. The literals are from the enumerationVerticalAlignment.- Returns:
- the value of the 'Vertical Alignment' attribute.
- See Also:
- VerticalAlignment,- isSetVerticalAlignment(),- unsetVerticalAlignment(),- setVerticalAlignment(VerticalAlignment),- ContentPackage.getTextDrawingProperties_VerticalAlignment()
 
 - 
setVerticalAlignmentvoid setVerticalAlignment(VerticalAlignment value) Sets the value of the 'Vertical Alignment' attribute.- Parameters:
- value- the new value of the 'Vertical Alignment' attribute.
- See Also:
- VerticalAlignment,- isSetVerticalAlignment(),- unsetVerticalAlignment(),- getVerticalAlignment()
 
 - 
unsetVerticalAlignmentvoid unsetVerticalAlignment() Unsets the value of the 'Vertical Alignment' attribute.
 - 
isSetVerticalAlignmentboolean isSetVerticalAlignment() Returns whether the value of the 'Vertical Alignment' attribute is set.- Returns:
- whether the value of the 'Vertical Alignment' attribute is set.
- See Also:
- unsetVerticalAlignment(),- getVerticalAlignment(),- setVerticalAlignment(VerticalAlignment)
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- isSetTextColor(),- unsetTextColor(),- setTextColor(Color),- ContentPackage.getTextDrawingProperties_TextColor()
 
 - 
setTextColorvoid setTextColor(Color value) Sets the value of the 'Text Color' containment reference.- Parameters:
- value- the new value of the 'Text Color' containment reference.
- See Also:
- isSetTextColor(),- unsetTextColor(),- getTextColor()
 
 - 
unsetTextColorvoid unsetTextColor() Unsets the value of the 'Text Color' containment reference.- See Also:
- isSetTextColor(),- getTextColor(),- setTextColor(Color)
 
 - 
isSetTextColorboolean isSetTextColor() Returns whether the value of the 'Text Color' containment reference is set.- Returns:
- whether the value of the 'Text Color' containment reference is set.
- See Also:
- unsetTextColor(),- getTextColor(),- setTextColor(Color)
 
 - 
getTextPlacementTextPlacement getTextPlacement() Returns the value of the 'Text Placement' attribute. The literals are from the enumerationTextPlacement.- Returns:
- the value of the 'Text Placement' attribute.
- See Also:
- TextPlacement,- isSetTextPlacement(),- unsetTextPlacement(),- setTextPlacement(TextPlacement),- ContentPackage.getTextDrawingProperties_TextPlacement()
 
 - 
setTextPlacementvoid setTextPlacement(TextPlacement value) Sets the value of the 'Text Placement' attribute.- Parameters:
- value- the new value of the 'Text Placement' attribute.
- See Also:
- TextPlacement,- isSetTextPlacement(),- unsetTextPlacement(),- getTextPlacement()
 
 - 
unsetTextPlacementvoid unsetTextPlacement() Unsets the value of the 'Text Placement' attribute.
 - 
isSetTextPlacementboolean isSetTextPlacement() Returns whether the value of the 'Text Placement' attribute is set.- Returns:
- whether the value of the 'Text Placement' attribute is set.
- See Also:
- unsetTextPlacement(),- getTextPlacement(),- setTextPlacement(TextPlacement)
 
 - 
getFillTypeFillType getFillType() Returns the value of the 'Fill Type' attribute. The literals are from the enumerationFillType.- Returns:
- the value of the 'Fill Type' attribute.
- See Also:
- FillType,- isSetFillType(),- unsetFillType(),- setFillType(FillType),- ContentPackage.getTextDrawingProperties_FillType()
 
 - 
setFillTypevoid setFillType(FillType value) Sets the value of the 'Fill Type' attribute.- Parameters:
- value- the new value of the 'Fill Type' attribute.
- See Also:
- FillType,- isSetFillType(),- unsetFillType(),- getFillType()
 
 - 
unsetFillTypevoid unsetFillType() Unsets the value of the 'Fill Type' attribute.- See Also:
- isSetFillType(),- getFillType(),- setFillType(FillType)
 
 - 
isSetFillTypeboolean isSetFillType() Returns whether the value of the 'Fill Type' attribute is set.- Returns:
- whether the value of the 'Fill Type' attribute is set.
- See Also:
- unsetFillType(),- getFillType(),- setFillType(FillType)
 
 - 
isProtectionboolean isProtection() Returns the value of the 'Protection' attribute.- Returns:
- the value of the 'Protection' attribute.
- See Also:
- isSetProtection(),- unsetProtection(),- setProtection(boolean),- ContentPackage.getTextDrawingProperties_Protection()
 
 - 
setProtectionvoid setProtection(boolean value) Sets the value of the 'Protection' attribute.- Parameters:
- value- the new value of the 'Protection' attribute.
- See Also:
- isSetProtection(),- unsetProtection(),- isProtection()
 
 - 
unsetProtectionvoid unsetProtection() Unsets the value of the 'Protection' attribute.- See Also:
- isSetProtection(),- isProtection(),- setProtection(boolean)
 
 - 
isSetProtectionboolean isSetProtection() Returns whether the value of the 'Protection' attribute is set.- Returns:
- whether the value of the 'Protection' attribute is set.
- See Also:
- unsetProtection(),- isProtection(),- setProtection(boolean)
 
 - 
getTextOrientationint getTextOrientation() Returns the value of the 'Text Orientation' attribute.- Returns:
- the value of the 'Text Orientation' attribute.
- See Also:
- isSetTextOrientation(),- unsetTextOrientation(),- setTextOrientation(int),- ContentPackage.getTextDrawingProperties_TextOrientation()
 
 - 
setTextOrientationvoid setTextOrientation(int value) Sets the value of the 'Text Orientation' attribute.- Parameters:
- value- the new value of the 'Text Orientation' attribute.
- See Also:
- isSetTextOrientation(),- unsetTextOrientation(),- getTextOrientation()
 
 - 
unsetTextOrientationvoid unsetTextOrientation() Unsets the value of the 'Text Orientation' attribute.
 - 
isSetTextOrientationboolean isSetTextOrientation() Returns whether the value of the 'Text Orientation' attribute is set.- Returns:
- whether the value of the 'Text Orientation' attribute is set.
- See Also:
- unsetTextOrientation(),- getTextOrientation(),- setTextOrientation(int)
 
 - 
isMarkNegativesboolean isMarkNegatives() Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
- isSetMarkNegatives(),- unsetMarkNegatives(),- setMarkNegatives(boolean),- ContentPackage.getTextDrawingProperties_MarkNegatives()
 
 - 
setMarkNegativesvoid setMarkNegatives(boolean value) Sets the value of the 'Mark Negatives' attribute.- Parameters:
- value- the new value of the 'Mark Negatives' attribute.
- See Also:
- isSetMarkNegatives(),- unsetMarkNegatives(),- isMarkNegatives()
 
 - 
unsetMarkNegativesvoid unsetMarkNegatives() Unsets the value of the 'Mark Negatives' attribute.
 - 
isSetMarkNegativesboolean isSetMarkNegatives() Returns whether the value of the 'Mark Negatives' attribute is set.- Returns:
- whether the value of the 'Mark Negatives' attribute is set.
- See Also:
- unsetMarkNegatives(),- isMarkNegatives(),- setMarkNegatives(boolean)
 
 - 
isAutoMarkIncompleteboolean isAutoMarkIncomplete() Returns the value of the 'Auto Mark Incomplete' attribute.- Returns:
- the value of the 'Auto Mark Incomplete' attribute.
- See Also:
- isSetAutoMarkIncomplete(),- unsetAutoMarkIncomplete(),- setAutoMarkIncomplete(boolean),- ContentPackage.getTextDrawingProperties_AutoMarkIncomplete()
 
 - 
setAutoMarkIncompletevoid setAutoMarkIncomplete(boolean value) Sets the value of the 'Auto Mark Incomplete' attribute.- Parameters:
- value- the new value of the 'Auto Mark Incomplete' attribute.
- See Also:
- isSetAutoMarkIncomplete(),- unsetAutoMarkIncomplete(),- isAutoMarkIncomplete()
 
 - 
unsetAutoMarkIncompletevoid unsetAutoMarkIncomplete() Unsets the value of the 'Auto Mark Incomplete' attribute.
 - 
isSetAutoMarkIncompleteboolean isSetAutoMarkIncomplete() Returns whether the value of the 'Auto Mark Incomplete' attribute is set.- Returns:
- whether the value of the 'Auto Mark Incomplete' attribute is set.
- See Also:
- unsetAutoMarkIncomplete(),- isAutoMarkIncomplete(),- setAutoMarkIncomplete(boolean)
 
 - 
isMarkIncompleteboolean isMarkIncomplete() Returns the value of the 'Mark Incomplete' attribute.- Returns:
- the value of the 'Mark Incomplete' attribute.
- See Also:
- isSetMarkIncomplete(),- unsetMarkIncomplete(),- setMarkIncomplete(boolean),- ContentPackage.getTextDrawingProperties_MarkIncomplete()
 
 - 
setMarkIncompletevoid setMarkIncomplete(boolean value) Sets the value of the 'Mark Incomplete' attribute.- Parameters:
- value- the new value of the 'Mark Incomplete' attribute.
- See Also:
- isSetMarkIncomplete(),- unsetMarkIncomplete(),- isMarkIncomplete()
 
 - 
unsetMarkIncompletevoid unsetMarkIncomplete() Unsets the value of the 'Mark Incomplete' attribute.
 - 
isSetMarkIncompleteboolean isSetMarkIncomplete() Returns whether the value of the 'Mark Incomplete' attribute is set.- Returns:
- whether the value of the 'Mark Incomplete' attribute is set.
- See Also:
- unsetMarkIncomplete(),- isMarkIncomplete(),- setMarkIncomplete(boolean)
 
 - 
getDataFormatLocalString getDataFormat() Returns the value of the 'Data Format' containment reference.- Returns:
- the value of the 'Data Format' containment reference.
- See Also:
- isSetDataFormat(),- unsetDataFormat(),- setDataFormat(LocalString),- ContentPackage.getTextDrawingProperties_DataFormat()
 
 - 
setDataFormatvoid setDataFormat(LocalString value) Sets the value of the 'Data Format' containment reference.- Parameters:
- value- the new value of the 'Data Format' containment reference.
- See Also:
- isSetDataFormat(),- unsetDataFormat(),- getDataFormat()
 
 - 
unsetDataFormatvoid unsetDataFormat() Unsets the value of the 'Data Format' containment reference.
 - 
isSetDataFormatboolean isSetDataFormat() Returns whether the value of the 'Data Format' containment reference is set.- Returns:
- whether the value of the 'Data Format' containment reference is set.
- See Also:
- unsetDataFormat(),- getDataFormat(),- setDataFormat(LocalString)
 
 - 
getEditFormatLocalString getEditFormat() Returns the value of the 'Edit Format' containment reference.- Returns:
- the value of the 'Edit Format' containment reference.
- See Also:
- isSetEditFormat(),- unsetEditFormat(),- setEditFormat(LocalString),- ContentPackage.getTextDrawingProperties_EditFormat()
 
 - 
setEditFormatvoid setEditFormat(LocalString value) Sets the value of the 'Edit Format' containment reference.- Parameters:
- value- the new value of the 'Edit Format' containment reference.
- See Also:
- isSetEditFormat(),- unsetEditFormat(),- getEditFormat()
 
 - 
unsetEditFormatvoid unsetEditFormat() Unsets the value of the 'Edit Format' containment reference.
 - 
isSetEditFormatboolean isSetEditFormat() Returns whether the value of the 'Edit Format' containment reference is set.- Returns:
- whether the value of the 'Edit Format' containment reference is set.
- See Also:
- unsetEditFormat(),- getEditFormat(),- setEditFormat(LocalString)
 
 - 
getMaskLocalString getMask() Returns the value of the 'Mask' containment reference.- Returns:
- the value of the 'Mask' containment reference.
- See Also:
- isSetMask(),- unsetMask(),- setMask(LocalString),- ContentPackage.getTextDrawingProperties_Mask()
 
 - 
setMaskvoid setMask(LocalString value) Sets the value of the 'Mask' containment reference.- Parameters:
- value- the new value of the 'Mask' containment reference.
- See Also:
- isSetMask(),- unsetMask(),- getMask()
 
 - 
unsetMaskvoid unsetMask() Unsets the value of the 'Mask' containment reference.- See Also:
- isSetMask(),- getMask(),- setMask(LocalString)
 
 - 
isSetMaskboolean isSetMask() Returns whether the value of the 'Mask' containment reference is set.- Returns:
- whether the value of the 'Mask' containment reference is set.
- See Also:
- unsetMask(),- getMask(),- setMask(LocalString)
 
 - 
isAutosizeboolean isAutosize() Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
- isSetAutosize(),- unsetAutosize(),- setAutosize(boolean),- ContentPackage.getTextDrawingProperties_Autosize()
 
 - 
setAutosizevoid setAutosize(boolean value) Sets the value of the 'Autosize' attribute.- Parameters:
- value- the new value of the 'Autosize' attribute.
- See Also:
- isSetAutosize(),- unsetAutosize(),- isAutosize()
 
 - 
unsetAutosizevoid unsetAutosize() Unsets the value of the 'Autosize' attribute.- See Also:
- isSetAutosize(),- isAutosize(),- setAutosize(boolean)
 
 - 
isSetAutosizeboolean isSetAutosize() Returns whether the value of the 'Autosize' attribute is set.- Returns:
- whether the value of the 'Autosize' attribute is set.
- See Also:
- unsetAutosize(),- isAutosize(),- setAutosize(boolean)
 
 - 
isContainsValueboolean isContainsValue() Returns the value of the 'Contains Value' attribute.- Returns:
- the value of the 'Contains Value' attribute.
- See Also:
- isSetContainsValue(),- unsetContainsValue(),- setContainsValue(boolean),- ContentPackage.getTextDrawingProperties_ContainsValue()
 
 - 
setContainsValuevoid setContainsValue(boolean value) Sets the value of the 'Contains Value' attribute.- Parameters:
- value- the new value of the 'Contains Value' attribute.
- See Also:
- isSetContainsValue(),- unsetContainsValue(),- isContainsValue()
 
 - 
unsetContainsValuevoid unsetContainsValue() Unsets the value of the 'Contains Value' attribute.
 - 
isSetContainsValueboolean isSetContainsValue() Returns whether the value of the 'Contains Value' attribute is set.- Returns:
- whether the value of the 'Contains Value' attribute is set.
- See Also:
- unsetContainsValue(),- isContainsValue(),- setContainsValue(boolean)
 
 - 
getValueTypeTypeDescription getValueType() Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
- isSetValueType(),- unsetValueType(),- setValueType(TypeDescription),- ContentPackage.getTextDrawingProperties_ValueType()
 
 - 
setValueTypevoid setValueType(TypeDescription value) Sets the value of the 'Value Type' containment reference.- Parameters:
- value- the new value of the 'Value Type' containment reference.
- See Also:
- isSetValueType(),- unsetValueType(),- getValueType()
 
 - 
unsetValueTypevoid unsetValueType() Unsets the value of the 'Value Type' containment reference.
 - 
isSetValueTypeboolean isSetValueType() Returns whether the value of the 'Value Type' containment reference is set.- Returns:
- whether the value of the 'Value Type' containment reference is set.
- See Also:
- unsetValueType(),- getValueType(),- setValueType(TypeDescription)
 
 - 
getControlTypeUUID getControlType() Returns the value of the 'Control Type' attribute.- Returns:
- the value of the 'Control Type' attribute.
- See Also:
- isSetControlType(),- unsetControlType(),- setControlType(UUID),- ContentPackage.getTextDrawingProperties_ControlType()
 
 - 
setControlTypevoid setControlType(UUID value) Sets the value of the 'Control Type' attribute.- Parameters:
- value- the new value of the 'Control Type' attribute.
- See Also:
- isSetControlType(),- unsetControlType(),- getControlType()
 
 - 
unsetControlTypevoid unsetControlType() Unsets the value of the 'Control Type' attribute.- See Also:
- isSetControlType(),- getControlType(),- setControlType(UUID)
 
 - 
isSetControlTypeboolean isSetControlType() Returns whether the value of the 'Control Type' attribute is set.- Returns:
- whether the value of the 'Control Type' attribute is set.
- See Also:
- unsetControlType(),- getControlType(),- setControlType(UUID)
 
 - 
getTextLocalString getText() Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
- isSetText(),- unsetText(),- setText(LocalString),- ContentPackage.getTextDrawingProperties_Text()
 
 - 
setTextvoid setText(LocalString value) Sets the value of the 'Text' containment reference.- Parameters:
- value- the new value of the 'Text' containment reference.
- See Also:
- isSetText(),- unsetText(),- getText()
 
 - 
unsetTextvoid unsetText() Unsets the value of the 'Text' containment reference.- See Also:
- isSetText(),- getText(),- setText(LocalString)
 
 - 
isSetTextboolean isSetText() Returns whether the value of the 'Text' containment reference is set.- Returns:
- whether the value of the 'Text' containment reference is set.
- See Also:
- unsetText(),- getText(),- setText(LocalString)
 
 - 
getParameterString getParameter() Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
- isSetParameter(),- unsetParameter(),- setParameter(String),- ContentPackage.getTextDrawingProperties_Parameter()
 
 - 
setParametervoid setParameter(String value) Sets the value of the 'Parameter' attribute.- Parameters:
- value- the new value of the 'Parameter' attribute.
- See Also:
- isSetParameter(),- unsetParameter(),- getParameter()
 
 - 
unsetParametervoid unsetParameter() Unsets the value of the 'Parameter' attribute.- See Also:
- isSetParameter(),- getParameter(),- setParameter(String)
 
 - 
isSetParameterboolean isSetParameter() Returns whether the value of the 'Parameter' attribute is set.- Returns:
- whether the value of the 'Parameter' attribute is set.
- See Also:
- unsetParameter(),- getParameter(),- setParameter(String)
 
 - 
getIndentint getIndent() Returns the value of the 'Indent' attribute.- Returns:
- the value of the 'Indent' attribute.
- See Also:
- isSetIndent(),- unsetIndent(),- setIndent(int),- ContentPackage.getTextDrawingProperties_Indent()
 
 - 
setIndentvoid setIndent(int value) Sets the value of the 'Indent' attribute.- Parameters:
- value- the new value of the 'Indent' attribute.
- See Also:
- isSetIndent(),- unsetIndent(),- getIndent()
 
 - 
unsetIndentvoid unsetIndent() Unsets the value of the 'Indent' attribute.- See Also:
- isSetIndent(),- getIndent(),- setIndent(int)
 
 - 
isSetIndentboolean isSetIndent() Returns whether the value of the 'Indent' attribute is set.- Returns:
- whether the value of the 'Indent' attribute is set.
- See Also:
- unsetIndent(),- getIndent(),- setIndent(int)
 
 - 
getMarginLeftint getMarginLeft() Returns the value of the 'Margin Left' attribute.- Returns:
- the value of the 'Margin Left' attribute.
- See Also:
- isSetMarginLeft(),- unsetMarginLeft(),- setMarginLeft(int),- ContentPackage.getTextDrawingProperties_MarginLeft()
 
 - 
setMarginLeftvoid setMarginLeft(int value) Sets the value of the 'Margin Left' attribute.- Parameters:
- value- the new value of the 'Margin Left' attribute.
- See Also:
- isSetMarginLeft(),- unsetMarginLeft(),- getMarginLeft()
 
 - 
unsetMarginLeftvoid unsetMarginLeft() Unsets the value of the 'Margin Left' attribute.- See Also:
- isSetMarginLeft(),- getMarginLeft(),- setMarginLeft(int)
 
 - 
isSetMarginLeftboolean isSetMarginLeft() Returns whether the value of the 'Margin Left' attribute is set.- Returns:
- whether the value of the 'Margin Left' attribute is set.
- See Also:
- unsetMarginLeft(),- getMarginLeft(),- setMarginLeft(int)
 
 - 
getMarginTopint getMarginTop() Returns the value of the 'Margin Top' attribute.- Returns:
- the value of the 'Margin Top' attribute.
- See Also:
- isSetMarginTop(),- unsetMarginTop(),- setMarginTop(int),- ContentPackage.getTextDrawingProperties_MarginTop()
 
 - 
setMarginTopvoid setMarginTop(int value) Sets the value of the 'Margin Top' attribute.- Parameters:
- value- the new value of the 'Margin Top' attribute.
- See Also:
- isSetMarginTop(),- unsetMarginTop(),- getMarginTop()
 
 - 
unsetMarginTopvoid unsetMarginTop() Unsets the value of the 'Margin Top' attribute.- See Also:
- isSetMarginTop(),- getMarginTop(),- setMarginTop(int)
 
 - 
isSetMarginTopboolean isSetMarginTop() Returns whether the value of the 'Margin Top' attribute is set.- Returns:
- whether the value of the 'Margin Top' attribute is set.
- See Also:
- unsetMarginTop(),- getMarginTop(),- setMarginTop(int)
 
 - 
getMarginRightint getMarginRight() Returns the value of the 'Margin Right' attribute.- Returns:
- the value of the 'Margin Right' attribute.
- See Also:
- isSetMarginRight(),- unsetMarginRight(),- setMarginRight(int),- ContentPackage.getTextDrawingProperties_MarginRight()
 
 - 
setMarginRightvoid setMarginRight(int value) Sets the value of the 'Margin Right' attribute.- Parameters:
- value- the new value of the 'Margin Right' attribute.
- See Also:
- isSetMarginRight(),- unsetMarginRight(),- getMarginRight()
 
 - 
unsetMarginRightvoid unsetMarginRight() Unsets the value of the 'Margin Right' attribute.- See Also:
- isSetMarginRight(),- getMarginRight(),- setMarginRight(int)
 
 - 
isSetMarginRightboolean isSetMarginRight() Returns whether the value of the 'Margin Right' attribute is set.- Returns:
- whether the value of the 'Margin Right' attribute is set.
- See Also:
- unsetMarginRight(),- getMarginRight(),- setMarginRight(int)
 
 - 
getMarginBottomint getMarginBottom() Returns the value of the 'Margin Bottom' attribute.- Returns:
- the value of the 'Margin Bottom' attribute.
- See Also:
- isSetMarginBottom(),- unsetMarginBottom(),- setMarginBottom(int),- ContentPackage.getTextDrawingProperties_MarginBottom()
 
 - 
setMarginBottomvoid setMarginBottom(int value) Sets the value of the 'Margin Bottom' attribute.- Parameters:
- value- the new value of the 'Margin Bottom' attribute.
- See Also:
- isSetMarginBottom(),- unsetMarginBottom(),- getMarginBottom()
 
 - 
unsetMarginBottomvoid unsetMarginBottom() Unsets the value of the 'Margin Bottom' attribute.- See Also:
- isSetMarginBottom(),- getMarginBottom(),- setMarginBottom(int)
 
 - 
isSetMarginBottomboolean isSetMarginBottom() Returns whether the value of the 'Margin Bottom' attribute is set.- Returns:
- whether the value of the 'Margin Bottom' attribute is set.
- See Also:
- unsetMarginBottom(),- getMarginBottom(),- setMarginBottom(int)
 
 
- 
 
-