[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.ObjectFragment

Class ObjectFragment

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll
public abstract class ObjectFragment : LayoutElement
Inheritance
object
ObjectFragment
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

SharedObject

Gets the associated SharedObject.

public SharedObject SharedObject { get; }

Property Value

SharedObject

WordShape

Gets the source ShapeBase object.

public ShapeBase WordShape { get; }

Property Value

ShapeBase