Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WordColor Class
Members

In This Topic
    WordColor Class
    In This Topic
    Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill. You can set colors to an explicit red-green-blue value by using the RGB property.
    Object Model
    WordColor Class
    Syntax
    'Declaration
     
    Public Class WordColor 
       Inherits FormattingBag
    public class WordColor : FormattingBag 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.WordColor

    See Also