Class

com.gu.nitf.model.builders

ParagraphBuilder

Related Doc: package builders

Permalink

class ParagraphBuilder extends Builder[P] with EnrichedTextBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParagraphBuilder
  2. EnrichedTextBuilder
  3. Builder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParagraphBuilder(build: P = P())

    Permalink

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 asLead: ParagraphBuilder.this.type

    Permalink
  6. def asOptional: ParagraphBuilder.this.type

    Permalink
  7. def asSummary: ParagraphBuilder.this.type

    Permalink
  8. var build: P

    Permalink
    Definition Classes
    ParagraphBuilderBuilder
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    Builder → AnyRef → Any
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def withAnchor(x: A): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  25. def withChron(x: Chron): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  26. def withClassifier(x: Classifier): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  27. def withContent(x: DataRecord[_]): ParagraphBuilder.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    ParagraphBuilderEnrichedTextBuilder
  28. def withCopyright(x: Copyrite): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  29. def withEmphasis(x: Em): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  30. def withEnrichedText[T <: EnrichedTextOption](x: T)(implicit arg0: CanWriteXML[T]): ParagraphBuilder.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    EnrichedTextBuilder
  31. def withEvent(x: Event): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  32. def withFunction(x: FunctionType): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  33. def withLanguage(x: Lang): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  34. def withLineBreak(x: Br): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  35. def withLocation(x: Location): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  36. def withMoney(x: Money): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  37. def withNumeric(x: Num): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  38. def withObjectTitle(x: ObjectTitle): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  39. def withOrganization(x: Org): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  40. def withPerson(x: Person): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  41. def withPostalAddress(x: Postaddr): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  42. def withPronunciation(x: Pronounce): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  43. def withQuotation(x: Q): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  44. def withText(x: String): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  45. def withVirtualLocation(x: Virtloc): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder
  46. def withXml(x: NodeSeq): ParagraphBuilder.this.type

    Permalink
    Definition Classes
    EnrichedTextBuilder

Inherited from EnrichedTextBuilder

Inherited from Builder[P]

Inherited from AnyRef

Inherited from Any

Ungrouped