IPictureFrame
Overview
IPictureFrame is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IGeometryShape.
Represents a picture frame shape.
Properties: Adjustments, AlternativeText, AlternativeTextTitle, AsISlideComponent, ConnectionSiteCount, CustomData, and 26 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PictureFrameLock | IPictureFrameLock? | Read | Gets the picture frame lock settings. |
PictureFormat | IPictureFillFormat? | Read | Gets the picture fill format. |
RelativeScaleHeight | float | Read/Write | Gets or sets the relative scale height. |
RelativeScaleWidth | float | Read/Write | Gets or sets the relative scale width. |
ShapeStyle | IShapeStyle? | Read | Gets the shape style reference. |
ShapeType | ShapeType | Read/Write | Gets or sets the shape type. |
Adjustments | IAdjustValueCollection? | Read | Gets the collection of adjustment values for this shape. |
IsTextHolder | bool | Read | Gets a value indicating whether the shape acts as a text holder. |
Placeholder | IPlaceholder? | Read | Gets the placeholder associated with the shape, or null if none. |
CustomData | ICustomData? | Read | Gets the custom data attached to the shape, or null if none. |
LineFormat | ILineFormat | Read | Gets the line formatting properties for the shape. |
ThreeDFormat | IThreeDFormat | Read | Gets the 3-D formatting properties for the shape. |
EffectFormat | IEffectFormat | Read | Gets the effect formatting properties for the shape. |
FillFormat | IFillFormat | Read | Gets the fill formatting properties for the shape. |
ZOrderPosition | int | Read | Gets the position of the shape in the z-order stack. |
ConnectionSiteCount | int | Read | Gets the number of connection sites available on the shape. |
UniqueId | int | Read | Gets the presentation-scoped internal identifier for the shape. |
OfficeInteropShapeId | int | Read | Gets the slide-scoped unique identifier that remains constant for the shape’s lifetime. |
IsGrouped | bool | Read | Gets a value indicating whether the shape belongs to a group shape. |
AsISlideComponent | ISlideComponent | Read | Returns this instance viewed as an ISlideComponent. |
RawFrame | IShapeFrame | Read/Write | Gets or sets the raw (unresolved) shape frame properties. |
Frame | IShapeFrame | Read/Write | Gets or sets the resolved shape frame properties. |
Hidden | bool | Read/Write | Gets or sets a value indicating whether the shape is hidden from display. |
Rotation | float | Read/Write | Gets or sets the rotation in degrees around the z-axis. |
X | float | Read/Write | Gets or sets the x-coordinate of the upper-left corner, in points. |
Y | float | Read/Write | Gets or sets the y-coordinate of the upper-left corner, in points. |
Width | float | Read/Write | Gets or sets the width of the shape, in points. |
Height | float | Read/Write | Gets or sets the height of the shape, in points. |
AlternativeText | string | Read/Write | Gets or sets the accessibility alternative text for the shape. |
AlternativeTextTitle | string | Read/Write | Gets or sets the title of the alternative text. |
Name | string | Read/Write | Gets or sets the user-visible name of the shape. |
IsDecorative | bool | Read/Write | Gets or sets a value indicating whether the shape is marked as decorative. |