public class ShapeBase extends ResourceBase
Modifier and Type | Class and Description |
---|---|
static class |
ShapeBase.TypeEnum
Gets or Sets type
|
Constructor and Description |
---|
ShapeBase() |
Modifier and Type | Method and Description |
---|---|
ShapeBase |
alternativeText(String alternativeText) |
ShapeBase |
alternativeTextTitle(String alternativeTextTitle) |
ShapeBase |
effectFormat(EffectFormat effectFormat) |
boolean |
equals(Object o) |
ShapeBase |
fillFormat(FillFormat fillFormat) |
String |
getAlternativeText()
Gets or sets the alternative text.
|
String |
getAlternativeTextTitle()
The title of alternative text associated with the shape.
|
EffectFormat |
getEffectFormat()
Gets or sets the effect format.
|
FillFormat |
getFillFormat()
Gets or sets the fill format.
|
Double |
getHeight()
Gets or sets the height.
|
Hyperlink |
getHyperlinkClick()
Hyperlink defined for mouse click.
|
Hyperlink |
getHyperlinkMouseOver()
Hyperlink defined for mouse over.
|
LineFormat |
getLineFormat()
Gets or sets the line format.
|
String |
getName()
Gets or sets the name.
|
ThreeDFormat |
getThreeDFormat()
Gets or sets the 3D format
|
ShapeBase.TypeEnum |
getType()
Get type
|
Double |
getWidth()
Gets or sets the width.
|
Double |
getX()
Gets or sets the X
|
Double |
getY()
Gets or sets the Y.
|
Integer |
getZorderPosition()
Gets z-order position of shape
|
int |
hashCode() |
ShapeBase |
height(Double height) |
ShapeBase |
hidden(Boolean hidden) |
ShapeBase |
hyperlinkClick(Hyperlink hyperlinkClick) |
ShapeBase |
hyperlinkMouseOver(Hyperlink hyperlinkMouseOver) |
Boolean |
isHidden()
Gets or sets a value indicating whether this ShapeBase is hidden.
|
ShapeBase |
lineFormat(LineFormat lineFormat) |
ShapeBase |
name(String name) |
void |
setAlternativeText(String alternativeText) |
void |
setAlternativeTextTitle(String alternativeTextTitle) |
void |
setEffectFormat(EffectFormat effectFormat) |
void |
setFillFormat(FillFormat fillFormat) |
void |
setHeight(Double height) |
void |
setHidden(Boolean hidden) |
void |
setHyperlinkClick(Hyperlink hyperlinkClick) |
void |
setHyperlinkMouseOver(Hyperlink hyperlinkMouseOver) |
void |
setLineFormat(LineFormat lineFormat) |
void |
setName(String name) |
void |
setThreeDFormat(ThreeDFormat threeDFormat) |
protected void |
setType(ShapeBase.TypeEnum type) |
void |
setWidth(Double width) |
void |
setX(Double x) |
void |
setY(Double y) |
void |
setZorderPosition(Integer zorderPosition) |
ShapeBase |
threeDFormat(ThreeDFormat threeDFormat) |
String |
toString() |
ShapeBase |
width(Double width) |
ShapeBase |
x(Double x) |
ShapeBase |
y(Double y) |
ShapeBase |
zorderPosition(Integer zorderPosition) |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public String getName()
public void setName(String name)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public String getAlternativeText()
public void setAlternativeText(String alternativeText)
public String getAlternativeTextTitle()
public void setAlternativeTextTitle(String alternativeTextTitle)
public Boolean isHidden()
public void setHidden(Boolean hidden)
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public Integer getZorderPosition()
public void setZorderPosition(Integer zorderPosition)
public ShapeBase fillFormat(FillFormat fillFormat)
public FillFormat getFillFormat()
public void setFillFormat(FillFormat fillFormat)
public ShapeBase effectFormat(EffectFormat effectFormat)
public EffectFormat getEffectFormat()
public void setEffectFormat(EffectFormat effectFormat)
public ShapeBase threeDFormat(ThreeDFormat threeDFormat)
public ThreeDFormat getThreeDFormat()
public void setThreeDFormat(ThreeDFormat threeDFormat)
public ShapeBase lineFormat(LineFormat lineFormat)
public LineFormat getLineFormat()
public void setLineFormat(LineFormat lineFormat)
public Hyperlink getHyperlinkClick()
public void setHyperlinkClick(Hyperlink hyperlinkClick)
public Hyperlink getHyperlinkMouseOver()
public void setHyperlinkMouseOver(Hyperlink hyperlinkMouseOver)
public ShapeBase.TypeEnum getType()
protected void setType(ShapeBase.TypeEnum type)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2023. All rights reserved.