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 classCTAnchorClientData.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 booleangetFLocksWithSheet()Gets the "fLocksWithSheet" attributebooleangetFPrintsWithSheet()Gets the "fPrintsWithSheet" attributebooleanisSetFLocksWithSheet()True if has "fLocksWithSheet" attributebooleanisSetFPrintsWithSheet()True if has "fPrintsWithSheet" attributevoidsetFLocksWithSheet(boolean fLocksWithSheet)Sets the "fLocksWithSheet" attributevoidsetFPrintsWithSheet(boolean fPrintsWithSheet)Sets the "fPrintsWithSheet" attributevoidunsetFLocksWithSheet()Unsets the "fLocksWithSheet" attributevoidunsetFPrintsWithSheet()Unsets the "fPrintsWithSheet" attributeXmlBooleanxgetFLocksWithSheet()Gets (as xml) the "fLocksWithSheet" attributeXmlBooleanxgetFPrintsWithSheet()Gets (as xml) the "fPrintsWithSheet" attributevoidxsetFLocksWithSheet(XmlBoolean fLocksWithSheet)Sets (as xml) the "fLocksWithSheet" attributevoidxsetFPrintsWithSheet(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
-
-