|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GroupShape
public class GroupShape
Represents the group of a shapes on a slide.
Field Summary | |
---|---|
protected Shapes |
m_shapes
|
Fields inherited from class com.aspose.slides.Shape |
---|
defaultConnectionPoints, emptyConnectionPoints, emptyShape, m_anchor, m_animationSettings, m_fillFormat, m_frame, m_lineFormat, m_link, m_nFSTVersion, m_options, m_parent, m_shadowFormat, m_shapesParent, m_tags, m_TextFrame, m_version |
Constructor Summary | |
---|---|
protected |
GroupShape(Slide parent)
|
protected |
GroupShape(Slide parent,
EsSpGrContainer frame)
|
Method Summary | |
---|---|
TextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a shape in a Web presentation. |
protected IEsAnchor |
getAnchor()
|
FillFormat |
getFillFormat()
Returns null for a GroupShape. |
protected EsSpContainer |
getFrame()
|
protected int |
getgeoBottom()
|
protected int |
getgeoRight()
|
protected EsSpGrContainer |
getGrFrame()
|
LineFormat |
getLineFormat()
Returns null for a GroupShape. |
int |
getMasterShapeId()
Returns the unique Id of a master shape or 0 in case shape is not inherited from any master shapes. |
int |
getRotation()
Returns the number of degrees the specified group is rotated around the z-axis. |
int |
getShapeId()
Returns the unique Id of a shape. |
Shapes |
getShapes()
Returns the collection of shapes inside the group. |
boolean |
isFlipH()
Determines whether the group is flipped horizontally. |
boolean |
isFlipV()
Determines whether the group is flipped vertically. |
void |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape in a Web presentation. |
void |
setFlipH(boolean value)
Flips the group horizontally. |
void |
setFlipV(boolean value)
Flips the group vertically. |
void |
setRotation(int value)
Sets the number of degrees the specified group is rotated around the z-axis. |
protected void |
updateShapeSizes()
|
protected void |
updateTextColors()
|
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, clearLink, createShapeElements, createShapeElements, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getHeight, getLink, getName, getOptions, getParent, getPlaceholder, getRotation0_360, getShadowFormat, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isHidden, isMasterTextHolder, isTextHolder, serialize, setHeight, setHidden, setName, setWidth, setX, setY, shouldDraw, zOrder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Shapes m_shapes
Constructor Detail |
---|
protected GroupShape(Slide parent)
protected GroupShape(Slide parent, EsSpGrContainer frame)
Method Detail |
---|
protected EsSpContainer getFrame()
getFrame
in class Shape
protected EsSpGrContainer getGrFrame()
public LineFormat getLineFormat()
getLineFormat
in interface IShapeFormat
getLineFormat
in class Shape
null
public FillFormat getFillFormat()
getFillFormat
in interface IShapeFormat
getFillFormat
in class Shape
null
protected void updateShapeSizes()
protected void updateTextColors()
public Shapes getShapes()
public int getRotation()
getRotation
in class Shape
public void setRotation(int value) throws java.lang.Exception
setRotation
in class Shape
value
- new rotation angle.
java.lang.Exception
protected IEsAnchor getAnchor()
getAnchor
in class Shape
public java.lang.String getAlternativeText()
getAlternativeText
in interface IShape
getAlternativeText
in class Shape
public void setAlternativeText(java.lang.String value)
setAlternativeText
in interface IShape
setAlternativeText
in class Shape
value
- the alternative text.public boolean isFlipH()
isFlipH
in class Shape
public void setFlipH(boolean value)
setFlipH
in class Shape
value
- true to flip the group horizontally.public boolean isFlipV()
isFlipV
in class Shape
public void setFlipV(boolean value)
setFlipV
in class Shape
value
- true to flip the group vertically.protected int getgeoRight()
getgeoRight
in class Shape
protected int getgeoBottom()
getgeoBottom
in class Shape
public int getShapeId()
getShapeId
in class Shape
public int getMasterShapeId()
getMasterShapeId
in class Shape
public TextFrame addTextFrame(java.lang.String text) throws PptEditException
addTextFrame
in class Shape
text
- Default text for a new TextFrame.
PptEditException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |