Kanzi  3.9.2
Java API
TextBoxConceptMetadata.TextRangeMessageArguments Interface Reference

Metadata definitions for TextRangeMessageArguments. More...

Public Attributes

DynamicPropertyType< Integer > EndPositionProperty
 Sets the index of the last character in the text range. More...
 
AbstractMetaclass metaclass
 Metaclass for TextRangeMessageArguments. More...
 
DynamicPropertyType< Integer > StartPositionProperty
 Sets the index of the first character in the text range. More...
 

Detailed Description

Member Data Documentation

◆ EndPositionProperty

DynamicPropertyType<Integer> EndPositionProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.TextRangeMessageArguments.EndPosition", Integer.class)

Sets the index of the last character in the text range.

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.TextBoxConcept.TextRangeMessageArguments")

Metaclass for TextRangeMessageArguments.

◆ StartPositionProperty

DynamicPropertyType<Integer> StartPositionProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.TextRangeMessageArguments.StartPosition", Integer.class)

Sets the index of the first character in the text range.