cls

Summary

Description

Letter closing.

Syntax help
  • USFM: \cls content

  • USX: <para style="cls">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Colossians 4.18 (GNT)
\id
\c 4
\p
\v 18 With my own hand I write this: \sig Greetings from Paul\sig*. Do not
forget my chains!
\cls May God's grace be with you.
Example 2. Colossians 4.18 (GNT)
<usx version="3.1">
  <book code="COL" style="id"/>
  <chapter number="4" style="c" sid="COL 4"/>
  <para style="p">
    <verse number="18" style="v" sid="COL 4:18"/>With my own hand I write this:
    <char style="sig">Greetings from Paul</char>. Do not forget my chains!</para>
  <para style="cls" vid="COL 4:18">May God's grace be with you.
    <verse eid="COL 4:18"/></para>
</usx>
Example 3. Colossians 4.18 (GNT)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "COL",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "4",
      "sid": "COL 4"
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "18",
          "sid": "COL 4:18"
        },
        "With my own hand I write this: ",
        {
          "type": "char",
          "marker": "sig",
          "content": ["Greetings from Paul"]
        },
        ". Do not forget my chains!"
      ]
    },
    {
      "type": "para",
      "marker": "cls",
      "content": ["May God's grace be with you."]
    }
  ]
}
Colossians 4.18 (GNT)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues