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 classCTBevel.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 longgetH()Gets the "h" attributeSTBevelPresetType.EnumgetPrst()Gets the "prst" attributelonggetW()Gets the "w" attributebooleanisSetH()True if has "h" attributebooleanisSetPrst()True if has "prst" attributebooleanisSetW()True if has "w" attributevoidsetH(long h)Sets the "h" attributevoidsetPrst(STBevelPresetType.Enum prst)Sets the "prst" attributevoidsetW(long w)Sets the "w" attributevoidunsetH()Unsets the "h" attributevoidunsetPrst()Unsets the "prst" attributevoidunsetW()Unsets the "w" attributeSTPositiveCoordinatexgetH()Gets (as xml) the "h" attributeSTBevelPresetTypexgetPrst()Gets (as xml) the "prst" attributeSTPositiveCoordinatexgetW()Gets (as xml) the "w" attributevoidxsetH(STPositiveCoordinate h)Sets (as xml) the "h" attributevoidxsetPrst(STBevelPresetType prst)Sets (as xml) the "prst" attributevoidxsetW(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
-
-