Interface CTSlideSize
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSlideSize extends XmlObject
An XML CT_SlideSize(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSlideSize.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 intgetCx()Gets the "cx" attributeintgetCy()Gets the "cy" attributeSTSlideSizeType.EnumgetType()Gets the "type" attributebooleanisSetType()True if has "type" attributevoidsetCx(int cx)Sets the "cx" attributevoidsetCy(int cy)Sets the "cy" attributevoidsetType(STSlideSizeType.Enum type)Sets the "type" attributevoidunsetType()Unsets the "type" attributeSTSlideSizeCoordinatexgetCx()Gets (as xml) the "cx" attributeSTSlideSizeCoordinatexgetCy()Gets (as xml) the "cy" attributeSTSlideSizeTypexgetType()Gets (as xml) the "type" attributevoidxsetCx(STSlideSizeCoordinate cx)Sets (as xml) the "cx" attributevoidxsetCy(STSlideSizeCoordinate cy)Sets (as xml) the "cy" attributevoidxsetType(STSlideSizeType type)Sets (as xml) the "type" 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
-
getCx
int getCx()
Gets the "cx" attribute
-
xgetCx
STSlideSizeCoordinate xgetCx()
Gets (as xml) the "cx" attribute
-
setCx
void setCx(int cx)
Sets the "cx" attribute
-
xsetCx
void xsetCx(STSlideSizeCoordinate cx)
Sets (as xml) the "cx" attribute
-
getCy
int getCy()
Gets the "cy" attribute
-
xgetCy
STSlideSizeCoordinate xgetCy()
Gets (as xml) the "cy" attribute
-
setCy
void setCy(int cy)
Sets the "cy" attribute
-
xsetCy
void xsetCy(STSlideSizeCoordinate cy)
Sets (as xml) the "cy" attribute
-
getType
STSlideSizeType.Enum getType()
Gets the "type" attribute
-
xgetType
STSlideSizeType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STSlideSizeType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STSlideSizeType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
-