ShapeNode Properties |
The ShapeNode type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Adjustments | |
|
|
AlternativeText |
Gets or sets the alternative text associated with a shape.
Read/write
String
.
(Inherited from
Shape
.)
|
|
|
AlternativeTitle |
Gets or sets the alternative title associated with a shape.
Read/write
String
(Inherited from
Shape
.)
|
|
|
Click |
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
(Inherited from
Shape
.)
|
|
|
DrawIndicatedShape | (Inherited from Shape .) |
|
|
EffectDag |
Gets the EffectDag object which contains pixel effects applied to a shape.
Read-only
EffectDag
(Inherited from
Shape
.)
|
|
|
Fill |
Gets the FillFormat object that contains fill formatting properties for a shape.
Read-only
Fill
.
Note: can return null for certain types of shapes which don't have fill properties.
(Inherited from
Shape
.)
|
|
|
Frame |
Gets or sets the shape frame's properties.
Read/write
GraphicFrame
.
(Inherited from
Shape
.)
|
|
|
Height |
Gets or sets the height of the shape.
Read/write
Int32
.
(Inherited from
Shape
.)
|
|
|
Id | (Inherited from Shape .) |
|
|
IsHidden |
Indicates whether the shape is hidden.
Read/write
Boolean
.
(Inherited from
Shape
.)
|
|
|
IsPlaceholder |
Indicates whether the shape is Placeholder.
Read-only
Boolean
.
(Inherited from
Shape
.)
|
|
|
IsTextBox |
Indicates whether the shape is TextBox.
Read-only
Boolean
.
(Inherited from
Shape
.)
|
|
|
Left |
Gets or sets the x-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
(Inherited from
Shape
.)
|
|
|
Line |
Gets the LineFormat object that contains line formatting properties for a shape.
Read-only
Line
.
(Inherited from
Shape
.)
|
|
|
MouseOver |
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
(Inherited from
Shape
.)
|
|
|
Name |
Gets or sets the name of a shape.
Read/write
String
.
(Inherited from
Shape
.)
|
|
|
Parent |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
(Inherited from
Shape
.)
|
|
|
Placeholder |
Gets the placeholder for a shape.
Read-only
Placeholder
.
(Inherited from
Shape
.)
|
|
|
Points |
Get all vertices of a shape.
|
|
|
Presentation | (Inherited from Shape .) |
|
|
ReferenceCount | (Inherited from PptObject .) |
|
|
Rotation |
Gets or sets the number of degrees the specified shape is rotated around
the z-axis. A positive value indicates clockwise rotation; a negative value
indicates counterclockwise rotation.
Read/write
Single
.
(Inherited from
Shape
.)
|
|
|
ShapeStyle | |
|
|
ShapeType | |
|
|
Slide |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
(Inherited from
Shape
.)
|
|
|
TagsList |
Gets the shape's tags collection.
Read-only
TagCollection
.
(Inherited from
Shape
.)
|
|
|
ThreeD |
Gets the FormatThreeD object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
(Inherited from
Shape
.)
|
|
|
Top |
Gets or sets the y-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
(Inherited from
Shape
.)
|
|
|
Width |
Gets or sets the width of the shape.
Read/write
Int32
.
(Inherited from
Shape
.)
|
|
|
ZOrderPosition |
Gets or sets the position of a shape in the z-order.
Shapes[0] returns the shape at the back of the z-order,
and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order.
Read/Write
Int32
.
(Inherited from
Shape
.)
|