TextStyle

TextStyle class

This class contains the text style formatting properties.

public sealed class TextStyle : PVIObject, ITextStyle

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
DefaultParagraphFormat { get; }Default paragraph propertiies. Read-only IParagraphFormat.

Methods

NameDescription
override Equals(object)Compares with specified object.
GetEffective()Gets effective text style formatting data with the inheritance applied.
override GetHashCode()Returns hash code.
GetLevel(int)If level of style exist returns it, otherwise returns null.

See Also