Interface CTBevel
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Bevel(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlonggetH()Gets the "h" attributegetPrst()Gets the "prst" attributelonggetW()Gets the "w" attributebooleanisSetH()True if has "h" attributebooleanTrue if has "prst" attributebooleanisSetW()True if has "w" attributevoidsetH(long h) Sets the "h" attributevoidSets the "prst" attributevoidsetW(long w) Sets the "w" attributevoidunsetH()Unsets the "h" attributevoidUnsets the "prst" attributevoidunsetW()Unsets the "w" attributexgetH()Gets (as xml) the "h" attributexgetPrst()Gets (as xml) the "prst" attributexgetW()Gets (as xml) the "w" attributevoidSets (as xml) the "h" attributevoidxsetPrst(STBevelPresetType prst) Sets (as xml) the "prst" attributevoidSets (as xml) the "w" 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
-
getW
long getW()Gets the "w" attribute -
xgetW
STPositiveCoordinate xgetW()Gets (as xml) the "w" attribute -
isSetW
boolean isSetW()True if has "w" attribute -
setW
void setW(long w) Sets the "w" attribute -
xsetW
Sets (as xml) the "w" attribute -
unsetW
void unsetW()Unsets the "w" attribute -
getH
long getH()Gets the "h" attribute -
xgetH
STPositiveCoordinate xgetH()Gets (as xml) the "h" attribute -
isSetH
boolean isSetH()True if has "h" attribute -
setH
void setH(long h) Sets the "h" attribute -
xsetH
Sets (as xml) the "h" attribute -
unsetH
void unsetH()Unsets the "h" attribute -
getPrst
STBevelPresetType.Enum getPrst()Gets the "prst" attribute -
xgetPrst
STBevelPresetType xgetPrst()Gets (as xml) the "prst" attribute -
isSetPrst
boolean isSetPrst()True if has "prst" attribute -
setPrst
Sets the "prst" attribute -
xsetPrst
Sets (as xml) the "prst" attribute -
unsetPrst
void unsetPrst()Unsets the "prst" attribute
-