ITextStyle

ITextStyle interface

Text style formatting properties.

public interface ITextStyle

Properties

NameDescription
DefaultParagraphFormat { get; }Default paragraph propertiies. Read-only IParagraphFormat.

Methods

NameDescription
GetEffective()Gets effective text style formatting data with the inheritance applied.
GetLevel(int)If level of style exist returns it, otherwise returns null.

See Also