[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.StyleLine

Class StyleLine

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

Represents a reference to a line style within Lines.

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

Properties

PlaceholderColor

Gets the color to override the empty colors inside the referenced theme line style.

public SolidColor PlaceholderColor { get; }

Property Value

SolidColor

ThemeLine

Gets or sets a reference to a line style within Lines.

public LineFormat ThemeLine { get; set; }

Property Value

LineFormat