public class Shape extends GeometryShape
GeometryShape.ShapeTypeEnumShapeBase.TypeEnum| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Paragraph> |
getParagraphs()
Get or sets list to paragraphs list
|
String |
getText()
Gets or sets the text.
|
TextFrameFormat |
getTextFrameFormat()
Returns TextFrame's formatting properties.
|
int |
hashCode() |
protected void |
setParagraphs(List<Paragraph> paragraphs) |
void |
setText(String text) |
void |
setTextFrameFormat(TextFrameFormat textFrameFormat) |
Shape |
text(String text) |
Shape |
textFrameFormat(TextFrameFormat textFrameFormat) |
String |
toString() |
getShapeType, setShapeType, shapeTypealternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getHyperlinkClick, getHyperlinkMouseOver, getIsDecorative, getLineFormat, getName, getThreeDFormat, getType, getWidth, getX, getY, getZorderPosition, height, hidden, hyperlinkClick, hyperlinkMouseOver, isDecorative, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setIsDecorative, setLineFormat, setName, setThreeDFormat, setType, setWidth, setX, setY, setZorderPosition, threeDFormat, width, x, y, zorderPositiongetAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUripublic String getText()
public void setText(String text)
public List<Paragraph> getParagraphs()
public Shape textFrameFormat(TextFrameFormat textFrameFormat)
public TextFrameFormat getTextFrameFormat()
public void setTextFrameFormat(TextFrameFormat textFrameFormat)
public boolean equals(Object o)
equals in class GeometryShapepublic int hashCode()
hashCode in class GeometryShapepublic String toString()
toString in class GeometryShapeCopyright © 2025. All rights reserved.