com.adobe.xfa.text.TextItem 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 TextItem {
public static final int UNKNOWN = 0;
public static final int ATTR = 1;
public static final int CHAR = 2;
public static final int FIELD = 3;
public static final int OBJECT = 4;
public static final int PARA = 5;
public static final int NULL_FRAME = 6;
}