[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EdgeExtent

EdgeExtent Class

Represents additional extent to each edge of an object.

Inheritance
EdgeExtent
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class EdgeExtent : FormattingBag
Public Class EdgeExtent
    Inherits FormattingBag

Properties

Name Description
AllEdges

Gets or sets the extent on all edges, in points.

If the extents on all edges are the same, get returns this common value. Otherwise, get returns null.

BottomEdge

Gets or sets the extent on the bottom edge, in points.

LeftEdge

Gets or sets the extent on the left edge, in points.

RightEdge

Gets or sets the extent on the right edge, in points.

TopEdge

Gets or sets the extent on the top edge, in points.

Methods

Name Description
Equals(EdgeExtent)
Equals(object)
FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

GetHashCode()