|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeElementEx
public class ShapeElementEx
Represents a part of shape with same outline and fill properties.
Method Summary | |
---|---|
byte |
getFillSource()
Returns information about how to fill an element. |
java.awt.geom.GeneralPath |
getGraphicsPath()
Returns an element's path. |
ShapeEx |
getParentShape()
Returns a Shape for which element was created. |
byte |
getStrokeSource()
Returns information about how to stroke an element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ShapeEx getParentShape()
Returns a Shape for which element was created.
Read-only Aspose.Slides.Pptx.ShapeEx
.
public java.awt.geom.GeneralPath getGraphicsPath()
Returns an element's path.
Read-only System.Drawing.Drawing2D.GraphicsPath
.
public byte getFillSource()
Returns information about how to fill an element.
Readonly Aspose.Slides.Pptx.ShapeElementFillSourceEx
.
public byte getStrokeSource()
Returns information about how to stroke an element.
Read-only Aspose.Slides.Pptx.ShapeElementStrokeSourceEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |