Options
All
  • Public
  • Public/Protected
  • All
Menu

This presents an inline element that can be represented by a single html node. This serves as base for most inline element as it contains most implementation of all operations that can happen on an inline element. Other sub inline elements mostly just identify themselves for a certain type

Hierarchy

Implements

Index

Constructors

constructor

Methods

applyStyle

  • applyStyle(styler: (element: HTMLElement, isInnerNode?: boolean) => any): void

contains

getContainerNode

  • getContainerNode(): Node

getEndPosition

getParentBlock

getStartPosition

getTextContent

  • getTextContent(): string

isAfter

isTextualInlineElement

  • isTextualInlineElement(): boolean

Generated using TypeDoc