org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: CT_SheetPr
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
/**
* An XML CT_SheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTSheetPr extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctsheetpr3ae0type");
/**
* Gets the "tabColor" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor getTabColor();
/**
* True if has "tabColor" element
*/
boolean isSetTabColor();
/**
* Sets the "tabColor" element
*/
void setTabColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor tabColor);
/**
* Appends and returns a new empty "tabColor" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor addNewTabColor();
/**
* Unsets the "tabColor" element
*/
void unsetTabColor();
/**
* Gets the "outlinePr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr getOutlinePr();
/**
* True if has "outlinePr" element
*/
boolean isSetOutlinePr();
/**
* Sets the "outlinePr" element
*/
void setOutlinePr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr outlinePr);
/**
* Appends and returns a new empty "outlinePr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr addNewOutlinePr();
/**
* Unsets the "outlinePr" element
*/
void unsetOutlinePr();
/**
* Gets the "pageSetUpPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr getPageSetUpPr();
/**
* True if has "pageSetUpPr" element
*/
boolean isSetPageSetUpPr();
/**
* Sets the "pageSetUpPr" element
*/
void setPageSetUpPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr pageSetUpPr);
/**
* Appends and returns a new empty "pageSetUpPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr addNewPageSetUpPr();
/**
* Unsets the "pageSetUpPr" element
*/
void unsetPageSetUpPr();
/**
* Gets the "syncHorizontal" attribute
*/
boolean getSyncHorizontal();
/**
* Gets (as xml) the "syncHorizontal" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetSyncHorizontal();
/**
* True if has "syncHorizontal" attribute
*/
boolean isSetSyncHorizontal();
/**
* Sets the "syncHorizontal" attribute
*/
void setSyncHorizontal(boolean syncHorizontal);
/**
* Sets (as xml) the "syncHorizontal" attribute
*/
void xsetSyncHorizontal(org.apache.xmlbeans.XmlBoolean syncHorizontal);
/**
* Unsets the "syncHorizontal" attribute
*/
void unsetSyncHorizontal();
/**
* Gets the "syncVertical" attribute
*/
boolean getSyncVertical();
/**
* Gets (as xml) the "syncVertical" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetSyncVertical();
/**
* True if has "syncVertical" attribute
*/
boolean isSetSyncVertical();
/**
* Sets the "syncVertical" attribute
*/
void setSyncVertical(boolean syncVertical);
/**
* Sets (as xml) the "syncVertical" attribute
*/
void xsetSyncVertical(org.apache.xmlbeans.XmlBoolean syncVertical);
/**
* Unsets the "syncVertical" attribute
*/
void unsetSyncVertical();
/**
* Gets the "syncRef" attribute
*/
java.lang.String getSyncRef();
/**
* Gets (as xml) the "syncRef" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef xgetSyncRef();
/**
* True if has "syncRef" attribute
*/
boolean isSetSyncRef();
/**
* Sets the "syncRef" attribute
*/
void setSyncRef(java.lang.String syncRef);
/**
* Sets (as xml) the "syncRef" attribute
*/
void xsetSyncRef(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef syncRef);
/**
* Unsets the "syncRef" attribute
*/
void unsetSyncRef();
/**
* Gets the "transitionEvaluation" attribute
*/
boolean getTransitionEvaluation();
/**
* Gets (as xml) the "transitionEvaluation" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetTransitionEvaluation();
/**
* True if has "transitionEvaluation" attribute
*/
boolean isSetTransitionEvaluation();
/**
* Sets the "transitionEvaluation" attribute
*/
void setTransitionEvaluation(boolean transitionEvaluation);
/**
* Sets (as xml) the "transitionEvaluation" attribute
*/
void xsetTransitionEvaluation(org.apache.xmlbeans.XmlBoolean transitionEvaluation);
/**
* Unsets the "transitionEvaluation" attribute
*/
void unsetTransitionEvaluation();
/**
* Gets the "transitionEntry" attribute
*/
boolean getTransitionEntry();
/**
* Gets (as xml) the "transitionEntry" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetTransitionEntry();
/**
* True if has "transitionEntry" attribute
*/
boolean isSetTransitionEntry();
/**
* Sets the "transitionEntry" attribute
*/
void setTransitionEntry(boolean transitionEntry);
/**
* Sets (as xml) the "transitionEntry" attribute
*/
void xsetTransitionEntry(org.apache.xmlbeans.XmlBoolean transitionEntry);
/**
* Unsets the "transitionEntry" attribute
*/
void unsetTransitionEntry();
/**
* Gets the "published" attribute
*/
boolean getPublished();
/**
* Gets (as xml) the "published" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetPublished();
/**
* True if has "published" attribute
*/
boolean isSetPublished();
/**
* Sets the "published" attribute
*/
void setPublished(boolean published);
/**
* Sets (as xml) the "published" attribute
*/
void xsetPublished(org.apache.xmlbeans.XmlBoolean published);
/**
* Unsets the "published" attribute
*/
void unsetPublished();
/**
* Gets the "codeName" attribute
*/
java.lang.String getCodeName();
/**
* Gets (as xml) the "codeName" attribute
*/
org.apache.xmlbeans.XmlString xgetCodeName();
/**
* True if has "codeName" attribute
*/
boolean isSetCodeName();
/**
* Sets the "codeName" attribute
*/
void setCodeName(java.lang.String codeName);
/**
* Sets (as xml) the "codeName" attribute
*/
void xsetCodeName(org.apache.xmlbeans.XmlString codeName);
/**
* Unsets the "codeName" attribute
*/
void unsetCodeName();
/**
* Gets the "filterMode" attribute
*/
boolean getFilterMode();
/**
* Gets (as xml) the "filterMode" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetFilterMode();
/**
* True if has "filterMode" attribute
*/
boolean isSetFilterMode();
/**
* Sets the "filterMode" attribute
*/
void setFilterMode(boolean filterMode);
/**
* Sets (as xml) the "filterMode" attribute
*/
void xsetFilterMode(org.apache.xmlbeans.XmlBoolean filterMode);
/**
* Unsets the "filterMode" attribute
*/
void unsetFilterMode();
/**
* Gets the "enableFormatConditionsCalculation" attribute
*/
boolean getEnableFormatConditionsCalculation();
/**
* Gets (as xml) the "enableFormatConditionsCalculation" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetEnableFormatConditionsCalculation();
/**
* True if has "enableFormatConditionsCalculation" attribute
*/
boolean isSetEnableFormatConditionsCalculation();
/**
* Sets the "enableFormatConditionsCalculation" attribute
*/
void setEnableFormatConditionsCalculation(boolean enableFormatConditionsCalculation);
/**
* Sets (as xml) the "enableFormatConditionsCalculation" attribute
*/
void xsetEnableFormatConditionsCalculation(org.apache.xmlbeans.XmlBoolean enableFormatConditionsCalculation);
/**
* Unsets the "enableFormatConditionsCalculation" attribute
*/
void unsetEnableFormatConditionsCalculation();
/**
* A factory class with static methods for creating instances
* of this type.
*/
final class Factory
{
private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
}
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr newInstance() {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().newInstance( type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( xmlAsString, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( file, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( file, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( u, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( u, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( is, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( is, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( r, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( r, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( sr, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( sr, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( node, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}