Interface CTPrintProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPrintProperties extends XmlObject
An XML CT_PrintProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPrintProperties.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementSTPrintColorMode.Enum
getClrMode()
Gets the "clrMode" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getFrameSlides()
Gets the "frameSlides" attributeboolean
getHiddenSlides()
Gets the "hiddenSlides" attributeSTPrintWhat.Enum
getPrnWhat()
Gets the "prnWhat" attributeboolean
getScaleToFitPaper()
Gets the "scaleToFitPaper" attributeboolean
isSetClrMode()
True if has "clrMode" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFrameSlides()
True if has "frameSlides" attributeboolean
isSetHiddenSlides()
True if has "hiddenSlides" attributeboolean
isSetPrnWhat()
True if has "prnWhat" attributeboolean
isSetScaleToFitPaper()
True if has "scaleToFitPaper" attributevoid
setClrMode(STPrintColorMode.Enum clrMode)
Sets the "clrMode" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFrameSlides(boolean frameSlides)
Sets the "frameSlides" attributevoid
setHiddenSlides(boolean hiddenSlides)
Sets the "hiddenSlides" attributevoid
setPrnWhat(STPrintWhat.Enum prnWhat)
Sets the "prnWhat" attributevoid
setScaleToFitPaper(boolean scaleToFitPaper)
Sets the "scaleToFitPaper" attributevoid
unsetClrMode()
Unsets the "clrMode" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFrameSlides()
Unsets the "frameSlides" attributevoid
unsetHiddenSlides()
Unsets the "hiddenSlides" attributevoid
unsetPrnWhat()
Unsets the "prnWhat" attributevoid
unsetScaleToFitPaper()
Unsets the "scaleToFitPaper" attributeSTPrintColorMode
xgetClrMode()
Gets (as xml) the "clrMode" attributeXmlBoolean
xgetFrameSlides()
Gets (as xml) the "frameSlides" attributeXmlBoolean
xgetHiddenSlides()
Gets (as xml) the "hiddenSlides" attributeSTPrintWhat
xgetPrnWhat()
Gets (as xml) the "prnWhat" attributeXmlBoolean
xgetScaleToFitPaper()
Gets (as xml) the "scaleToFitPaper" attributevoid
xsetClrMode(STPrintColorMode clrMode)
Sets (as xml) the "clrMode" attributevoid
xsetFrameSlides(XmlBoolean frameSlides)
Sets (as xml) the "frameSlides" attributevoid
xsetHiddenSlides(XmlBoolean hiddenSlides)
Sets (as xml) the "hiddenSlides" attributevoid
xsetPrnWhat(STPrintWhat prnWhat)
Sets (as xml) the "prnWhat" attributevoid
xsetScaleToFitPaper(XmlBoolean scaleToFitPaper)
Sets (as xml) the "scaleToFitPaper" attribute-
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
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
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
void setPrnWhat(STPrintWhat.Enum prnWhat)
Sets the "prnWhat" attribute
-
xsetPrnWhat
void xsetPrnWhat(STPrintWhat prnWhat)
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
void setClrMode(STPrintColorMode.Enum clrMode)
Sets the "clrMode" attribute
-
xsetClrMode
void xsetClrMode(STPrintColorMode clrMode)
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
void xsetHiddenSlides(XmlBoolean hiddenSlides)
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
void xsetScaleToFitPaper(XmlBoolean scaleToFitPaper)
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
void xsetFrameSlides(XmlBoolean frameSlides)
Sets (as xml) the "frameSlides" attribute
-
unsetFrameSlides
void unsetFrameSlides()
Unsets the "frameSlides" attribute
-
-