Shape Class |
Namespace: Aspose.Slides
The Shape type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlternativeText |
Returns or sets the alternative text associated with a shape.
Read/write String.
|
![]() | AlternativeTextTitle |
Returns or sets the title of alternative text associated with a shape.
Read/write String.
|
![]() | BlackWhiteMode |
Property specifies how a shape will render in black-and-white display mode..
Read/write BlackWhiteMode.
|
![]() | ConnectionSiteCount |
Returns the number of connection sites on the shape.
Read-only Int32.
|
![]() | CustomData |
Returns the shape's custom data.
Read-only ICustomData.
|
![]() | EffectFormat |
Returns the EffectFormat object which contains pixel effects applied to a shape.
Note: can return null for certain types of shapes which don't have effect properties.
Read-only IEffectFormat.
|
![]() | FillFormat |
Returns the FillFormat object that contains fill formatting properties for a shape.
Note: can return null for certain types of shapes which don't have fill properties.
Read-only IFillFormat.
|
![]() | Frame |
Returns or sets the shape frame's properties.
Read/write IShapeFrame.
|
![]() | Height |
Returns or sets the height of the shape.
Read/write Single.
|
![]() | Hidden |
Determines whether the shape is hidden.
Read/write Boolean.
|
![]() | HyperlinkClick |
Returns or sets the hyperlink defined for mouse click.
Read/write IHyperlink.
|
![]() | HyperlinkManager |
Returns the hyperlink manager.
Read-only IHyperlinkManager.
|
![]() | HyperlinkMouseOver |
Returns or sets the hyperlink defined for mouse over.
Read/write IHyperlink.
|
![]() | IsGrouped |
Determines whether the shape is grouped.
Read-only Boolean.
|
![]() | IsTextHolder |
Determines whether the shape is TextHolder_PPT.
Read-only Boolean.
|
![]() | LineFormat |
Returns the LineFormat object that contains line formatting properties for a shape.
Note: can return null for certain types of shapes which don't have line properties.
Read-only ILineFormat.
|
![]() | Name |
Returns or sets the name of a shape.
Must be not null. Use empty string value if needed.
Read/write String.
|
![]() | OfficeInteropShapeId | |
![]() | ParentGroup |
Returns parent GroupShape object if shape is grouped. Otherwise returns null.
Read-only IGroupShape.
|
![]() | Placeholder |
Returns the placeholder for a shape. Returns null if the shape has no placeholder.
Read-only IPlaceholder.
|
![]() | Presentation |
Returns the parent presentation of a slide.
Read-only IPresentation.
|
![]() | RawFrame |
Returns or sets the raw shape frame's properties.
Read/write IShapeFrame.
|
![]() | Rotation |
Returns 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.
|
![]() | ShapeLock |
Returns shape's locks.
Read-only IBaseShapeLock.
|
![]() | Slide |
Returns the parent slide of a shape.
Read-only IBaseSlide.
|
![]() | ThreeDFormat |
Returns the ThreeDFormat object that 3d effect properties for a shape.
Note: can return null for certain types of shapes which don't have 3d properties.
Read-only IThreeDFormat.
|
![]() | UniqueId |
Gets unique shape identifier in presentation scope.
Read-only UInt32.
See also OfficeInteropShapeId for getting unique shape identifier in slide scope.
|
![]() | Width |
Returns or sets the width of the shape.
Read/write Single.
|
![]() | X |
Returns or sets the x-coordinate of the upper-left corner of the shape.
Read/write Single.
|
![]() | Y |
Returns or sets the y-coordinate of the upper-left corner of the shape.
Read/write Single.
|
![]() | ZOrderPosition |
Returns 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-only Int32.
|
Name | Description | |
---|---|---|
![]() | AddPlaceholder |
Adds a new placeholder if there is no and sets placeholder properties to a specified one.
|
![]() | CreateEffectFormatEffective | Obsolete.
Creates the EffectFormatEffectiveData object that contains all effects applyed to a shape, included inherited.
|
![]() | CreateFillFormatEffective | Obsolete.
Creates the FillFormatEffectiveData object that contains all fill formatting properties for a shape, included inherited.
|
![]() | CreateLineFormatEffective | Obsolete.
Creates the LineFormatEffectiveData object that contains all line formatting properties for a shape, included inherited.
|
![]() | CreateThreeDFormatEffective | Obsolete.
Creates the ThreeDFormatEffectiveData object that contains volume properties and 3D transformation of a shape, included inherited.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetThumbnail |
Returns shape thumbnail.
ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.
|
![]() | GetThumbnail(ShapeThumbnailBounds, Single, Single) |
Returns shape thumbnail.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemovePlaceholder |
Defines that this shape isn't a placeholder.
|
![]() | ToString | (Inherited from Object.) |
![]() | WriteAsSvg(Stream) |
Saves content of Shape as SVG file.
|
![]() | WriteAsSvg(Stream, ISVGOptions) |
Saves content of Shape as SVG file.
|
Name | Description | |
---|---|---|
![]() | m_fillFormat | |
![]() | m_lineFormat |