com.atlassian.confluence.pageobjects.component.editor
Class EditorEmbeddedImage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.editor.EditorEmbeddedImage

public class EditorEmbeddedImage
extends Object


Constructor Summary
EditorEmbeddedImage(com.atlassian.pageobjects.elements.PageElement image)
           
 
Method Summary
 ImagePropertyPanel click()
          Click on the image.
 com.atlassian.fugue.Option<String> getAttachmentName()
           
 Integer getHeight()
           
 Integer getWidth()
           
 boolean isBordered()
           
 boolean usingThumbnail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorEmbeddedImage

public EditorEmbeddedImage(com.atlassian.pageobjects.elements.PageElement image)
Method Detail

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.