org.jopendocument.model.style.StyleProperties Maven / Gradle / Ivy
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
*
* The contents of this file are subject to the terms of the GNU General Public License Version 3
* only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
* copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
* language governing permissions and limitations under the License.
*
* When distributing the software, include this License Header Notice in each file.
*
*/
package org.jopendocument.model.style;
import java.util.ArrayList;
import java.util.List;
import org.w3c.dom.Element;
/**
*
*/
public class StyleProperties {
protected String chartConnectBars;
protected String chartDataLabelNumber;
protected String chartDataLabelSymbol;
protected String chartDataLabelText;
protected String chartDeep;
protected String chartDisplayLabel;
protected String chartErrorCategory;
protected String chartErrorLowerIndicator;
protected String chartErrorLowerLimit;
protected String chartErrorMargin;
protected String chartErrorPercentage;
protected String chartErrorUpperIndicator;
protected String chartErrorUpperLimit;
protected String chartGapWidth;
protected String chartIntervalMajor;
protected String chartIntervalMinor;
protected String chartLabelArrangement;
protected String chartLines;
protected String chartLinesUsed;
protected String chartLinkDataStyleToSource;
protected String chartLogarithmic;
protected String chartMaximum;
protected String chartMeanValue;
protected String chartMinimum;
protected String chartOrigin;
protected String chartOverlap;
protected String chartPercentage;
protected String chartPieOffset;
protected String chartRegressionType;
protected String chartScaleText;
protected String chartSeriesSource;
protected String chartSolidType;
protected String chartSplineOrder;
protected String chartSplineResolution;
protected String chartSplines;
protected String chartStacked;
protected String chartStockUpdownBars;
protected String chartStockWithVolume;
protected String chartSymbol;
protected String chartSymbolHeight;
protected String chartSymbolImageName;
protected String chartSymbolWidth;
protected String chartTextOverlap;
protected String chartThreeDimensional;
protected String chartTickMarksMajorInner;
protected String chartTickMarksMajorOuter;
protected String chartTickMarksMinorInner;
protected String chartTickMarksMinorOuter;
protected String chartVertical;
protected String chartVisible;
protected List © 2015 - 2025 Weber Informatics LLC | Privacy Policy