IGraphicalObject

IGraphicalObject

Overview

IGraphicalObject is a interface in Aspose.Slides FOSS for .NET. Inherits from: IShape.

Represents a graphical object on a slide.

Properties: AlternativeText, AlternativeTextTitle, AsISlideComponent, ConnectionSiteCount, CustomData, EffectFormat, and 20 more.

Properties

NameTypeAccessDescription
GraphicalObjectLockIGraphicalObjectLock?ReadGets the graphical object lock settings.
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.

See Also