ISmartArtShape Interface |
Namespace: Aspose.Slides.SmartArt
The ISmartArtShape type exposes the following members.
| Name | Description | |
|---|---|---|
| Adjustments |
Returns a collection of shape's adjustment values.
Read-only IAdjustValueCollection.
(Inherited from IGeometryShape.) | |
| AlternativeText |
Returns or sets the alternative text associated with a shape.
Read/write String.
(Inherited from IShape.) | |
| AlternativeTextTitle |
Returns or sets the title of alternative text associated with a shape.
Read/write String.
(Inherited from IShape.) | |
| AsIGeometryShape |
Allows to get base IGeometryShape interface.
Read-only IGeometryShape.
| |
| AsIHyperlinkContainer |
Allows to get base IHyperlinkContainer interface.
Read-only IHyperlinkContainer.
(Inherited from IShape.) | |
| AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) | |
| AsIShape |
Allows to get base IShape interface.
Read-only IShape.
(Inherited from IGeometryShape.) | |
| AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IShape.) | |
| BlackWhiteMode |
Property specifies how a shape will render in black-and-white display mode..
Read/write BlackWhiteMode.
(Inherited from IShape.) | |
| ConnectionSiteCount |
Returns the number of connection sites on the shape.
Read-only Int32.
(Inherited from IShape.) | |
| CustomData |
Returns the shape's custom data.
Read-only ICustomData.
(Inherited from IShape.) | |
| EffectFormat |
Returns the EffectFormat object which contains pixel effects applied to a shape.
Read-only IEffectFormat.
(Inherited from IShape.) | |
| FillFormat |
Returns the FillFormat object that contains fill formatting properties for a shape.
Read-only IFillFormat.
(Inherited from IShape.) | |
| Frame |
Returns or sets the shape frame's properties.
Read/write IShapeFrame.
(Inherited from IShape.) | |
| Height |
Returns or sets the height of the shape.
Read/write Single.
(Inherited from IShape.) | |
| Hidden |
Determines whether the shape is hidden.
Read/write Boolean.
(Inherited from IShape.) | |
| HyperlinkClick |
Returns or sets the hyperlink defined for mouse click.
Read/write IHyperlink.
(Inherited from IHyperlinkContainer.) | |
| HyperlinkManager |
Hyperlinks manager
Read-only IHyperlinkManager.
(Inherited from IHyperlinkContainer.) | |
| HyperlinkMouseOver |
Returns or sets the hyperlink defined for mouse over.
Read/write IHyperlink.
(Inherited from IHyperlinkContainer.) | |
| IsGrouped |
Determines whether the shape is grouped.
Read-only Boolean.
(Inherited from IShape.) | |
| IsTextHolder |
Determines whether the shape is TextHolder.
Read-only Boolean.
(Inherited from IShape.) | |
| LineFormat |
Returns the LineFormat object that contains line formatting properties for a shape.
Read-only ILineFormat.
(Inherited from IShape.) | |
| Name |
Returns or sets the name of a shape.
Read/write String.
(Inherited from IShape.) | |
| OfficeInteropShapeId |
Gets unique shape identifier in slide scope.
Read-only UInt32.
See also UniqueId for getting unique shape identifier in presentation scope.
(Inherited from IShape.) | |
| ParentGroup |
Returns parent GroupShape object if shape is grouped. Otherwise returns null.
Read-only IGroupShape.
(Inherited from IShape.) | |
| Placeholder |
Returns the placeholder for a shape.
Read-only IPlaceholder.
(Inherited from IShape.) | |
| Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) | |
| RawFrame |
Returns or sets the raw shape frame's properties.
Read/write IShapeFrame.
(Inherited from IShape.) | |
| 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.
(Inherited from IShape.) | |
| ShapeLock |
Returns shape's locks.
Read-only IBaseShapeLock.
(Inherited from IShape.) | |
| ShapeStyle |
Returns shape's style object.
Read-only IShapeStyle.
(Inherited from IGeometryShape.) | |
| ShapeType |
Returns or sets the geometry preset type.
Note: on value changing all adjustment values will reset to their default values.
Read/write ShapeType.
(Inherited from IGeometryShape.) | |
| Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) | |
| TextFrame |
Returns text of the SmartArt shape.
Read-only ITextFrame.
| |
| ThreeDFormat |
Returns the ThreeDFormat object that contains line formatting properties for a shape.
Read-only IThreeDFormat.
(Inherited from IShape.) | |
| UniqueId |
Gets unique shape identifier in presentation scope.
Read-only UInt32.
See also OfficeInteropShapeId for getting unique shape identifier in slide scope.
(Inherited from IShape.) | |
| Width |
Returns or sets the width of the shape.
Read/write Single.
(Inherited from IShape.) | |
| X |
Returns or sets the x-coordinate of the upper-left corner of the shape.
Read/write Single.
(Inherited from IShape.) | |
| Y |
Returns or sets the y-coordinate of the upper-left corner of the shape.
Read/write Single.
(Inherited from IShape.) | |
| 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.
(Inherited from IShape.) |
| Name | Description | |
|---|---|---|
| AddPlaceholder |
Adds a new placeholder if there is no and sets placeholder properties to a specified one.
(Inherited from IShape.) | |
| CreateEffectFormatEffective | Obsolete.
Creates the EffectFormatEffectiveData object that contains all effects applyed to a shape, included inherited.
(Inherited from IShape.) | |
| CreateFillFormatEffective | Obsolete.
Creates the FillFormatEffectiveData object that contains all fill formatting properties for a shape, included inherited.
(Inherited from IShape.) | |
| CreateLineFormatEffective | Obsolete.
Creates the LineFormatEffectiveData object that contains all line formatting properties for a shape, included inherited.
(Inherited from IShape.) | |
| CreateShapeElements |
Creates and returns array of shape's elements.
(Inherited from IGeometryShape.) | |
| CreateThreeDFormatEffective | Obsolete.
Creates the ThreeDFormatEffectiveData object that contains volume properties and 3D transformation of a shape, included inherited.
(Inherited from IShape.) | |
| GetThumbnail |
Returns shape thumbnail.
ShapeThumbnailBounds.Shape shape thumbnail bounds type is used by default.
(Inherited from IShape.) | |
| GetThumbnail(ShapeThumbnailBounds, Single, Single) |
Returns shape thumbnail.
(Inherited from IShape.) | |
| RemovePlaceholder |
Defines that this shape isn't a placeholder.
(Inherited from IShape.) | |
| WriteAsSvg(Stream) |
Saves content of Shape as SVG file.
(Inherited from IShape.) | |
| WriteAsSvg(Stream, ISVGOptions) |
Saves content of Shape as SVG file.
(Inherited from IShape.) |