com.atlassian.confluence.pageobjects.component.editor
Class EditorEmbeddedImage
java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage
public class EditorEmbeddedImage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorEmbeddedImage
public EditorEmbeddedImage(com.atlassian.pageobjects.elements.PageElement image)
getWidth
public Integer getWidth()
getHeight
public Integer getHeight()
click
public ImagePropertyPanel click()
- Click on the image. This has the side effect of selecting the image in the editor.
- Returns:
- the image property panel that appears when an image is clicked
- Since:
- 5.7
usingThumbnail
public boolean usingThumbnail()
isBordered
public boolean isBordered()
- Returns:
- true if this embedded image has a border applied to it
- Since:
- 5.7
getAttachmentName
public com.atlassian.fugue.Option<String> getAttachmentName()
- Returns:
- the attachment filename for this embedded image, or none() if it's not an attachment image.
- Since:
- 5.7
Copyright © 2003–2015 Atlassian. All rights reserved.