Packages

c

pine.tag.Attributes

TagAttributesBody

implicit class TagAttributesBody extends AnyRef

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

Instance Constructors

  1. new TagAttributesBody(tag: Tag[Body])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alink(value: String): Tag[Body]
  5. def alink: scala.Option[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def background(value: String): Tag[Body]
  8. def background: scala.Option[String]
  9. def bgcolor(value: String): Tag[Body]
  10. def bgcolor: scala.Option[String]
  11. def bottommargin(value: String): Tag[Body]
  12. def bottommargin: scala.Option[String]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def leftmargin(value: String): Tag[Body]
  21. def leftmargin: scala.Option[String]
  22. def link(value: String): Tag[Body]
  23. def link: scala.Option[String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def rightmargin(value: String): Tag[Body]
  28. def rightmargin: scala.Option[String]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def text(value: String): Tag[Body]
  31. def text: scala.Option[String]
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def topmargin(value: String): Tag[Body]
  34. def topmargin: scala.Option[String]
  35. def vlink(value: String): Tag[Body]
  36. def vlink: scala.Option[String]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped