[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.SharedObject

Class SharedObject

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll

The base class for SharedPicture and SharedShape.

public class SharedObject
Inheritance
object
SharedObject
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

AboveText

Gets a value indicating if the object should appear in front of the text layer.

public bool AboveText { get; }

Property Value

bool

BelowText

Gets a value indicating if the object should appear behind the text layer.

public bool BelowText { get; }

Property Value

bool

BoundsHeight

Gets the object bounds height (taking rotation into account), in points.

public float BoundsHeight { get; }

Property Value

float

BoundsHeightWithExtent

Gets the object bounds height with effect extent, in points.

public float BoundsHeightWithExtent { get; }

Property Value

float

BoundsWidth

Gets the object bounds width (taking rotation into account), in points.

public float BoundsWidth { get; }

Property Value

float

BoundsWidthWithExtent

Gets the object bounds width with effect extent, in points.

public float BoundsWidthWithExtent { get; }

Property Value

float

EffectExtentBottom

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; }

Property Value

float

EffectExtentLeft

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; }

Property Value

float

EffectExtentRight

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; }

Property Value

float

EffectExtentTop

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; }

Property Value

float

Height

Gets the object height, in points.

public float Height { get; }

Property Value

float

HorizontalFlip

Gets a value indicating whether the object is flipped horizontally.

public bool HorizontalFlip { get; }

Property Value

bool

RotationAngle

Gets the rotation angle, in degrees.

public float RotationAngle { get; }

Property Value

float

VerticalFlip

Gets a value indicating whether the object has been flipped vertically.

public bool VerticalFlip { get; }

Property Value

bool

Width

Gets the object width, in points.

public float Width { get; }

Property Value

float

WordShape

Gets the source ShapeBase object.

public ShapeBase WordShape { get; }

Property Value

ShapeBase

ZOrder

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; }

Property Value

uint