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 class
CTPrintSettings.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTHeaderFooter
addNewHeaderFooter()
Appends and returns a new empty "headerFooter" elementCTRelId
addNewLegacyDrawingHF()
Appends and returns a new empty "legacyDrawingHF" elementCTPageMargins
addNewPageMargins()
Appends and returns a new empty "pageMargins" elementCTPageSetup
addNewPageSetup()
Appends and returns a new empty "pageSetup" elementCTHeaderFooter
getHeaderFooter()
Gets the "headerFooter" elementCTRelId
getLegacyDrawingHF()
Gets the "legacyDrawingHF" elementCTPageMargins
getPageMargins()
Gets the "pageMargins" elementCTPageSetup
getPageSetup()
Gets the "pageSetup" elementboolean
isSetHeaderFooter()
True if has "headerFooter" elementboolean
isSetLegacyDrawingHF()
True if has "legacyDrawingHF" elementboolean
isSetPageMargins()
True if has "pageMargins" elementboolean
isSetPageSetup()
True if has "pageSetup" elementvoid
setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" elementvoid
setLegacyDrawingHF(CTRelId legacyDrawingHF)
Sets the "legacyDrawingHF" elementvoid
setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" elementvoid
setPageSetup(CTPageSetup pageSetup)
Sets the "pageSetup" elementvoid
unsetHeaderFooter()
Unsets the "headerFooter" elementvoid
unsetLegacyDrawingHF()
Unsets the "legacyDrawingHF" elementvoid
unsetPageMargins()
Unsets the "pageMargins" elementvoid
unsetPageSetup()
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
-
-