Interface CTPrintProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PrintProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPrintProperties> 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 "extLst" elementGets the "clrMode" attributeGets the "extLst" elementbooleanGets the "frameSlides" attributebooleanGets the "hiddenSlides" attributeGets the "prnWhat" attributebooleanGets the "scaleToFitPaper" attributebooleanTrue if has "clrMode" attributebooleanTrue if has "extLst" elementbooleanTrue if has "frameSlides" attributebooleanTrue if has "hiddenSlides" attributebooleanTrue if has "prnWhat" attributebooleanTrue if has "scaleToFitPaper" attributevoidsetClrMode(STPrintColorMode.Enum clrMode) Sets the "clrMode" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFrameSlides(boolean frameSlides) Sets the "frameSlides" attributevoidsetHiddenSlides(boolean hiddenSlides) Sets the "hiddenSlides" attributevoidsetPrnWhat(STPrintWhat.Enum prnWhat) Sets the "prnWhat" attributevoidsetScaleToFitPaper(boolean scaleToFitPaper) Sets the "scaleToFitPaper" attributevoidUnsets the "clrMode" attributevoidUnsets the "extLst" elementvoidUnsets the "frameSlides" attributevoidUnsets the "hiddenSlides" attributevoidUnsets the "prnWhat" attributevoidUnsets the "scaleToFitPaper" attributeGets (as xml) the "clrMode" attributeGets (as xml) the "frameSlides" attributeGets (as xml) the "hiddenSlides" attributeGets (as xml) the "prnWhat" attributeGets (as xml) the "scaleToFitPaper" attributevoidxsetClrMode(STPrintColorMode clrMode) Sets (as xml) the "clrMode" attributevoidxsetFrameSlides(XmlBoolean frameSlides) Sets (as xml) the "frameSlides" attributevoidxsetHiddenSlides(XmlBoolean hiddenSlides) Sets (as xml) the "hiddenSlides" attributevoidxsetPrnWhat(STPrintWhat prnWhat) Sets (as xml) the "prnWhat" attributevoidxsetScaleToFitPaper(XmlBoolean scaleToFitPaper) Sets (as xml) the "scaleToFitPaper" attributeMethods 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getPrnWhat
STPrintWhat.Enum getPrnWhat()Gets the "prnWhat" attribute -
xgetPrnWhat
STPrintWhat xgetPrnWhat()Gets (as xml) the "prnWhat" attribute -
isSetPrnWhat
boolean isSetPrnWhat()True if has "prnWhat" attribute -
setPrnWhat
Sets the "prnWhat" attribute -
xsetPrnWhat
Sets (as xml) the "prnWhat" attribute -
unsetPrnWhat
void unsetPrnWhat()Unsets the "prnWhat" attribute -
getClrMode
STPrintColorMode.Enum getClrMode()Gets the "clrMode" attribute -
xgetClrMode
STPrintColorMode xgetClrMode()Gets (as xml) the "clrMode" attribute -
isSetClrMode
boolean isSetClrMode()True if has "clrMode" attribute -
setClrMode
Sets the "clrMode" attribute -
xsetClrMode
Sets (as xml) the "clrMode" attribute -
unsetClrMode
void unsetClrMode()Unsets the "clrMode" attribute -
getHiddenSlides
boolean getHiddenSlides()Gets the "hiddenSlides" attribute -
xgetHiddenSlides
XmlBoolean xgetHiddenSlides()Gets (as xml) the "hiddenSlides" attribute -
isSetHiddenSlides
boolean isSetHiddenSlides()True if has "hiddenSlides" attribute -
setHiddenSlides
void setHiddenSlides(boolean hiddenSlides) Sets the "hiddenSlides" attribute -
xsetHiddenSlides
Sets (as xml) the "hiddenSlides" attribute -
unsetHiddenSlides
void unsetHiddenSlides()Unsets the "hiddenSlides" attribute -
getScaleToFitPaper
boolean getScaleToFitPaper()Gets the "scaleToFitPaper" attribute -
xgetScaleToFitPaper
XmlBoolean xgetScaleToFitPaper()Gets (as xml) the "scaleToFitPaper" attribute -
isSetScaleToFitPaper
boolean isSetScaleToFitPaper()True if has "scaleToFitPaper" attribute -
setScaleToFitPaper
void setScaleToFitPaper(boolean scaleToFitPaper) Sets the "scaleToFitPaper" attribute -
xsetScaleToFitPaper
Sets (as xml) the "scaleToFitPaper" attribute -
unsetScaleToFitPaper
void unsetScaleToFitPaper()Unsets the "scaleToFitPaper" attribute -
getFrameSlides
boolean getFrameSlides()Gets the "frameSlides" attribute -
xgetFrameSlides
XmlBoolean xgetFrameSlides()Gets (as xml) the "frameSlides" attribute -
isSetFrameSlides
boolean isSetFrameSlides()True if has "frameSlides" attribute -
setFrameSlides
void setFrameSlides(boolean frameSlides) Sets the "frameSlides" attribute -
xsetFrameSlides
Sets (as xml) the "frameSlides" attribute -
unsetFrameSlides
void unsetFrameSlides()Unsets the "frameSlides" attribute
-