IRegionFormatable Interface
Encapsulates text formatting fields for the document element.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public interface IRegionFormatable
Public Interface IRegionFormatable
public interface class IRegionFormatable
type IRegionFormatable = interface end
Bold |
Gets or sets whether the text of the document element is shown bold.
|
FontName |
Gets or sets the name of the font of the document element.
|
Italic |
Gets or sets whether the text of the document element is shown italic.
|
Underline |
Gets or sets whether the text of the document element is shown underlined.
|