Class Style

Style class

Specifies the character formatting applied to a range of text in the shape’s text block.

public class Style : ICloneable

Constructors

NameDescription
Style(StyleValue)Constructor.

Properties

NameDescription
Ufe { get; set; }Specifies attributes of an element.
Value { get; set; }Specifies the character formatting applied to a range of text in the shape’s text block.

Methods

NameDescription
Clone()Creates deep copy of this instance.
override Equals(object)Are objects equal.
override GetHashCode()Serves as a hash function for a particular type.

See Also