Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / SharedGroupShape Class
Properties

In This Topic
    SharedGroupShape Class Members
    In This Topic

    The following tables list the members exposed by SharedGroupShape.

    Public Properties
     NameDescription
    Public Property Gets a value indicating if the object should appear in front of the text layer. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets a value indicating if the object should appear behind the text layer. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object bounds height (taking rotation into account), in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object bounds height with effect extent, in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object bounds width (taking rotation into account), in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object bounds width with effect extent, in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property 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. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property 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. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property 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. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property 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. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object height, in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets a value indicating whether the object is flipped horizontally. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the rotation angle, in degrees. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets a value indicating whether the object has been flipped vertically. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public Property Gets the object width, in points. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public PropertyGets the source GrapeCity.Documents.Word.ShapeBase object. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Public PropertyGets the relative Z-order of the object in a document. All objects with a SharedObject.AboveText value of true are displayed above objects with a SharedObject.BelowText of true. (Inherited from GrapeCity.Documents.Word.Layout.SharedObject)
    Top
    See Also