ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.display / Italic

Italic

class Italic : DisplayElement

Wrapper element, all children’s text elements will be italic. Equivalent to an inline html element with italic font style which will be applied to the children.

Constructors

Name Summary
<init> Wrapper element, all children’s text elements will be italic. Equivalent to an inline html element with italic font style which will be applied to the children.Italic(vararg children: DisplayElement)

Properties

Name Summary
children vararg val children: Array<out DisplayElement>

Functions

Name Summary
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int
toString fun toString(): String