[]
Groups some of this C1TextElement children, all children in the specified range are added to the new parent, and the parent is inserted at the range start.
public void Group(C1TextElement parent, int start, int count)
Type | Name | Description |
---|---|---|
C1TextElement | parent | A C1TextElement used to group the children. |
int | start | The index of the first child added to the range. |
int | count | The number of children in the range. |