Interface CTRelativeRect
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRelativeRect extends XmlObject
An XML CT_RelativeRect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRelativeRect.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 int
getB()
Gets the "b" attributeint
getL()
Gets the "l" attributeint
getR()
Gets the "r" attributeint
getT()
Gets the "t" attributeboolean
isSetB()
True if has "b" attributeboolean
isSetL()
True if has "l" attributeboolean
isSetR()
True if has "r" attributeboolean
isSetT()
True if has "t" attributevoid
setB(int b)
Sets the "b" attributevoid
setL(int l)
Sets the "l" attributevoid
setR(int r)
Sets the "r" attributevoid
setT(int t)
Sets the "t" attributevoid
unsetB()
Unsets the "b" attributevoid
unsetL()
Unsets the "l" attributevoid
unsetR()
Unsets the "r" attributevoid
unsetT()
Unsets the "t" attributeSTPercentage
xgetB()
Gets (as xml) the "b" attributeSTPercentage
xgetL()
Gets (as xml) the "l" attributeSTPercentage
xgetR()
Gets (as xml) the "r" attributeSTPercentage
xgetT()
Gets (as xml) the "t" attributevoid
xsetB(STPercentage b)
Sets (as xml) the "b" attributevoid
xsetL(STPercentage l)
Sets (as xml) the "l" attributevoid
xsetR(STPercentage r)
Sets (as xml) the "r" attributevoid
xsetT(STPercentage t)
Sets (as xml) the "t" 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
-
getL
int getL()
Gets the "l" attribute
-
xgetL
STPercentage xgetL()
Gets (as xml) the "l" attribute
-
isSetL
boolean isSetL()
True if has "l" attribute
-
setL
void setL(int l)
Sets the "l" attribute
-
xsetL
void xsetL(STPercentage l)
Sets (as xml) the "l" attribute
-
unsetL
void unsetL()
Unsets the "l" attribute
-
getT
int getT()
Gets the "t" attribute
-
xgetT
STPercentage xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(int t)
Sets the "t" attribute
-
xsetT
void xsetT(STPercentage t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
getR
int getR()
Gets the "r" attribute
-
xgetR
STPercentage xgetR()
Gets (as xml) the "r" attribute
-
isSetR
boolean isSetR()
True if has "r" attribute
-
setR
void setR(int r)
Sets the "r" attribute
-
xsetR
void xsetR(STPercentage r)
Sets (as xml) the "r" attribute
-
unsetR
void unsetR()
Unsets the "r" attribute
-
getB
int getB()
Gets the "b" attribute
-
xgetB
STPercentage xgetB()
Gets (as xml) the "b" attribute
-
isSetB
boolean isSetB()
True if has "b" attribute
-
setB
void setB(int b)
Sets the "b" attribute
-
xsetB
void xsetB(STPercentage b)
Sets (as xml) the "b" attribute
-
unsetB
void unsetB()
Unsets the "b" attribute
-
-