2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 package org
.libreoffice
.report
;
20 public class OfficeToken
23 public static final String GRAPHIC
= "graphic";
24 public static final String GRAPHICS
= "Graphics";
25 public static final String GRAPHIC_PROPERTIES
= "graphic-properties";
26 public static final String PARAGRAPH
= "paragraph";
27 public static final String TRUE
= "true";
28 public static final String FALSE
= "false";
29 public static final String FRAME
= "frame";
30 public static final String STYLE_NAME
= "style-name";
31 public static final String BACKGROUND_COLOR
= "background-color";
32 public static final String COVERED_TABLE_CELL
= "covered-table-cell";
33 public static final String TABLE
= "table";
34 public static final String TABLE_COLUMN
= "table-column";
35 public static final String TABLE_COLUMNS
= "table-columns";
36 public static final String TABLE_HEADER_COLUMNS
= "table-header-columns";
37 public static final String TABLE_HEADER_ROWS
= "table-header-rows";
38 public static final String TABLE_ROWS
= "table-rows";
39 public static final String TABLE_ROW
= "table-row";
40 public static final String TABLE_CELL
= "table-cell";
41 public static final String P
= "p";
42 public static final String OBJECT_OLE
= "object-ole";
43 public static final String IMAGE
= "image";
44 public static final String IMAGE_DATA
= "image-data";
45 public static final String PRESERVE_IRI
= "preserve-IRI";
46 public static final String SCALE
= "scale";
48 public static final String SHAPES
= "shapes";
49 public static final String ISOTROPIC
= "isotropic";
50 public static final String ANISOTROPIC
= "anisotropic";
51 public static final String NONE
= "none";