org.jclarion.clarion.constants.Propstyle Maven / Gradle / Ivy
/**
* Copyright 2010, by Andrew Barnham
*
* The contents of this file are subject to
* GNU Lesser General Public License (LGPL), v.3
* http://www.gnu.org/licenses/lgpl.txt
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
*/
package org.jclarion.clarion.constants;
public class Propstyle
{
public static final int FIRST=0x7d10;
public static final int FONTNAME=0x7d10;
public static final int FONTSIZE=0x7d11;
public static final int FONTCOLOR=0x7d12;
public static final int FONTSTYLE=0x7d13;
public static final int TEXTCOLOR=0x7d14;
public static final int BACKCOLOR=0x7d15;
public static final int TEXTSELECTED=0x7d16;
public static final int BACKSELECTED=0x7d17;
public static final int PICTURE=0x7d18;
public static final int CHARSET=0x7d19;
public static final int LAST=0x7d3f;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy