public interface IRegionFormatableExtended : IRegionFormatablePublic Interface IRegionFormatableExtended
Inherits IRegionFormatablepublic interface class IRegionFormatableExtended : IRegionFormatabletype IRegionFormatableExtended =
interface
interface IRegionFormatable
end| 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. |
| OnCustomUriCall | Fires when the uri is called from the document element. |