Interface CTAnchorClientData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AnchorClientData(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAnchorClientData> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "fLocksWithSheet" attributebooleanGets the "fPrintsWithSheet" attributebooleanTrue if has "fLocksWithSheet" attributebooleanTrue if has "fPrintsWithSheet" attributevoidsetFLocksWithSheet(boolean fLocksWithSheet) Sets the "fLocksWithSheet" attributevoidsetFPrintsWithSheet(boolean fPrintsWithSheet) Sets the "fPrintsWithSheet" attributevoidUnsets the "fLocksWithSheet" attributevoidUnsets the "fPrintsWithSheet" attributeGets (as xml) the "fLocksWithSheet" attributeGets (as xml) the "fPrintsWithSheet" attributevoidxsetFLocksWithSheet(XmlBoolean fLocksWithSheet) Sets (as xml) the "fLocksWithSheet" attributevoidxsetFPrintsWithSheet(XmlBoolean fPrintsWithSheet) Sets (as xml) the "fPrintsWithSheet" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
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
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
Sets (as xml) the "fPrintsWithSheet" attribute -
unsetFPrintsWithSheet
void unsetFPrintsWithSheet()Unsets the "fPrintsWithSheet" attribute
-