All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.xfa.text.TextCharPropCharIterator Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
package com.adobe.xfa.text;

/**
 * @exclude from published api.
 */

public class TextCharPropCharIterator extends TextCharPropDataIterator {
	public TextCharPropCharIterator (int[] peData) {
		super (peData);
	}

	public TextCharPropCharIterator (int[] peData, int startIndex) {
		super (peData, startIndex);
	}

	public TextCharPropCharIterator (int[] peData, int startIndex, int length) {
		super (peData, startIndex, length);
	}

	int interpretData (int dataValue) {
		return TextCharProp.getCharProperty (dataValue);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy