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:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getControlType()
Returns the value of the 'Control Type' attribute.LocalString
getDataFormat()
Returns the value of the 'Data Format' containment reference.LocalString
getEditFormat()
Returns the value of the 'Edit Format' containment reference.FillType
getFillType()
Returns the value of the 'Fill Type' attribute.Font
getFont()
Returns the value of the 'Font' containment reference.HorizontalAlignment
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.LocalString
getMask()
Returns the value of the 'Mask' containment reference.String
getParameter()
Returns the value of the 'Parameter' attribute.LocalString
getText()
Returns the value of the 'Text' containment reference.Color
getTextColor()
Returns the value of the 'Text Color' containment reference.int
getTextOrientation()
Returns the value of the 'Text Orientation' attribute.TextPlacement
getTextPlacement()
Returns the value of the 'Text Placement' attribute.TypeDescription
getValueType()
Returns the value of the 'Value Type' containment reference.VerticalAlignment
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.boolean
isAutoMarkIncomplete()
Returns the value of the 'Auto Mark Incomplete' attribute.boolean
isAutosize()
Returns the value of the 'Autosize' attribute.boolean
isContainsValue()
Returns the value of the 'Contains Value' attribute.boolean
isMarkIncomplete()
Returns the value of the 'Mark Incomplete' attribute.boolean
isMarkNegatives()
Returns the value of the 'Mark Negatives' attribute.boolean
isProtection()
Returns the value of the 'Protection' attribute.boolean
isSetAutoMarkIncomplete()
Returns whether the value of the 'Auto Mark Incomplete
' attribute is set.boolean
isSetAutosize()
Returns whether the value of the 'Autosize
' attribute is set.boolean
isSetContainsValue()
Returns whether the value of the 'Contains Value
' attribute is set.boolean
isSetControlType()
Returns whether the value of the 'Control Type
' attribute is set.boolean
isSetDataFormat()
Returns whether the value of the 'Data Format
' containment reference is set.boolean
isSetEditFormat()
Returns whether the value of the 'Edit Format
' containment reference is set.boolean
isSetFillType()
Returns whether the value of the 'Fill Type
' attribute is set.boolean
isSetFont()
Returns whether the value of the 'Font
' containment reference is set.boolean
isSetHorizontalAlignment()
Returns whether the value of the 'Horizontal Alignment
' attribute is set.boolean
isSetMarkIncomplete()
Returns whether the value of the 'Mark Incomplete
' attribute is set.boolean
isSetMarkNegatives()
Returns whether the value of the 'Mark Negatives
' attribute is set.boolean
isSetMask()
Returns whether the value of the 'Mask
' containment reference is set.boolean
isSetParameter()
Returns whether the value of the 'Parameter
' attribute is set.boolean
isSetProtection()
Returns whether the value of the 'Protection
' attribute is set.boolean
isSetText()
Returns whether the value of the 'Text
' containment reference is set.boolean
isSetTextColor()
Returns whether the value of the 'Text Color
' containment reference is set.boolean
isSetTextOrientation()
Returns whether the value of the 'Text Orientation
' attribute is set.boolean
isSetTextPlacement()
Returns whether the value of the 'Text Placement
' attribute is set.boolean
isSetValueType()
Returns whether the value of the 'Value Type
' containment reference is set.boolean
isSetVerticalAlignment()
Returns whether the value of the 'Vertical Alignment
' attribute is set.void
setAutoMarkIncomplete(boolean value)
Sets the value of the 'Auto Mark Incomplete
' attribute.void
setAutosize(boolean value)
Sets the value of the 'Autosize
' attribute.void
setContainsValue(boolean value)
Sets the value of the 'Contains Value
' attribute.void
setControlType(UUID value)
Sets the value of the 'Control Type
' attribute.void
setDataFormat(LocalString value)
Sets the value of the 'Data Format
' containment reference.void
setEditFormat(LocalString value)
Sets the value of the 'Edit Format
' containment reference.void
setFillType(FillType value)
Sets the value of the 'Fill Type
' attribute.void
setFont(Font value)
Sets the value of the 'Font
' containment reference.void
setHorizontalAlignment(HorizontalAlignment value)
Sets the value of the 'Horizontal Alignment
' attribute.void
setMarkIncomplete(boolean value)
Sets the value of the 'Mark Incomplete
' attribute.void
setMarkNegatives(boolean value)
Sets the value of the 'Mark Negatives
' attribute.void
setMask(LocalString value)
Sets the value of the 'Mask
' containment reference.void
setParameter(String value)
Sets the value of the 'Parameter
' attribute.void
setProtection(boolean value)
Sets the value of the 'Protection
' attribute.void
setText(LocalString value)
Sets the value of the 'Text
' containment reference.void
setTextColor(Color value)
Sets the value of the 'Text Color
' containment reference.void
setTextOrientation(int value)
Sets the value of the 'Text Orientation
' attribute.void
setTextPlacement(TextPlacement value)
Sets the value of the 'Text Placement
' attribute.void
setValueType(TypeDescription value)
Sets the value of the 'Value Type
' containment reference.void
setVerticalAlignment(VerticalAlignment value)
Sets the value of the 'Vertical Alignment
' attribute.void
unsetAutoMarkIncomplete()
Unsets the value of the 'Auto Mark Incomplete
' attribute.void
unsetAutosize()
Unsets the value of the 'Autosize
' attribute.void
unsetContainsValue()
Unsets the value of the 'Contains Value
' attribute.void
unsetControlType()
Unsets the value of the 'Control Type
' attribute.void
unsetDataFormat()
Unsets the value of the 'Data Format
' containment reference.void
unsetEditFormat()
Unsets the value of the 'Edit Format
' containment reference.void
unsetFillType()
Unsets the value of the 'Fill Type
' attribute.void
unsetFont()
Unsets the value of the 'Font
' containment reference.void
unsetHorizontalAlignment()
Unsets the value of the 'Horizontal Alignment
' attribute.void
unsetMarkIncomplete()
Unsets the value of the 'Mark Incomplete
' attribute.void
unsetMarkNegatives()
Unsets the value of the 'Mark Negatives
' attribute.void
unsetMask()
Unsets the value of the 'Mask
' containment reference.void
unsetParameter()
Unsets the value of the 'Parameter
' attribute.void
unsetProtection()
Unsets the value of the 'Protection
' attribute.void
unsetText()
Unsets the value of the 'Text
' containment reference.void
unsetTextColor()
Unsets the value of the 'Text Color
' containment reference.void
unsetTextOrientation()
Unsets the value of the 'Text Orientation
' attribute.void
unsetTextPlacement()
Unsets the value of the 'Text Placement
' attribute.void
unsetValueType()
Unsets the value of the 'Value Type
' containment reference.void
unsetVerticalAlignment()
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)
-
-