/******************************************************************************* * Copyright (c) 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation * IBM Research *******************************************************************************/ package com.ibm.research.cue.tourist.internal.win32.ppt.api; /** * generated from Microsoft Powerpoint Object Library IDL * [ uuid(91493440-5A91-11CF-8700-00AA0060263B), version(2.7), helpstring("Microsoft PowerPoint 10.0 Object Library"), helpfile("VBAPP10.CHM"), helpcontext(0x0007a120) ] * @author Li-Te Cheng * IBM Research, 2006 */ public class PpWindowState { public static final int ppWindowNormal = 1; public static final int ppWindowMinimized = 2; public static final int ppWindowMaximized = 3; }