com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing.SsDrawXML Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com_hfg Show documentation
Show all versions of com_hfg Show documentation
com.hfg xml, html, svg, and bioinformatics utility library
package com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing;
import com.hfg.xml.XMLName;
import com.hfg.xml.XMLNamespace;
//------------------------------------------------------------------------------
/**
* XML tag and attribute names for spreadsheetDrawing-related namespaces.
*
* @author J. Alex Taylor, hairyfatguy.com
*/
//------------------------------------------------------------------------------
// com.hfg XML/HTML Coding Library
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// J. Alex Taylor, President, Founder, CEO, COO, CFO, OOPS hairyfatguy.com
// [email protected]
//------------------------------------------------------------------------------
public class SsDrawXML
{
public static final XMLNamespace SPREADSHEET_DRAWING_NAMESPACE = XMLNamespace.getNamespace("xdr", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing");
// Tag names
public static final XMLName ABSOLUTE_ANCHOR = new XMLName("absoluteAnchor", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName CLIENT_DATA = new XMLName("clientData", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName COL = new XMLName("col", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName COL_OFFSET = new XMLName("colOff", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName FROM = new XMLName("from", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName NON_VISUAL_DRAWING_PROPS = new XMLName("cNvPr", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName NON_VISUAL_SHAPE_DRAWING_PROPS = new XMLName("nvSpPr", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName NON_VISUAL_SHAPE_PROPS = new XMLName("cNvSpPr", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName ONE_CELL_ANCHOR = new XMLName("oneCellAnchor", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName ROW_OFFSET = new XMLName("rowOff", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName ROW = new XMLName("row", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName SHAPE = new XMLName("sp", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName SHAPE_PROPS = new XMLName("spPr", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName STYLE = new XMLName("style", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName TEXT_BODY = new XMLName("txBody", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName TO = new XMLName("to", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName TWO_CELL_ANCHOR = new XMLName("twoCellAnchor", SPREADSHEET_DRAWING_NAMESPACE);
public static final XMLName WORKSHEET_DRAWING = new XMLName("wsDr", SPREADSHEET_DRAWING_NAMESPACE);
// Attribute names
public static final XMLName EDIT_AS_ATT = new XMLName("editAs");
}