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
 
 public interface RectangleDrawingProperties extends BaseDrawingWithBackgroundProperties A representation of the model object 'Rectangle Drawing Properties'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHaveBottomBorder()Returns the value of the 'Have Bottom Border' attribute.booleanisHaveLeftBorder()Returns the value of the 'Have Left Border' attribute.booleanisHaveRightBorder()Returns the value of the 'Have Right Border' attribute.booleanisHaveTopBorder()Returns the value of the 'Have Top Border' attribute.booleanisSetHaveBottomBorder()Returns whether the value of the 'Have Bottom Border' attribute is set.booleanisSetHaveLeftBorder()Returns whether the value of the 'Have Left Border' attribute is set.booleanisSetHaveRightBorder()Returns whether the value of the 'Have Right Border' attribute is set.booleanisSetHaveTopBorder()Returns whether the value of the 'Have Top Border' attribute is set.voidsetHaveBottomBorder(boolean value)Sets the value of the 'Have Bottom Border' attribute.voidsetHaveLeftBorder(boolean value)Sets the value of the 'Have Left Border' attribute.voidsetHaveRightBorder(boolean value)Sets the value of the 'Have Right Border' attribute.voidsetHaveTopBorder(boolean value)Sets the value of the 'Have Top Border' attribute.voidunsetHaveBottomBorder()Unsets the value of the 'Have Bottom Border' attribute.voidunsetHaveLeftBorder()Unsets the value of the 'Have Left Border' attribute.voidunsetHaveRightBorder()Unsets the value of the 'Have Right Border' attribute.voidunsetHaveTopBorder()Unsets the value of the 'Have Top Border' 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
 
- 
 
- 
- 
- 
Method Detail- 
isHaveLeftBorderboolean isHaveLeftBorder() Returns the value of the 'Have Left Border' attribute.- Returns:
- the value of the 'Have Left Border' attribute.
- See Also:
- isSetHaveLeftBorder(),- unsetHaveLeftBorder(),- setHaveLeftBorder(boolean),- ContentPackage.getRectangleDrawingProperties_HaveLeftBorder()
 
 - 
setHaveLeftBordervoid 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:
- isSetHaveLeftBorder(),- unsetHaveLeftBorder(),- isHaveLeftBorder()
 
 - 
unsetHaveLeftBordervoid unsetHaveLeftBorder() Unsets the value of the 'Have Left Border' attribute.
 - 
isSetHaveLeftBorderboolean 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:
- unsetHaveLeftBorder(),- isHaveLeftBorder(),- setHaveLeftBorder(boolean)
 
 - 
isHaveTopBorderboolean isHaveTopBorder() Returns the value of the 'Have Top Border' attribute.- Returns:
- the value of the 'Have Top Border' attribute.
- See Also:
- isSetHaveTopBorder(),- unsetHaveTopBorder(),- setHaveTopBorder(boolean),- ContentPackage.getRectangleDrawingProperties_HaveTopBorder()
 
 - 
setHaveTopBordervoid 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:
- isSetHaveTopBorder(),- unsetHaveTopBorder(),- isHaveTopBorder()
 
 - 
unsetHaveTopBordervoid unsetHaveTopBorder() Unsets the value of the 'Have Top Border' attribute.
 - 
isSetHaveTopBorderboolean 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:
- unsetHaveTopBorder(),- isHaveTopBorder(),- setHaveTopBorder(boolean)
 
 - 
isHaveRightBorderboolean isHaveRightBorder() Returns the value of the 'Have Right Border' attribute.- Returns:
- the value of the 'Have Right Border' attribute.
- See Also:
- isSetHaveRightBorder(),- unsetHaveRightBorder(),- setHaveRightBorder(boolean),- ContentPackage.getRectangleDrawingProperties_HaveRightBorder()
 
 - 
setHaveRightBordervoid 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:
- isSetHaveRightBorder(),- unsetHaveRightBorder(),- isHaveRightBorder()
 
 - 
unsetHaveRightBordervoid unsetHaveRightBorder() Unsets the value of the 'Have Right Border' attribute.
 - 
isSetHaveRightBorderboolean 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:
- unsetHaveRightBorder(),- isHaveRightBorder(),- setHaveRightBorder(boolean)
 
 - 
isHaveBottomBorderboolean isHaveBottomBorder() Returns the value of the 'Have Bottom Border' attribute.- Returns:
- the value of the 'Have Bottom Border' attribute.
- See Also:
- isSetHaveBottomBorder(),- unsetHaveBottomBorder(),- setHaveBottomBorder(boolean),- ContentPackage.getRectangleDrawingProperties_HaveBottomBorder()
 
 - 
setHaveBottomBordervoid 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:
- isSetHaveBottomBorder(),- unsetHaveBottomBorder(),- isHaveBottomBorder()
 
 - 
unsetHaveBottomBordervoid unsetHaveBottomBorder() Unsets the value of the 'Have Bottom Border' attribute.
 - 
isSetHaveBottomBorderboolean 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:
- unsetHaveBottomBorder(),- isHaveBottomBorder(),- setHaveBottomBorder(boolean)
 
 
- 
 
-