[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Bevel

Bevel Class

Represents a bevel on an object face.

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

Properties

Name Description
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.

Type

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

Default value is NoBevel.

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.

Methods

Name Description
ApplyPreset(BevelType)

Applies a predefined set of bevel properties.

FixInheritedValues()

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

Reset()

Resets the bevel to inherited defaults.