ShapeOfficeInteropShapeId Property |
Gets unique shape identifier in slide scope.
Read-only
UInt32.
See also
UniqueId for getting unique shape identifier in presentation scope.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic uint OfficeInteropShapeId { get; }
Public ReadOnly Property OfficeInteropShapeId As UInteger
Get
public:
virtual property unsigned int OfficeInteropShapeId {
unsigned int get () sealed;
}
abstract OfficeInteropShapeId : uint32 with get
override OfficeInteropShapeId : uint32 with get
Property Value
Type:
UInt32Implements
IShapeOfficeInteropShapeId
See Also