[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EdgeExtent

Class EdgeExtent

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

Represents additional extent to each edge of an object.

public class EdgeExtent : FormattingBag
Inheritance
object
EdgeExtent
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

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.

public float? AllEdges { get; set; }

Property Value

float?

BottomEdge

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

public float BottomEdge { get; set; }

Property Value

float

LeftEdge

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

public float LeftEdge { get; set; }

Property Value

float

RightEdge

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

public float RightEdge { get; set; }

Property Value

float

TopEdge

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

public float TopEdge { get; set; }

Property Value

float

Methods

Equals(EdgeExtent)

protected bool Equals(EdgeExtent other)

Parameters

other EdgeExtent

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FixInheritedValues()

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

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int