blob: c24a6dcd25a2a5240f540e24cd12005f78c3d9f4 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2019 CEA LIST and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.model2doc.odt.internal.util;
/**
* Properties for BaseFrameProperties element
*/
public class BaseFramePropertiesConstants {
public static final String LEFT_BORDER_DISTANCE = "LeftBorderDistance"; //$NON-NLS-1$
public static final String RIGHT_BORDER_DISTANCE = "RightBorderDistance"; //$NON-NLS-1$
public static final String TOP_BORDER_DISTANCE = "TopBorderDistance"; //$NON-NLS-1$
public static final String BOTTOM_BORDER_DISTANCE = "BottomBorderDistance"; //$NON-NLS-1$
}