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
public interface PictureDrawingProperties extends BaseDrawingWithBackgroundProperties
A representation of the model object 'Picture Drawing Properties'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Picture
getPicture()
Returns the value of the 'Picture' containment reference.PictureSize
getPictureSize()
Returns the value of the 'Picture Size' attribute.boolean
isSetPicture()
Returns whether the value of the 'Picture
' containment reference is set.boolean
isSetPictureSize()
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
unsetPicture()
Unsets the value of the 'Picture
' containment reference.void
unsetPictureSize()
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
-
-
-
-
Method Detail
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
isSetPicture()
,unsetPicture()
,setPicture(Picture)
,ContentPackage.getPictureDrawingProperties_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
isSetPicture()
,unsetPicture()
,getPicture()
-
unsetPicture
void unsetPicture()
Unsets the value of the 'Picture
' containment reference.- See Also:
isSetPicture()
,getPicture()
,setPicture(Picture)
-
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:
unsetPicture()
,getPicture()
,setPicture(Picture)
-
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:
PictureSize
,isSetPictureSize()
,unsetPictureSize()
,setPictureSize(PictureSize)
,ContentPackage.getPictureDrawingProperties_PictureSize()
-
setPictureSize
void setPictureSize(PictureSize value)
Sets the value of the 'Picture Size
' attribute.- Parameters:
value
- the new value of the 'Picture Size' attribute.- See Also:
PictureSize
,isSetPictureSize()
,unsetPictureSize()
,getPictureSize()
-
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:
unsetPictureSize()
,getPictureSize()
,setPictureSize(PictureSize)
-
-