IRegionFormatableExtended Interface

Encapsulates extended formatting fields of text entry for the document element.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionFormatableExtended : IRegionFormatable
Implements
IRegionFormatable

Properties

Bold Gets or sets whether the text of the document element is shown bold.
(Inherited from IRegionFormatable)
FontName Gets or sets the name of the font of the document element.
(Inherited from IRegionFormatable)
Italic Gets or sets whether the text of the document element is shown italic.
(Inherited from IRegionFormatable)
LineHeight Height of the line to use on rendering the document element.
OrderedList Gets or sets whether current paragraph should be shown as an ordered list in the document element.
PaddingLeft Left padding to use on rendering the document element.
ShowAllCharacters Gets or sets whether invisible characters (f.e. end of line or end of the paragraph) should be shown in the document element text.
TextAlignment Text alignment to use on rendering the document element.
TextIndent Text indentation to use on rendering the document element.
Underline Gets or sets whether the text of the document element is shown underlined.
(Inherited from IRegionFormatable)
UnorderedList Gets or sets whether current paragraph should be shown as an unordered list in the document element.

Events

OnCustomUriCall Occurs when an uri is called from the document element.

See Also