DocReaderFrame

This page covers the description of the DocReaderFrame enumeration

The constants of DocReaderFrame enumeration identify the frame type.

public class DocReaderFrame {
    public static final String MAX = "max";
    public static final String SCENARIO_DEFAULT = "id1";
    public static final String NONE = "none";
    public static final String DOCUMENT = "document";
}

Last updated