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.booleanReturns whether the value of the 'Picture' containment reference is set.booleanReturns 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.voidUnsets the value of the 'Picture' containment reference.voidUnsets 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, 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
-
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:
-