Interface CTPrintSettings
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PrintSettings(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPrintSettings> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "headerFooter" elementAppends and returns a new empty "legacyDrawingHF" elementAppends and returns a new empty "pageMargins" elementAppends and returns a new empty "pageSetup" elementGets the "headerFooter" elementGets the "legacyDrawingHF" elementGets the "pageMargins" elementGets the "pageSetup" elementbooleanTrue if has "headerFooter" elementbooleanTrue if has "legacyDrawingHF" elementbooleanTrue if has "pageMargins" elementbooleanTrue 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" elementvoidUnsets the "headerFooter" elementvoidUnsets the "legacyDrawingHF" elementvoidUnsets the "pageMargins" elementvoidUnsets the "pageSetup" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getPageMargins
CTPageMargins getPageMargins()Gets the "pageMargins" element -
isSetPageMargins
boolean isSetPageMargins()True if has "pageMargins" element -
setPageMargins
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
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
Sets the "legacyDrawingHF" element -
addNewLegacyDrawingHF
CTRelId addNewLegacyDrawingHF()Appends and returns a new empty "legacyDrawingHF" element -
unsetLegacyDrawingHF
void unsetLegacyDrawingHF()Unsets the "legacyDrawingHF" element