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

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

The newest version!
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2007 Adobe Systems Incorporated All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Adobe Systems Incorporated and its suppliers, if any. The intellectual and
 * technical concepts contained herein are proprietary to Adobe Systems
 * Incorporated and its suppliers and may be covered by U.S. and Foreign
 * Patents, patents in process, and are protected by trade secret or copyright
 * law. Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained from
 * Adobe Systems Incorporated.
 */
package com.adobe.xfa.text;


import com.adobe.xfa.ut.ResId;


/**
 * This class describes ...
 *
 * @exclude from published api.
 */
public class TextPrefOpt /* extends Obj */ {

	/**
	 * EnumPrefs
	 */
	public static final int	OPT_UNKNOWN	= 0;
	public static final int	OPT_CHAR	= 1;
	public static final int	OPT_WORD	= 2;
	public static final int	OPT_LINE	= 3;

	public TextPrefOpt(ResId nId, int ePref /* = OPT_CHAR */) {
	}

	public TextPrefOpt(int oSource) {
	}

	public int opt() {
		return OPT_CHAR;	// now a stub (previously was derived from jfPrefNum)
	}

	public void	opt(int eNewOpt) {
		assert(false);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy