
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageField Maven / Gradle / Ivy
/*
* XML Type: CT_PageField
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageField
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_PageField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTPageField extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctpagefield338atype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "extLst" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
/**
* True if has "extLst" element
*/
boolean isSetExtLst();
/**
* Sets the "extLst" element
*/
void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
/**
* Appends and returns a new empty "extLst" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
/**
* Unsets the "extLst" element
*/
void unsetExtLst();
/**
* Gets the "fld" attribute
*/
int getFld();
/**
* Gets (as xml) the "fld" attribute
*/
org.apache.xmlbeans.XmlInt xgetFld();
/**
* Sets the "fld" attribute
*/
void setFld(int fld);
/**
* Sets (as xml) the "fld" attribute
*/
void xsetFld(org.apache.xmlbeans.XmlInt fld);
/**
* Gets the "item" attribute
*/
long getItem();
/**
* Gets (as xml) the "item" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetItem();
/**
* True if has "item" attribute
*/
boolean isSetItem();
/**
* Sets the "item" attribute
*/
void setItem(long item);
/**
* Sets (as xml) the "item" attribute
*/
void xsetItem(org.apache.xmlbeans.XmlUnsignedInt item);
/**
* Unsets the "item" attribute
*/
void unsetItem();
/**
* Gets the "hier" attribute
*/
int getHier();
/**
* Gets (as xml) the "hier" attribute
*/
org.apache.xmlbeans.XmlInt xgetHier();
/**
* True if has "hier" attribute
*/
boolean isSetHier();
/**
* Sets the "hier" attribute
*/
void setHier(int hier);
/**
* Sets (as xml) the "hier" attribute
*/
void xsetHier(org.apache.xmlbeans.XmlInt hier);
/**
* Unsets the "hier" attribute
*/
void unsetHier();
/**
* Gets the "name" attribute
*/
java.lang.String getName();
/**
* Gets (as xml) the "name" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName();
/**
* True if has "name" attribute
*/
boolean isSetName();
/**
* Sets the "name" attribute
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "name" attribute
*/
void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name);
/**
* Unsets the "name" attribute
*/
void unsetName();
/**
* Gets the "cap" attribute
*/
java.lang.String getCap();
/**
* Gets (as xml) the "cap" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCap();
/**
* True if has "cap" attribute
*/
boolean isSetCap();
/**
* Sets the "cap" attribute
*/
void setCap(java.lang.String cap);
/**
* Sets (as xml) the "cap" attribute
*/
void xsetCap(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring cap);
/**
* Unsets the "cap" attribute
*/
void unsetCap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy