
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet Maven / Gradle / Ivy
/*
* XML Type: CT_Dialogsheet
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDialogsheet
*
* 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_Dialogsheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTDialogsheet extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctdialogsheet6f36type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "sheetPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr getSheetPr();
/**
* True if has "sheetPr" element
*/
boolean isSetSheetPr();
/**
* Sets the "sheetPr" element
*/
void setSheetPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr sheetPr);
/**
* Appends and returns a new empty "sheetPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr addNewSheetPr();
/**
* Unsets the "sheetPr" element
*/
void unsetSheetPr();
/**
* Gets the "sheetViews" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews getSheetViews();
/**
* True if has "sheetViews" element
*/
boolean isSetSheetViews();
/**
* Sets the "sheetViews" element
*/
void setSheetViews(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews sheetViews);
/**
* Appends and returns a new empty "sheetViews" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews addNewSheetViews();
/**
* Unsets the "sheetViews" element
*/
void unsetSheetViews();
/**
* Gets the "sheetFormatPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr getSheetFormatPr();
/**
* True if has "sheetFormatPr" element
*/
boolean isSetSheetFormatPr();
/**
* Sets the "sheetFormatPr" element
*/
void setSheetFormatPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr sheetFormatPr);
/**
* Appends and returns a new empty "sheetFormatPr" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr addNewSheetFormatPr();
/**
* Unsets the "sheetFormatPr" element
*/
void unsetSheetFormatPr();
/**
* Gets the "sheetProtection" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection getSheetProtection();
/**
* True if has "sheetProtection" element
*/
boolean isSetSheetProtection();
/**
* Sets the "sheetProtection" element
*/
void setSheetProtection(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection sheetProtection);
/**
* Appends and returns a new empty "sheetProtection" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection addNewSheetProtection();
/**
* Unsets the "sheetProtection" element
*/
void unsetSheetProtection();
/**
* Gets the "customSheetViews" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews getCustomSheetViews();
/**
* True if has "customSheetViews" element
*/
boolean isSetCustomSheetViews();
/**
* Sets the "customSheetViews" element
*/
void setCustomSheetViews(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews customSheetViews);
/**
* Appends and returns a new empty "customSheetViews" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews addNewCustomSheetViews();
/**
* Unsets the "customSheetViews" element
*/
void unsetCustomSheetViews();
/**
* Gets the "printOptions" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions getPrintOptions();
/**
* True if has "printOptions" element
*/
boolean isSetPrintOptions();
/**
* Sets the "printOptions" element
*/
void setPrintOptions(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions printOptions);
/**
* Appends and returns a new empty "printOptions" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions addNewPrintOptions();
/**
* Unsets the "printOptions" element
*/
void unsetPrintOptions();
/**
* Gets the "pageMargins" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins getPageMargins();
/**
* True if has "pageMargins" element
*/
boolean isSetPageMargins();
/**
* Sets the "pageMargins" element
*/
void setPageMargins(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins pageMargins);
/**
* Appends and returns a new empty "pageMargins" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins addNewPageMargins();
/**
* Unsets the "pageMargins" element
*/
void unsetPageMargins();
/**
* Gets the "pageSetup" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup getPageSetup();
/**
* True if has "pageSetup" element
*/
boolean isSetPageSetup();
/**
* Sets the "pageSetup" element
*/
void setPageSetup(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup pageSetup);
/**
* Appends and returns a new empty "pageSetup" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup addNewPageSetup();
/**
* Unsets the "pageSetup" element
*/
void unsetPageSetup();
/**
* Gets the "headerFooter" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter getHeaderFooter();
/**
* True if has "headerFooter" element
*/
boolean isSetHeaderFooter();
/**
* Sets the "headerFooter" element
*/
void setHeaderFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter);
/**
* Appends and returns a new empty "headerFooter" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter addNewHeaderFooter();
/**
* Unsets the "headerFooter" element
*/
void unsetHeaderFooter();
/**
* Gets the "drawing" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing getDrawing();
/**
* True if has "drawing" element
*/
boolean isSetDrawing();
/**
* Sets the "drawing" element
*/
void setDrawing(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing drawing);
/**
* Appends and returns a new empty "drawing" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing addNewDrawing();
/**
* Unsets the "drawing" element
*/
void unsetDrawing();
/**
* Gets the "legacyDrawing" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing getLegacyDrawing();
/**
* True if has "legacyDrawing" element
*/
boolean isSetLegacyDrawing();
/**
* Sets the "legacyDrawing" element
*/
void setLegacyDrawing(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing legacyDrawing);
/**
* Appends and returns a new empty "legacyDrawing" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing addNewLegacyDrawing();
/**
* Unsets the "legacyDrawing" element
*/
void unsetLegacyDrawing();
/**
* Gets the "legacyDrawingHF" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing getLegacyDrawingHF();
/**
* True if has "legacyDrawingHF" element
*/
boolean isSetLegacyDrawingHF();
/**
* Sets the "legacyDrawingHF" element
*/
void setLegacyDrawingHF(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing legacyDrawingHF);
/**
* Appends and returns a new empty "legacyDrawingHF" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing addNewLegacyDrawingHF();
/**
* Unsets the "legacyDrawingHF" element
*/
void unsetLegacyDrawingHF();
/**
* Gets the "drawingHF" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawingHF getDrawingHF();
/**
* True if has "drawingHF" element
*/
boolean isSetDrawingHF();
/**
* Sets the "drawingHF" element
*/
void setDrawingHF(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawingHF drawingHF);
/**
* Appends and returns a new empty "drawingHF" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawingHF addNewDrawingHF();
/**
* Unsets the "drawingHF" element
*/
void unsetDrawingHF();
/**
* Gets the "oleObjects" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects getOleObjects();
/**
* True if has "oleObjects" element
*/
boolean isSetOleObjects();
/**
* Sets the "oleObjects" element
*/
void setOleObjects(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects oleObjects);
/**
* Appends and returns a new empty "oleObjects" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects addNewOleObjects();
/**
* Unsets the "oleObjects" element
*/
void unsetOleObjects();
/**
* Gets the "controls" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls getControls();
/**
* True if has "controls" element
*/
boolean isSetControls();
/**
* Sets the "controls" element
*/
void setControls(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls controls);
/**
* Appends and returns a new empty "controls" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls addNewControls();
/**
* Unsets the "controls" element
*/
void unsetControls();
/**
* 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy