All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main.ObjectFactory Maven / Gradle / Ivy

Go to download

docx4j is a library which helps you to work with the Office Open XML file format as used in docx documents, pptx presentations, and xlsx spreadsheets.

The newest version!

package org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import org.xlsx4j.schemas.microsoft.com.office.excel_2006.main.CTWorksheet;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _Macrosheet_QNAME = new QName("http://schemas.microsoft.com/office/excel/2008/2/main", "macrosheet"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xlsx4j.schemas.microsoft.com.office.excel_2008_2.main * */ public ObjectFactory() { } /** * Create an instance of {@link CTDefinedNameArgumentDescriptions } * */ public CTDefinedNameArgumentDescriptions createCTDefinedNameArgumentDescriptions() { return new CTDefinedNameArgumentDescriptions(); } /** * Create an instance of {@link CTDefinedName } * */ public CTDefinedName createCTDefinedName() { return new CTDefinedName(); } /** * Create an instance of {@link CTDefinedNameArgumentDescription } * */ public CTDefinedNameArgumentDescription createCTDefinedNameArgumentDescription() { return new CTDefinedNameArgumentDescription(); } /** * Create an instance of {@link CTDefinedNames } * */ public CTDefinedNames createCTDefinedNames() { return new CTDefinedNames(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CTWorksheet }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.microsoft.com/office/excel/2008/2/main", name = "macrosheet") public JAXBElement createMacrosheet(CTWorksheet value) { return new JAXBElement(_Macrosheet_QNAME, CTWorksheet.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy