Report an issue
Class

CKEDITOR.plugins.pastetools.filters.common.rtf.GroupInfo

class since 4.16.0 abstract

Virtual class that illustrates group info returned by CKEDITOR.plugins.pastetools.filters.common.rtf.getGroup method.

Filtering

Properties

  • content : String

    The whole group, including control words and subgroups.

  • end : Number

    String index, on which the group ends.

  • start : Number

    String index, on which the group starts.