[]
The base class for SharedPicture and SharedShape.
public class SharedObject
Gets a value indicating if the object should appear in front of the text layer.
public bool AboveText { get; }
Gets a value indicating if the object should appear behind the text layer.
public bool BelowText { get; }
Gets the object bounds height (taking rotation into account), in points.
public float BoundsHeight { get; }
Gets the object bounds height with effect extent, in points.
public float BoundsHeightWithExtent { get; }
Gets the object bounds width (taking rotation into account), in points.
public float BoundsWidth { get; }
Gets the object bounds width with effect extent, in points.
public float BoundsWidthWithExtent { get; }
Gets the additional extent that is added to the bottom edge of an object in order to compensate for any drawing effects applied to the object, in points.
public float EffectExtentBottom { get; }
Gets the additional extent that is added to the left edge of an object in order to compensate for any drawing effects applied to the object, in points.
public float EffectExtentLeft { get; }
Gets the additional extent that is added to the right edge of an object in order to compensate for any drawing effects applied to the object, in points.
public float EffectExtentRight { get; }
Gets the additional extent that is added to the top edge of an object in order to compensate for any drawing effects applied to the object, in points.
public float EffectExtentTop { get; }
Gets the object height, in points.
public float Height { get; }
Gets a value indicating whether the object is flipped horizontally.
public bool HorizontalFlip { get; }
Gets the rotation angle, in degrees.
public float RotationAngle { get; }
Gets a value indicating whether the object has been flipped vertically.
public bool VerticalFlip { get; }
Gets the object width, in points.
public float Width { get; }
Gets the source ShapeBase object.
public ShapeBase WordShape { get; }
Gets the relative Z-order of the object in a document. All objects with a AboveText value of true are displayed above objects with a BelowText of true.
public uint ZOrder { get; }