![JAR search and dependency download from the Maven repository](/logo.png)
com.adobe.xfa.text.TextCharPropCharIterator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
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