public interface ImageType extends FlowLeaf
The following features are supported:
RichtextPackage.getImageType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlt()
Returns the value of the 'Alt' attribute.
|
int |
getBorder()
Returns the value of the 'Border' attribute.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
org.eclipse.emf.common.util.URI |
getUri()
Returns the value of the 'Uri' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
boolean |
isSetBorder()
Returns whether the value of the '
Border ' attribute is set. |
boolean |
isSetHeight()
Returns whether the value of the '
Height ' attribute is set. |
boolean |
isSetWidth()
Returns whether the value of the '
Width ' attribute is set. |
void |
setAlt(java.lang.String value)
Sets the value of the '
Alt ' attribute. |
void |
setBorder(int value)
Sets the value of the '
Border ' attribute. |
void |
setHeight(int value)
Sets the value of the '
Height ' attribute. |
void |
setUri(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Uri ' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width ' attribute. |
void |
unsetBorder()
Unsets the value of the '
Border ' attribute. |
void |
unsetHeight()
Unsets the value of the '
Height ' attribute. |
void |
unsetWidth()
Unsets the value of the '
Width ' attribute. |
charAt, getBody, getContainingBlock, getDisplayName, getFollowingLeafNode, getId, getParent, getPrecedingLeafNode, getText, getTextLength, isEmpty, isSplittable, mapToModel, setId, size, split, translateToAbsolute
java.lang.String getAlt()
If the meaning of the 'Alt' attribute isn't clear, there really should be more of a description here...
setAlt(String)
,
RichtextPackage.getImageType_Alt()
void setAlt(java.lang.String value)
Alt
' attribute.
value
- the new value of the 'Alt' attribute.getAlt()
int getBorder()
If the meaning of the 'Border' attribute isn't clear, there really should be more of a description here...
isSetBorder()
,
unsetBorder()
,
setBorder(int)
,
RichtextPackage.getImageType_Border()
void setBorder(int value)
Border
' attribute.
value
- the new value of the 'Border' attribute.isSetBorder()
,
unsetBorder()
,
getBorder()
void unsetBorder()
Border
' attribute.
isSetBorder()
,
getBorder()
,
setBorder(int)
boolean isSetBorder()
Border
' attribute is set.
unsetBorder()
,
getBorder()
,
setBorder(int)
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
isSetHeight()
,
unsetHeight()
,
setHeight(int)
,
RichtextPackage.getImageType_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.isSetHeight()
,
unsetHeight()
,
getHeight()
void unsetHeight()
Height
' attribute.
isSetHeight()
,
getHeight()
,
setHeight(int)
boolean isSetHeight()
Height
' attribute is set.
unsetHeight()
,
getHeight()
,
setHeight(int)
org.eclipse.emf.common.util.URI getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(URI)
,
RichtextPackage.getImageType_Uri()
void setUri(org.eclipse.emf.common.util.URI value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
isSetWidth()
,
unsetWidth()
,
setWidth(int)
,
RichtextPackage.getImageType_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.isSetWidth()
,
unsetWidth()
,
getWidth()
void unsetWidth()
Width
' attribute.
isSetWidth()
,
getWidth()
,
setWidth(int)
boolean isSetWidth()
Width
' attribute is set.
unsetWidth()
,
getWidth()
,
setWidth(int)