Package com._1c.g5.v8.dt.moxel.content
Interface RectangleDrawingProperties
- All Superinterfaces:
BaseDrawingProperties
,BaseDrawingWithBackgroundProperties
,org.eclipse.emf.ecore.EObject
,LineDrawingProperties
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
TextDrawingProperties
- All Known Implementing Classes:
RectangleDrawingPropertiesImpl
,TextDrawingPropertiesImpl
A representation of the model object 'Rectangle Drawing Properties'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Have Bottom Border' attribute.boolean
Returns the value of the 'Have Left Border' attribute.boolean
Returns the value of the 'Have Right Border' attribute.boolean
Returns the value of the 'Have Top Border' attribute.boolean
Returns whether the value of the 'Have Bottom Border
' attribute is set.boolean
Returns whether the value of the 'Have Left Border
' attribute is set.boolean
Returns whether the value of the 'Have Right Border
' attribute is set.boolean
Returns whether the value of the 'Have Top Border
' attribute is set.void
setHaveBottomBorder
(boolean value) Sets the value of the 'Have Bottom Border
' attribute.void
setHaveLeftBorder
(boolean value) Sets the value of the 'Have Left Border
' attribute.void
setHaveRightBorder
(boolean value) Sets the value of the 'Have Right Border
' attribute.void
setHaveTopBorder
(boolean value) Sets the value of the 'Have Top Border
' attribute.void
Unsets the value of the 'Have Bottom Border
' attribute.void
Unsets the value of the 'Have Left Border
' attribute.void
Unsets the value of the 'Have Right Border
' attribute.void
Unsets the value of the 'Have Top Border
' 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
-
Method Details
-
isHaveLeftBorder
boolean isHaveLeftBorder()Returns the value of the 'Have Left Border' attribute.- Returns:
- the value of the 'Have Left Border' attribute.
- See Also:
-
setHaveLeftBorder
void setHaveLeftBorder(boolean value) Sets the value of the 'Have Left Border
' attribute.- Parameters:
value
- the new value of the 'Have Left Border' attribute.- See Also:
-
unsetHaveLeftBorder
void unsetHaveLeftBorder()Unsets the value of the 'Have Left Border
' attribute. -
isSetHaveLeftBorder
boolean isSetHaveLeftBorder()Returns whether the value of the 'Have Left Border
' attribute is set.- Returns:
- whether the value of the 'Have Left Border' attribute is set.
- See Also:
-
isHaveTopBorder
boolean isHaveTopBorder()Returns the value of the 'Have Top Border' attribute.- Returns:
- the value of the 'Have Top Border' attribute.
- See Also:
-
setHaveTopBorder
void setHaveTopBorder(boolean value) Sets the value of the 'Have Top Border
' attribute.- Parameters:
value
- the new value of the 'Have Top Border' attribute.- See Also:
-
unsetHaveTopBorder
void unsetHaveTopBorder()Unsets the value of the 'Have Top Border
' attribute. -
isSetHaveTopBorder
boolean isSetHaveTopBorder()Returns whether the value of the 'Have Top Border
' attribute is set.- Returns:
- whether the value of the 'Have Top Border' attribute is set.
- See Also:
-
isHaveRightBorder
boolean isHaveRightBorder()Returns the value of the 'Have Right Border' attribute.- Returns:
- the value of the 'Have Right Border' attribute.
- See Also:
-
setHaveRightBorder
void setHaveRightBorder(boolean value) Sets the value of the 'Have Right Border
' attribute.- Parameters:
value
- the new value of the 'Have Right Border' attribute.- See Also:
-
unsetHaveRightBorder
void unsetHaveRightBorder()Unsets the value of the 'Have Right Border
' attribute. -
isSetHaveRightBorder
boolean isSetHaveRightBorder()Returns whether the value of the 'Have Right Border
' attribute is set.- Returns:
- whether the value of the 'Have Right Border' attribute is set.
- See Also:
-
isHaveBottomBorder
boolean isHaveBottomBorder()Returns the value of the 'Have Bottom Border' attribute.- Returns:
- the value of the 'Have Bottom Border' attribute.
- See Also:
-
setHaveBottomBorder
void setHaveBottomBorder(boolean value) Sets the value of the 'Have Bottom Border
' attribute.- Parameters:
value
- the new value of the 'Have Bottom Border' attribute.- See Also:
-
unsetHaveBottomBorder
void unsetHaveBottomBorder()Unsets the value of the 'Have Bottom Border
' attribute. -
isSetHaveBottomBorder
boolean isSetHaveBottomBorder()Returns whether the value of the 'Have Bottom Border
' attribute is set.- Returns:
- whether the value of the 'Have Bottom Border' attribute is set.
- See Also:
-