Interface IParagraphStyle
Represents a paragraph style
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IParagraphStyle : IStyle
Properties
CharacterFormat
Gets text format.
Declaration
CharacterFormat CharacterFormat { get; }
Property Value
Type |
---|
CharacterFormat |
ParagraphFormat
Gets paragraph format.
Declaration
ParagraphFormat ParagraphFormat { get; }
Property Value
Type |
---|
ParagraphFormat |