GeometryShape — Aspose.Slides FOSS Java API Reference
GeometryShape — Base class for shapes with geometry, backed by an OOXML shape element. Inherits from: IGeometryShape.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
x | double | Read/Write | |
y | double | Read/Write | |
width | double | Read/Write | |
height | double | Read/Write | |
rotation | double | Read/Write | |
shapeStyle | IShapeStyle | Read/Write | |
shapeType | ShapeType | Read/Write | |
fillFormat | IFillFormat | Read/Write | |
adjustments | IAdjustValueCollection | Read/Write | |
cNvPr | Element | Read/Write | |
textHolder | boolean | Read/Write | |
placeholder | IPlaceholder | Read/Write | |
customData | ICustomData | Read/Write | |
rawFrame | IShapeFrame | Read/Write | |
frame | IShapeFrame | Read/Write | |
lineFormat | ILineFormat | Read/Write | |
threeDFormat | IThreeDFormat | Read/Write | |
effectFormat | IEffectFormat | Read/Write | |
hidden | boolean | Read/Write | |
zOrderPosition | int | Read/Write | |
connectionSiteCount | int | Read/Write | |
alternativeText | String | Read/Write | |
alternativeTextTitle | String | Read/Write | |
name | String | Read/Write | |
decorative | boolean | Read/Write | |
uniqueId | int | Read/Write | |
officeInteropShapeId | int | Read/Write | |
grouped | boolean | Read/Write | |
asISlideComponent | ISlideComponent | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
setParentShapes(Iterable<IShape> shapes) | void | Sets the sibling shapes collection used for connection lookups. |
getX() | double | |
setX(double x) | void | |
getY() | double | |
setY(double y) | void | |
getWidth() | double | |
setWidth(double width) | void | |
getHeight() | double | |
setHeight(double height) | void | |
getRotation() | double | |
setRotation(double rotation) | void | |
getShapeStyle() | IShapeStyle | |
getShapeType() | ShapeType | |
setShapeType(ShapeType value) | void | |
getFillFormat() | IFillFormat | |
getAdjustments() | IAdjustValueCollection | |
getCNvPr() | Element | |
isTextHolder() | boolean | |
getPlaceholder() | IPlaceholder | |
getCustomData() | ICustomData | |
getRawFrame() | IShapeFrame | |
setRawFrame(IShapeFrame value) | void | |
getFrame() | IShapeFrame | |
setFrame(IShapeFrame value) | void | |
getLineFormat() | ILineFormat | |
getThreeDFormat() | IThreeDFormat | |
getEffectFormat() | IEffectFormat | |
isHidden() | boolean | |
setHidden(boolean value) | void | |
getZOrderPosition() | int | |
getConnectionSiteCount() | int | |
getAlternativeText() | String | |
setAlternativeText(String value) | void | |
getAlternativeTextTitle() | String | |
setAlternativeTextTitle(String value) | void | |
getName() | String | |
setName(String value) | void | |
isDecorative() | boolean | |
setDecorative(boolean value) | void | |
getUniqueId() | int | |
getOfficeInteropShapeId() | int | |
isGrouped() | boolean | |
getAsISlideComponent() | ISlideComponent | |
getSlide() | IBaseSlide | |
getPresentation() | IPresentation | |
asIPresentationComponent() | IPresentationComponent |