org.jopendocument.model.office.OfficeStyles 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.office;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import org.jopendocument.model.draw.DrawFillImage;
import org.jopendocument.model.draw.DrawGradient;
import org.jopendocument.model.draw.DrawHatch;
import org.jopendocument.model.draw.DrawMarker;
import org.jopendocument.model.draw.DrawStrokeDash;
import org.jopendocument.model.draw.DrawTransparency;
import org.jopendocument.model.number.NumberBooleanStyle;
import org.jopendocument.model.number.NumberCurrencyStyle;
import org.jopendocument.model.number.NumberDateStyle;
import org.jopendocument.model.number.NumberNumberStyle;
import org.jopendocument.model.number.NumberPercentageStyle;
import org.jopendocument.model.number.NumberTextStyle;
import org.jopendocument.model.number.NumberTimeStyle;
import org.jopendocument.model.style.StyleDefaultStyle;
import org.jopendocument.model.style.StylePresentationPageLayout;
import org.jopendocument.model.style.StyleStyle;
import org.jopendocument.model.text.TextBibliographyConfiguration;
import org.jopendocument.model.text.TextEndnotesConfiguration;
import org.jopendocument.model.text.TextFootnotesConfiguration;
import org.jopendocument.model.text.TextLinenumberingConfiguration;
import org.jopendocument.model.text.TextListStyle;
import org.jopendocument.model.text.TextOutlineStyle;
/**
*
*/
public class OfficeStyles {
List defaultStyles = new Vector();
protected List © 2015 - 2025 Weber Informatics LLC | Privacy Policy