Unplanned
Last Updated: 29 Aug 2018 15:44 by ADMIN
ADMIN
Tanya
Created on: 29 Aug 2018 15:44
Category: RichTextBox
Type: Feature Request
1
RichTextBox: Expose API allowing the customers to get the inlines between annotation start and end
API ideas:

- DocumentSelection: Get inlines between annotation start and end, e.g. DocumentSelection.EnumerateChildrenOfType<>(bool includePartiallySelectedElements) where T : DocumentElement

- DocumentSelection: SelectAnnotationRange(AnnotationRangeStart start, bool includeAnnotation). Such method is present without the last parameter, but it always selects the annotation ranges
0 comments