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.
|
LineFormat |
getLineFormat()
Gets or sets the line format.
|
String |
getName()
Gets or sets the name.
|
ResourceUri |
getShapes()
Gets or sets the link to shapes.
|
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) |
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 |
setLineFormat(LineFormat lineFormat) |
void |
setName(String name) |
void |
setShapes(ResourceUri shapes) |
void |
setType(ShapeBase.TypeEnum type) |
void |
setWidth(Double width) |
void |
setX(Double x) |
void |
setY(Double y) |
void |
setZorderPosition(Integer zorderPosition) |
ShapeBase |
shapes(ResourceUri shapes) |
String |
toString() |
ShapeBase |
type(ShapeBase.TypeEnum type) |
ShapeBase |
width(Double width) |
ShapeBase |
x(Double x) |
ShapeBase |
y(Double y) |
ShapeBase |
zorderPosition(Integer zorderPosition) |
addAlternateLinksItem, alternateLinks, 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 shapes(ResourceUri shapes)
public ResourceUri getShapes()
public void setShapes(ResourceUri shapes)
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 lineFormat(LineFormat lineFormat)
public LineFormat getLineFormat()
public void setLineFormat(LineFormat lineFormat)
public ShapeBase type(ShapeBase.TypeEnum type)
public ShapeBase.TypeEnum getType()
public 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 © 2021. All rights reserved.