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 TypeMethodDescriptionbooleanReturns the value of the 'Have Bottom Border' attribute.booleanReturns the value of the 'Have Left Border' attribute.booleanReturns the value of the 'Have Right Border' attribute.booleanReturns the value of the 'Have Top Border' attribute.booleanReturns whether the value of the 'Have Bottom Border' attribute is set.booleanReturns whether the value of the 'Have Left Border' attribute is set.booleanReturns whether the value of the 'Have Right Border' attribute is set.booleanReturns 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.voidUnsets the value of the 'Have Bottom Border' attribute.voidUnsets the value of the 'Have Left Border' attribute.voidUnsets the value of the 'Have Right Border' attribute.voidUnsets 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, unsetPrintMethods inherited from interface com._1c.g5.v8.dt.moxel.content.BaseDrawingWithBackgroundProperties
getBackColor, getPattern, getPatternColor, isSetBackColor, isSetPattern, isSetPatternColor, setBackColor, setPattern, setPatternColor, unsetBackColor, unsetPattern, unsetPatternColorMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.moxel.content.LineDrawingProperties
getLine, getLineColor, isSetLine, isSetLineColor, setLine, setLineColor, unsetLine, unsetLineColorMethods 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:
-