Trait

anchorman.syntax

Dsl

Related Doc: package syntax

Permalink

trait Dsl extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def block[A](blocks: A*)(implicit promoter: BlockPromoter[A]): Block

    Permalink
  6. def bold(text: String): Text

    Permalink
  7. def cell[A](blocks: A*)(implicit promoter: BlockPromoter[A]): TableCell

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def columns[A](blocks: A*)(implicit promoter: BlockPromoter[A]): Columns

    Permalink
  10. def document[A](blocks: A*)(implicit promoter: BlockPromoter[A]): Document

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fontSize(size: Dim)(text: String): Text

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def heading1[A](spans: A*)(implicit promoter: SpanPromoter[A]): Para

    Permalink
  18. def heading2[A](spans: A*)(implicit promoter: SpanPromoter[A]): Para

    Permalink
  19. def heading3[A](spans: A*)(implicit promoter: SpanPromoter[A]): Para

    Permalink
  20. def image(url: String, urls: String*): Image

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def italic(text: String): Text

    Permalink
  23. def item[A](blocks: A*)(implicit promoter: BlockPromoter[A]): ListItem

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def olist[A](items: ListItem*): OrderedList

    Permalink
  28. def para[A](spans: A*)(implicit promoter: SpanPromoter[A]): Para

    Permalink
  29. def row[A](cells: TableCell*): TableRow

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def table[A](rows: TableRow*): Table

    Permalink
  32. def text(text: String): Text

    Permalink
  33. def title[A](spans: A*)(implicit promoter: SpanPromoter[A]): Para

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def ulist[A](items: ListItem*): UnorderedList

    Permalink
  36. def underline(text: String): Text

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped