StyleGenerationLevel.java 377 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.livecycle.SinceLC
 */
package com.adobe.livecycle.formsservice.client;

import com.adobe.livecycle.SinceLC;

@SinceLC(value="8.2.1")
public enum StyleGenerationLevel {
    InlineAndInternalStyles,
    OnlyInlineStyles,
    NoStyles;
    

    private StyleGenerationLevel() {
    }
}