X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2Fpdf%2FPreferences.java;h=97265df58bddd3f074426f70d07b3a3695912255;hb=8ded56d0a440f78cbf649b1e59b8a464e8650fdc;hp=c0da5575dd56aff1dddde9992053115a8649457f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/pdf/Preferences.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/pdf/Preferences.java index c0da5575d..97265df58 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/pdf/Preferences.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/pdf/Preferences.java @@ -1,26 +1,27 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.modeling.ui.pdf; - -/** - * @author Tuukka Lehtonen - */ -public interface Preferences { - - String DIAGRAM_EXPORT_PDF_PATH = "diagram.export.pdf.path"; - - String DIAGRAM_EXPORT_PDF_ZOOM_TO_FIT = "diagram.export.pdf.zoomToFit"; - String DIAGRAM_EXPORT_PDF_ATTACH_TG = "diagram.export.pdf.attachTG"; - String DIAGRAM_EXPORT_PDF_ATTACH_WIKI = "diagram.export.pdf.attachWiki"; - - -} +/******************************************************************************* + * Copyright (c) 2007, 2017 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + * Semantum Oy - page numbering additions + *******************************************************************************/ +package org.simantics.modeling.ui.pdf; + +/** + * @author Tuukka Lehtonen + */ +public interface Preferences { + + String DIAGRAM_EXPORT_PDF_PATH = "diagram.export.pdf.path"; + + String DIAGRAM_EXPORT_PDF_ZOOM_TO_FIT = "diagram.export.pdf.zoomToFit"; + String DIAGRAM_EXPORT_PDF_ATTACH_TG = "diagram.export.pdf.attachTG"; + String DIAGRAM_EXPORT_PDF_ATTACH_WIKI = "diagram.export.pdf.attachWiki"; + String DIAGRAM_EXPORT_PDF_ADD_PAGE_NUMBERS = "diagram.export.pdf.addPageNumbers"; + +}