[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Bevel

Class Bevel

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

Represents a bevel on an object face.

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

Properties

Height

Gets or sets the height of the bevel, or how far above the object it is applied.

Allowed values are from -0 to 1584, inclusive.

The default is 0 for text and 6 for drawings if Type is not NoBevel.

public float Height { get; set; }

Property Value

float

Type

Gets or sets preset bevel type which defines the look of the bevel.

Default value is NoBevel.

public BevelType Type { get; set; }

Property Value

BevelType

Width

Gets or sets the width of the bevel, or how far into the object it is applied.

Allowed values are from -0 to 1584, inclusive.

Default value is 0 for text and 6 for drawings if Type is not NoBevel.

public float Width { get; set; }

Property Value

float

Methods

ApplyPreset(BevelType)

Applies a predefined set of bevel properties.

public void ApplyPreset(BevelType type)

Parameters

type BevelType

The bevel type.

FixInheritedValues()

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

protected override void FixInheritedValues()

Reset()

Resets the bevel to inherited defaults.

public void Reset()