Package com._1c.g5.v8.dt.moxel.content
Interface PictureDrawingProperties
- All Superinterfaces:
BaseDrawingProperties
,BaseDrawingWithBackgroundProperties
,org.eclipse.emf.ecore.EObject
,LineDrawingProperties
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PictureDrawingPropertiesImpl
A representation of the model object 'Picture Drawing Properties'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Picture' containment reference.Returns the value of the 'Picture Size' attribute.boolean
Returns whether the value of the 'Picture
' containment reference is set.boolean
Returns whether the value of the 'Picture Size
' attribute is set.void
setPicture
(Picture value) Sets the value of the 'Picture
' containment reference.void
setPictureSize
(PictureSize value) Sets the value of the 'Picture Size
' attribute.void
Unsets the value of the 'Picture
' containment reference.void
Unsets the value of the 'Picture Size
' 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
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
-
unsetPicture
void unsetPicture()Unsets the value of the 'Picture
' containment reference.- See Also:
-
isSetPicture
boolean isSetPicture()Returns whether the value of the 'Picture
' containment reference is set.- Returns:
- whether the value of the 'Picture' containment reference is set.
- See Also:
-
getPictureSize
PictureSize getPictureSize()Returns the value of the 'Picture Size' attribute. The literals are from the enumerationPictureSize
.- Returns:
- the value of the 'Picture Size' attribute.
- See Also:
-
setPictureSize
Sets the value of the 'Picture Size
' attribute.- Parameters:
value
- the new value of the 'Picture Size' attribute.- See Also:
-
unsetPictureSize
void unsetPictureSize()Unsets the value of the 'Picture Size
' attribute. -
isSetPictureSize
boolean isSetPictureSize()Returns whether the value of the 'Picture Size
' attribute is set.- Returns:
- whether the value of the 'Picture Size' attribute is set.
- See Also:
-