ITextParagraphFormat.RightToLeft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the paragraph uses right-to-left formatting.
public:
property FormatEffect RightToLeft { FormatEffect get(); void set(FormatEffect value); };
FormatEffect RightToLeft();
void RightToLeft(FormatEffect value);
public FormatEffect RightToLeft { get; set; }
var formatEffect = iTextParagraphFormat.rightToLeft;
iTextParagraphFormat.rightToLeft = formatEffect;
Public Property RightToLeft As FormatEffect
Property Value
A value that indicates whether the paragraph uses right-to-left formatting.