This question is locked. New answers and comments are not allowed.
Hi,
I would like to create a main title with paragraph, (first paragraph is the title, second and more are freely editable text). I checked the new ReadOnlyRangeStart and End classes, but I can write before and after the read-only text. If I export the document model i got:
Can I create somehow a read only Paragraph?
I would like to create a main title with paragraph, (first paragraph is the title, second and more are freely editable text). I checked the new ReadOnlyRangeStart and End classes, but I can write before and after the read-only text. If I export the document model i got:
<
t:Paragraph
>
<
t:ReadOnlyRangeStart
AnnotationID
=
"1"
/>
<
t:Span
Text
=
"This is a Read-only text"
/>
<
t:ReadOnlyRangeEnd
AnnotationID
=
"1"
/>
</
t:Paragraph
>