Interface CTBevel
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBevel extends XmlObject
An XML CT_Bevel(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTBevel.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 long
getH()
Gets the "h" attributeSTBevelPresetType.Enum
getPrst()
Gets the "prst" attributelong
getW()
Gets the "w" attributeboolean
isSetH()
True if has "h" attributeboolean
isSetPrst()
True if has "prst" attributeboolean
isSetW()
True if has "w" attributevoid
setH(long h)
Sets the "h" attributevoid
setPrst(STBevelPresetType.Enum prst)
Sets the "prst" attributevoid
setW(long w)
Sets the "w" attributevoid
unsetH()
Unsets the "h" attributevoid
unsetPrst()
Unsets the "prst" attributevoid
unsetW()
Unsets the "w" attributeSTPositiveCoordinate
xgetH()
Gets (as xml) the "h" attributeSTBevelPresetType
xgetPrst()
Gets (as xml) the "prst" attributeSTPositiveCoordinate
xgetW()
Gets (as xml) the "w" attributevoid
xsetH(STPositiveCoordinate h)
Sets (as xml) the "h" attributevoid
xsetPrst(STBevelPresetType prst)
Sets (as xml) the "prst" attributevoid
xsetW(STPositiveCoordinate w)
Sets (as xml) the "w" 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
-
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
void xsetW(STPositiveCoordinate w)
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
void xsetH(STPositiveCoordinate h)
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
void setPrst(STBevelPresetType.Enum prst)
Sets the "prst" attribute
-
xsetPrst
void xsetPrst(STBevelPresetType prst)
Sets (as xml) the "prst" attribute
-
unsetPrst
void unsetPrst()
Unsets the "prst" attribute
-
-