Class which allows to set a single alignment for all text
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public class CTextAlignment
Public Class CTextAlignment
public class CTextAlignment
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| CTextStyle..::.CTextAlignment()()() |
Creates an object of CTextStyle..::.CTextAlignment class
| |
| Auto()()() |
Use the same alignment as in RTF document. This property is set by default.
| |
| Center()()() |
Align all text by center
| |
| Justify()()() |
Align all text by justify
| |
| Left()()() |
Align all text by left
| |
| Right()()() |
Align all text by right
|