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:
FontHorizontal AlignmentVertical AlignmentText ColorText PlacementFill TypeProtectionText OrientationMark NegativesAuto Mark IncompleteMark IncompleteData FormatEdit FormatMaskAutosizeContains ValueValue TypeControl TypeTextParameterIndentMargin LeftMargin TopMargin RightMargin Bottom
-
-
Method Summary
All 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.BaseDrawingProperties
getCellReference, 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.BaseDrawingWithBackgroundProperties
getBackColor, getPattern, getPatternColor, isSetBackColor, isSetPattern, isSetPatternColor, setBackColor, setPattern, setPatternColor, unsetBackColor, unsetPattern, unsetPatternColor
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, 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.LineDrawingProperties
getLine, getLineColor, isSetLine, isSetLineColor, setLine, setLineColor, unsetLine, unsetLineColor
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.moxel.content.RectangleDrawingProperties
isHaveBottomBorder, isHaveLeftBorder, isHaveRightBorder, isHaveTopBorder, isSetHaveBottomBorder, isSetHaveLeftBorder, isSetHaveRightBorder, isSetHaveTopBorder, setHaveBottomBorder, setHaveLeftBorder, setHaveRightBorder, setHaveTopBorder, unsetHaveBottomBorder, unsetHaveLeftBorder, unsetHaveRightBorder, unsetHaveTopBorder
-
-
-
-
Method Detail
-
getFont
Font 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()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
isSetFont(),unsetFont(),getFont()
-
unsetFont
void unsetFont()
Unsets the value of the 'Font' containment reference.- See Also:
isSetFont(),getFont(),setFont(Font)
-
isSetFont
boolean 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)
-
getHorizontalAlignment
HorizontalAlignment 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()
-
setHorizontalAlignment
void 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()
-
unsetHorizontalAlignment
void unsetHorizontalAlignment()
Unsets the value of the 'Horizontal Alignment' attribute.
-
isSetHorizontalAlignment
boolean 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)
-
getVerticalAlignment
VerticalAlignment 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()
-
setVerticalAlignment
void 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()
-
unsetVerticalAlignment
void unsetVerticalAlignment()
Unsets the value of the 'Vertical Alignment' attribute.
-
isSetVerticalAlignment
boolean 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)
-
getTextColor
Color 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()
-
setTextColor
void 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()
-
unsetTextColor
void unsetTextColor()
Unsets the value of the 'Text Color' containment reference.- See Also:
isSetTextColor(),getTextColor(),setTextColor(Color)
-
isSetTextColor
boolean 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)
-
getTextPlacement
TextPlacement 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()
-
setTextPlacement
void 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()
-
unsetTextPlacement
void unsetTextPlacement()
Unsets the value of the 'Text Placement' attribute.
-
isSetTextPlacement
boolean 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)
-
getFillType
FillType 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()
-
setFillType
void 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()
-
unsetFillType
void unsetFillType()
Unsets the value of the 'Fill Type' attribute.- See Also:
isSetFillType(),getFillType(),setFillType(FillType)
-
isSetFillType
boolean 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)
-
isProtection
boolean isProtection()
Returns the value of the 'Protection' attribute.- Returns:
- the value of the 'Protection' attribute.
- See Also:
isSetProtection(),unsetProtection(),setProtection(boolean),ContentPackage.getTextDrawingProperties_Protection()
-
setProtection
void setProtection(boolean value)
Sets the value of the 'Protection' attribute.- Parameters:
value- the new value of the 'Protection' attribute.- See Also:
isSetProtection(),unsetProtection(),isProtection()
-
unsetProtection
void unsetProtection()
Unsets the value of the 'Protection' attribute.- See Also:
isSetProtection(),isProtection(),setProtection(boolean)
-
isSetProtection
boolean 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)
-
getTextOrientation
int 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()
-
setTextOrientation
void 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()
-
unsetTextOrientation
void unsetTextOrientation()
Unsets the value of the 'Text Orientation' attribute.
-
isSetTextOrientation
boolean 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)
-
isMarkNegatives
boolean 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()
-
setMarkNegatives
void 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()
-
unsetMarkNegatives
void unsetMarkNegatives()
Unsets the value of the 'Mark Negatives' attribute.
-
isSetMarkNegatives
boolean 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)
-
isAutoMarkIncomplete
boolean 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()
-
setAutoMarkIncomplete
void 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()
-
unsetAutoMarkIncomplete
void unsetAutoMarkIncomplete()
Unsets the value of the 'Auto Mark Incomplete' attribute.
-
isSetAutoMarkIncomplete
boolean 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)
-
isMarkIncomplete
boolean 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()
-
setMarkIncomplete
void 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()
-
unsetMarkIncomplete
void unsetMarkIncomplete()
Unsets the value of the 'Mark Incomplete' attribute.
-
isSetMarkIncomplete
boolean 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)
-
getDataFormat
LocalString 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()
-
setDataFormat
void 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()
-
unsetDataFormat
void unsetDataFormat()
Unsets the value of the 'Data Format' containment reference.
-
isSetDataFormat
boolean 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)
-
getEditFormat
LocalString 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()
-
setEditFormat
void 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()
-
unsetEditFormat
void unsetEditFormat()
Unsets the value of the 'Edit Format' containment reference.
-
isSetEditFormat
boolean 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)
-
getMask
LocalString 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()
-
setMask
void 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()
-
unsetMask
void unsetMask()
Unsets the value of the 'Mask' containment reference.- See Also:
isSetMask(),getMask(),setMask(LocalString)
-
isSetMask
boolean 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)
-
isAutosize
boolean isAutosize()
Returns the value of the 'Autosize' attribute.- Returns:
- the value of the 'Autosize' attribute.
- See Also:
isSetAutosize(),unsetAutosize(),setAutosize(boolean),ContentPackage.getTextDrawingProperties_Autosize()
-
setAutosize
void setAutosize(boolean value)
Sets the value of the 'Autosize' attribute.- Parameters:
value- the new value of the 'Autosize' attribute.- See Also:
isSetAutosize(),unsetAutosize(),isAutosize()
-
unsetAutosize
void unsetAutosize()
Unsets the value of the 'Autosize' attribute.- See Also:
isSetAutosize(),isAutosize(),setAutosize(boolean)
-
isSetAutosize
boolean 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)
-
isContainsValue
boolean 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()
-
setContainsValue
void 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()
-
unsetContainsValue
void unsetContainsValue()
Unsets the value of the 'Contains Value' attribute.
-
isSetContainsValue
boolean 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)
-
getValueType
TypeDescription 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()
-
setValueType
void 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()
-
unsetValueType
void unsetValueType()
Unsets the value of the 'Value Type' containment reference.
-
isSetValueType
boolean 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)
-
getControlType
UUID 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()
-
setControlType
void 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()
-
unsetControlType
void unsetControlType()
Unsets the value of the 'Control Type' attribute.- See Also:
isSetControlType(),getControlType(),setControlType(UUID)
-
isSetControlType
boolean 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)
-
getText
LocalString 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()
-
setText
void 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()
-
unsetText
void unsetText()
Unsets the value of the 'Text' containment reference.- See Also:
isSetText(),getText(),setText(LocalString)
-
isSetText
boolean 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)
-
getParameter
String getParameter()
Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
isSetParameter(),unsetParameter(),setParameter(String),ContentPackage.getTextDrawingProperties_Parameter()
-
setParameter
void setParameter(String value)
Sets the value of the 'Parameter' attribute.- Parameters:
value- the new value of the 'Parameter' attribute.- See Also:
isSetParameter(),unsetParameter(),getParameter()
-
unsetParameter
void unsetParameter()
Unsets the value of the 'Parameter' attribute.- See Also:
isSetParameter(),getParameter(),setParameter(String)
-
isSetParameter
boolean 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)
-
getIndent
int getIndent()
Returns the value of the 'Indent' attribute.- Returns:
- the value of the 'Indent' attribute.
- See Also:
isSetIndent(),unsetIndent(),setIndent(int),ContentPackage.getTextDrawingProperties_Indent()
-
setIndent
void setIndent(int value)
Sets the value of the 'Indent' attribute.- Parameters:
value- the new value of the 'Indent' attribute.- See Also:
isSetIndent(),unsetIndent(),getIndent()
-
unsetIndent
void unsetIndent()
Unsets the value of the 'Indent' attribute.- See Also:
isSetIndent(),getIndent(),setIndent(int)
-
isSetIndent
boolean 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)
-
getMarginLeft
int 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()
-
setMarginLeft
void 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()
-
unsetMarginLeft
void unsetMarginLeft()
Unsets the value of the 'Margin Left' attribute.- See Also:
isSetMarginLeft(),getMarginLeft(),setMarginLeft(int)
-
isSetMarginLeft
boolean 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)
-
getMarginTop
int 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()
-
setMarginTop
void 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()
-
unsetMarginTop
void unsetMarginTop()
Unsets the value of the 'Margin Top' attribute.- See Also:
isSetMarginTop(),getMarginTop(),setMarginTop(int)
-
isSetMarginTop
boolean 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)
-
getMarginRight
int 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()
-
setMarginRight
void 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()
-
unsetMarginRight
void unsetMarginRight()
Unsets the value of the 'Margin Right' attribute.- See Also:
isSetMarginRight(),getMarginRight(),setMarginRight(int)
-
isSetMarginRight
boolean 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)
-
getMarginBottom
int 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()
-
setMarginBottom
void 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()
-
unsetMarginBottom
void unsetMarginBottom()
Unsets the value of the 'Margin Bottom' attribute.- See Also:
isSetMarginBottom(),getMarginBottom(),setMarginBottom(int)
-
isSetMarginBottom
boolean 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)
-
-