FormatProperties
.
End
Last item of the revision.
The end item will show up as the last item regardless of the numbr of items already in the
list.
Example
=
Block
{
var
sentence
=
Span
{
End
:
". "
;
};
Paragraph
{
sentence
{
"My first sentence"
;
};
sentence
{
"Another "
;
"sentence"
;
};
}
};
My first sentence. Another sentence.