Interface CTAnchorClientData
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAnchorClientData extends XmlObject
An XML CT_AnchorClientData(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTAnchorClientData.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 boolean
getFLocksWithSheet()
Gets the "fLocksWithSheet" attributeboolean
getFPrintsWithSheet()
Gets the "fPrintsWithSheet" attributeboolean
isSetFLocksWithSheet()
True if has "fLocksWithSheet" attributeboolean
isSetFPrintsWithSheet()
True if has "fPrintsWithSheet" attributevoid
setFLocksWithSheet(boolean fLocksWithSheet)
Sets the "fLocksWithSheet" attributevoid
setFPrintsWithSheet(boolean fPrintsWithSheet)
Sets the "fPrintsWithSheet" attributevoid
unsetFLocksWithSheet()
Unsets the "fLocksWithSheet" attributevoid
unsetFPrintsWithSheet()
Unsets the "fPrintsWithSheet" attributeXmlBoolean
xgetFLocksWithSheet()
Gets (as xml) the "fLocksWithSheet" attributeXmlBoolean
xgetFPrintsWithSheet()
Gets (as xml) the "fPrintsWithSheet" attributevoid
xsetFLocksWithSheet(XmlBoolean fLocksWithSheet)
Sets (as xml) the "fLocksWithSheet" attributevoid
xsetFPrintsWithSheet(XmlBoolean fPrintsWithSheet)
Sets (as xml) the "fPrintsWithSheet" 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
-
getFLocksWithSheet
boolean getFLocksWithSheet()
Gets the "fLocksWithSheet" attribute
-
xgetFLocksWithSheet
XmlBoolean xgetFLocksWithSheet()
Gets (as xml) the "fLocksWithSheet" attribute
-
isSetFLocksWithSheet
boolean isSetFLocksWithSheet()
True if has "fLocksWithSheet" attribute
-
setFLocksWithSheet
void setFLocksWithSheet(boolean fLocksWithSheet)
Sets the "fLocksWithSheet" attribute
-
xsetFLocksWithSheet
void xsetFLocksWithSheet(XmlBoolean fLocksWithSheet)
Sets (as xml) the "fLocksWithSheet" attribute
-
unsetFLocksWithSheet
void unsetFLocksWithSheet()
Unsets the "fLocksWithSheet" attribute
-
getFPrintsWithSheet
boolean getFPrintsWithSheet()
Gets the "fPrintsWithSheet" attribute
-
xgetFPrintsWithSheet
XmlBoolean xgetFPrintsWithSheet()
Gets (as xml) the "fPrintsWithSheet" attribute
-
isSetFPrintsWithSheet
boolean isSetFPrintsWithSheet()
True if has "fPrintsWithSheet" attribute
-
setFPrintsWithSheet
void setFPrintsWithSheet(boolean fPrintsWithSheet)
Sets the "fPrintsWithSheet" attribute
-
xsetFPrintsWithSheet
void xsetFPrintsWithSheet(XmlBoolean fPrintsWithSheet)
Sets (as xml) the "fPrintsWithSheet" attribute
-
unsetFPrintsWithSheet
void unsetFPrintsWithSheet()
Unsets the "fPrintsWithSheet" attribute
-
-