Interface CTPrintSettings
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPrintSettings extends XmlObject
An XML CT_PrintSettings(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPrintSettings.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTHeaderFooteraddNewHeaderFooter()Appends and returns a new empty "headerFooter" elementCTRelIdaddNewLegacyDrawingHF()Appends and returns a new empty "legacyDrawingHF" elementCTPageMarginsaddNewPageMargins()Appends and returns a new empty "pageMargins" elementCTPageSetupaddNewPageSetup()Appends and returns a new empty "pageSetup" elementCTHeaderFootergetHeaderFooter()Gets the "headerFooter" elementCTRelIdgetLegacyDrawingHF()Gets the "legacyDrawingHF" elementCTPageMarginsgetPageMargins()Gets the "pageMargins" elementCTPageSetupgetPageSetup()Gets the "pageSetup" elementbooleanisSetHeaderFooter()True if has "headerFooter" elementbooleanisSetLegacyDrawingHF()True if has "legacyDrawingHF" elementbooleanisSetPageMargins()True if has "pageMargins" elementbooleanisSetPageSetup()True if has "pageSetup" elementvoidsetHeaderFooter(CTHeaderFooter headerFooter)Sets the "headerFooter" elementvoidsetLegacyDrawingHF(CTRelId legacyDrawingHF)Sets the "legacyDrawingHF" elementvoidsetPageMargins(CTPageMargins pageMargins)Sets the "pageMargins" elementvoidsetPageSetup(CTPageSetup pageSetup)Sets the "pageSetup" elementvoidunsetHeaderFooter()Unsets the "headerFooter" elementvoidunsetLegacyDrawingHF()Unsets the "legacyDrawingHF" elementvoidunsetPageMargins()Unsets the "pageMargins" elementvoidunsetPageSetup()Unsets the "pageSetup" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getHeaderFooter
CTHeaderFooter getHeaderFooter()
Gets the "headerFooter" element
-
isSetHeaderFooter
boolean isSetHeaderFooter()
True if has "headerFooter" element
-
setHeaderFooter
void setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" element
-
addNewHeaderFooter
CTHeaderFooter addNewHeaderFooter()
Appends and returns a new empty "headerFooter" element
-
unsetHeaderFooter
void unsetHeaderFooter()
Unsets the "headerFooter" element
-
getPageMargins
CTPageMargins getPageMargins()
Gets the "pageMargins" element
-
isSetPageMargins
boolean isSetPageMargins()
True if has "pageMargins" element
-
setPageMargins
void setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" element
-
addNewPageMargins
CTPageMargins addNewPageMargins()
Appends and returns a new empty "pageMargins" element
-
unsetPageMargins
void unsetPageMargins()
Unsets the "pageMargins" element
-
getPageSetup
CTPageSetup getPageSetup()
Gets the "pageSetup" element
-
isSetPageSetup
boolean isSetPageSetup()
True if has "pageSetup" element
-
setPageSetup
void setPageSetup(CTPageSetup pageSetup)
Sets the "pageSetup" element
-
addNewPageSetup
CTPageSetup addNewPageSetup()
Appends and returns a new empty "pageSetup" element
-
unsetPageSetup
void unsetPageSetup()
Unsets the "pageSetup" element
-
getLegacyDrawingHF
CTRelId getLegacyDrawingHF()
Gets the "legacyDrawingHF" element
-
isSetLegacyDrawingHF
boolean isSetLegacyDrawingHF()
True if has "legacyDrawingHF" element
-
setLegacyDrawingHF
void setLegacyDrawingHF(CTRelId legacyDrawingHF)
Sets the "legacyDrawingHF" element
-
addNewLegacyDrawingHF
CTRelId addNewLegacyDrawingHF()
Appends and returns a new empty "legacyDrawingHF" element
-
unsetLegacyDrawingHF
void unsetLegacyDrawingHF()
Unsets the "legacyDrawingHF" element
-
-