Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Bevel Class
Properties Methods

In This Topic
    Bevel Class Members
    In This Topic

    The following tables list the members exposed by Bevel.

    Public Properties
     NameDescription
    Public PropertyGets 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 BevelType.NoBevel.

     
    Public PropertyGets or sets preset bevel type which defines the look of the bevel.

    Default value is BevelType.NoBevel.

     
    Public PropertyGets 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 BevelType.NoBevel.

     
    Top
    Public Methods
     NameDescription
    Public Method Applies a predefined set of bevel properties.  
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public Method Resets the bevel to inherited defaults.  
    Top
    See Also