IAutoShape

Overview

IAutoShape is a interface in Aspose.Slides FOSS for .NET. Inherits from: IGeometryShape.

Represents an AutoShape.

This interface provides 1 method for working with IAutoShape objects in .NET programs. Available methods include: AddTextFrame. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: Adjustments, AlternativeText, AlternativeTextTitle, AsIGeometryShape, AsISlideComponent, ConnectionSiteCount, and 25 more.

Properties

NameTypeAccessDescription
TextFrameITextFrame?ReadGets the text frame contained in this shape.
IsTextBoxboolReadGets a value indicating whether this shape is a text box.
AsIGeometryShapeIGeometryShapeReadReturns this shape as an IGeometryShape.
ShapeStyleIShapeStyle?ReadGets the shape style reference.
ShapeTypeShapeTypeRead/WriteGets or sets the shape type.
AdjustmentsIAdjustValueCollection?ReadGets the collection of adjustment values for this shape.
IsTextHolderboolReadGets a value indicating whether the shape acts as a text holder.
PlaceholderIPlaceholder?ReadGets the placeholder associated with the shape, or null if none.
CustomDataICustomData?ReadGets the custom data attached to the shape, or null if none.
LineFormatILineFormatReadGets the line formatting properties for the shape.
ThreeDFormatIThreeDFormatReadGets the 3-D formatting properties for the shape.
EffectFormatIEffectFormatReadGets the effect formatting properties for the shape.
FillFormatIFillFormatReadGets the fill formatting properties for the shape.
ZOrderPositionintReadGets the position of the shape in the z-order stack.
ConnectionSiteCountintReadGets the number of connection sites available on the shape.
UniqueIdintReadGets the presentation-scoped internal identifier for the shape.
OfficeInteropShapeIdintReadGets the slide-scoped unique identifier that remains constant for the shape’s lifetime.
IsGroupedboolReadGets a value indicating whether the shape belongs to a group shape.
AsISlideComponentISlideComponentReadReturns this instance viewed as an ISlideComponent.
RawFrameIShapeFrameRead/WriteGets or sets the raw (unresolved) shape frame properties.
FrameIShapeFrameRead/WriteGets or sets the resolved shape frame properties.
HiddenboolRead/WriteGets or sets a value indicating whether the shape is hidden from display.
RotationfloatRead/WriteGets or sets the rotation in degrees around the z-axis.
XfloatRead/WriteGets or sets the x-coordinate of the upper-left corner, in points.
YfloatRead/WriteGets or sets the y-coordinate of the upper-left corner, in points.
WidthfloatRead/WriteGets or sets the width of the shape, in points.
HeightfloatRead/WriteGets or sets the height of the shape, in points.
AlternativeTextstringRead/WriteGets or sets the accessibility alternative text for the shape.
AlternativeTextTitlestringRead/WriteGets or sets the title of the alternative text.
NamestringRead/WriteGets or sets the user-visible name of the shape.
IsDecorativeboolRead/WriteGets or sets a value indicating whether the shape is marked as decorative.

Methods

SignatureDescription
AddTextFrame(text: string?)Adds or replaces the text frame with the specified text.

See Also