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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PicturegetPicture()Returns the value of the 'Picture' containment reference.PictureSizegetPictureSize()Returns the value of the 'Picture Size' attribute.booleanisSetPicture()Returns whether the value of the 'Picture' containment reference is set.booleanisSetPictureSize()Returns whether the value of the 'Picture Size' attribute is set.voidsetPicture(Picture value)Sets the value of the 'Picture' containment reference.voidsetPictureSize(PictureSize value)Sets the value of the 'Picture Size' attribute.voidunsetPicture()Unsets the value of the 'Picture' containment reference.voidunsetPictureSize()Unsets the value of the 'Picture Size' 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- 
getPicturePicture 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()
 
 - 
setPicturevoid 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()
 
 - 
unsetPicturevoid unsetPicture() Unsets the value of the 'Picture' containment reference.- See Also:
- isSetPicture(),- getPicture(),- setPicture(Picture)
 
 - 
isSetPictureboolean 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)
 
 - 
getPictureSizePictureSize 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()
 
 - 
setPictureSizevoid 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()
 
 - 
unsetPictureSizevoid unsetPictureSize() Unsets the value of the 'Picture Size' attribute.
 - 
isSetPictureSizeboolean 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)
 
 
- 
 
-