public interface CTGvmlGroupShape extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTGvmlGroupShape.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTGvmlConnector |
addNewCxnSp()
Appends and returns a new empty value (as xml) as the last "cxnSp" element
|
CTOfficeArtExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTGvmlGraphicalObjectFrame |
addNewGraphicFrame()
Appends and returns a new empty value (as xml) as the last "graphicFrame" element
|
CTGvmlGroupShape |
addNewGrpSp()
Appends and returns a new empty value (as xml) as the last "grpSp" element
|
CTGroupShapeProperties |
addNewGrpSpPr()
Appends and returns a new empty "grpSpPr" element
|
CTGvmlGroupShapeNonVisual |
addNewNvGrpSpPr()
Appends and returns a new empty "nvGrpSpPr" element
|
CTGvmlPicture |
addNewPic()
Appends and returns a new empty value (as xml) as the last "pic" element
|
CTGvmlShape |
addNewSp()
Appends and returns a new empty value (as xml) as the last "sp" element
|
CTGvmlTextShape |
addNewTxSp()
Appends and returns a new empty value (as xml) as the last "txSp" element
|
CTGvmlConnector[] |
getCxnSpArray()
Deprecated.
|
CTGvmlConnector |
getCxnSpArray(int i)
Gets ith "cxnSp" element
|
List<CTGvmlConnector> |
getCxnSpList()
Gets a List of "cxnSp" elements
|
CTOfficeArtExtensionList |
getExtLst()
Gets the "extLst" element
|
CTGvmlGraphicalObjectFrame[] |
getGraphicFrameArray()
Deprecated.
|
CTGvmlGraphicalObjectFrame |
getGraphicFrameArray(int i)
Gets ith "graphicFrame" element
|
List<CTGvmlGraphicalObjectFrame> |
getGraphicFrameList()
Gets a List of "graphicFrame" elements
|
CTGvmlGroupShape[] |
getGrpSpArray()
Deprecated.
|
CTGvmlGroupShape |
getGrpSpArray(int i)
Gets ith "grpSp" element
|
List<CTGvmlGroupShape> |
getGrpSpList()
Gets a List of "grpSp" elements
|
CTGroupShapeProperties |
getGrpSpPr()
Gets the "grpSpPr" element
|
CTGvmlGroupShapeNonVisual |
getNvGrpSpPr()
Gets the "nvGrpSpPr" element
|
CTGvmlPicture[] |
getPicArray()
Deprecated.
|
CTGvmlPicture |
getPicArray(int i)
Gets ith "pic" element
|
List<CTGvmlPicture> |
getPicList()
Gets a List of "pic" elements
|
CTGvmlShape[] |
getSpArray()
Deprecated.
|
CTGvmlShape |
getSpArray(int i)
Gets ith "sp" element
|
List<CTGvmlShape> |
getSpList()
Gets a List of "sp" elements
|
CTGvmlTextShape[] |
getTxSpArray()
Deprecated.
|
CTGvmlTextShape |
getTxSpArray(int i)
Gets ith "txSp" element
|
List<CTGvmlTextShape> |
getTxSpList()
Gets a List of "txSp" elements
|
CTGvmlConnector |
insertNewCxnSp(int i)
Inserts and returns a new empty value (as xml) as the ith "cxnSp" element
|
CTGvmlGraphicalObjectFrame |
insertNewGraphicFrame(int i)
Inserts and returns a new empty value (as xml) as the ith "graphicFrame" element
|
CTGvmlGroupShape |
insertNewGrpSp(int i)
Inserts and returns a new empty value (as xml) as the ith "grpSp" element
|
CTGvmlPicture |
insertNewPic(int i)
Inserts and returns a new empty value (as xml) as the ith "pic" element
|
CTGvmlShape |
insertNewSp(int i)
Inserts and returns a new empty value (as xml) as the ith "sp" element
|
CTGvmlTextShape |
insertNewTxSp(int i)
Inserts and returns a new empty value (as xml) as the ith "txSp" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
void |
removeCxnSp(int i)
Removes the ith "cxnSp" element
|
void |
removeGraphicFrame(int i)
Removes the ith "graphicFrame" element
|
void |
removeGrpSp(int i)
Removes the ith "grpSp" element
|
void |
removePic(int i)
Removes the ith "pic" element
|
void |
removeSp(int i)
Removes the ith "sp" element
|
void |
removeTxSp(int i)
Removes the ith "txSp" element
|
void |
setCxnSpArray(CTGvmlConnector[] cxnSpArray)
Sets array of all "cxnSp" element
|
void |
setCxnSpArray(int i,
CTGvmlConnector cxnSp)
Sets ith "cxnSp" element
|
void |
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
|
void |
setGraphicFrameArray(CTGvmlGraphicalObjectFrame[] graphicFrameArray)
Sets array of all "graphicFrame" element
|
void |
setGraphicFrameArray(int i,
CTGvmlGraphicalObjectFrame graphicFrame)
Sets ith "graphicFrame" element
|
void |
setGrpSpArray(CTGvmlGroupShape[] grpSpArray)
Sets array of all "grpSp" element
|
void |
setGrpSpArray(int i,
CTGvmlGroupShape grpSp)
Sets ith "grpSp" element
|
void |
setGrpSpPr(CTGroupShapeProperties grpSpPr)
Sets the "grpSpPr" element
|
void |
setNvGrpSpPr(CTGvmlGroupShapeNonVisual nvGrpSpPr)
Sets the "nvGrpSpPr" element
|
void |
setPicArray(CTGvmlPicture[] picArray)
Sets array of all "pic" element
|
void |
setPicArray(int i,
CTGvmlPicture pic)
Sets ith "pic" element
|
void |
setSpArray(CTGvmlShape[] spArray)
Sets array of all "sp" element
|
void |
setSpArray(int i,
CTGvmlShape sp)
Sets ith "sp" element
|
void |
setTxSpArray(CTGvmlTextShape[] txSpArray)
Sets array of all "txSp" element
|
void |
setTxSpArray(int i,
CTGvmlTextShape txSp)
Sets ith "txSp" element
|
int |
sizeOfCxnSpArray()
Returns number of "cxnSp" element
|
int |
sizeOfGraphicFrameArray()
Returns number of "graphicFrame" element
|
int |
sizeOfGrpSpArray()
Returns number of "grpSp" element
|
int |
sizeOfPicArray()
Returns number of "pic" element
|
int |
sizeOfSpArray()
Returns number of "sp" element
|
int |
sizeOfTxSpArray()
Returns number of "txSp" element
|
void |
unsetExtLst()
Unsets the "extLst" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTGvmlGroupShapeNonVisual getNvGrpSpPr()
void setNvGrpSpPr(CTGvmlGroupShapeNonVisual nvGrpSpPr)
CTGvmlGroupShapeNonVisual addNewNvGrpSpPr()
CTGroupShapeProperties getGrpSpPr()
void setGrpSpPr(CTGroupShapeProperties grpSpPr)
CTGroupShapeProperties addNewGrpSpPr()
List<CTGvmlTextShape> getTxSpList()
@Deprecated CTGvmlTextShape[] getTxSpArray()
CTGvmlTextShape getTxSpArray(int i)
int sizeOfTxSpArray()
void setTxSpArray(CTGvmlTextShape[] txSpArray)
void setTxSpArray(int i,
CTGvmlTextShape txSp)
CTGvmlTextShape insertNewTxSp(int i)
CTGvmlTextShape addNewTxSp()
void removeTxSp(int i)
List<CTGvmlShape> getSpList()
@Deprecated CTGvmlShape[] getSpArray()
CTGvmlShape getSpArray(int i)
int sizeOfSpArray()
void setSpArray(CTGvmlShape[] spArray)
void setSpArray(int i,
CTGvmlShape sp)
CTGvmlShape insertNewSp(int i)
CTGvmlShape addNewSp()
void removeSp(int i)
List<CTGvmlConnector> getCxnSpList()
@Deprecated CTGvmlConnector[] getCxnSpArray()
CTGvmlConnector getCxnSpArray(int i)
int sizeOfCxnSpArray()
void setCxnSpArray(CTGvmlConnector[] cxnSpArray)
void setCxnSpArray(int i,
CTGvmlConnector cxnSp)
CTGvmlConnector insertNewCxnSp(int i)
CTGvmlConnector addNewCxnSp()
void removeCxnSp(int i)
List<CTGvmlPicture> getPicList()
@Deprecated CTGvmlPicture[] getPicArray()
CTGvmlPicture getPicArray(int i)
int sizeOfPicArray()
void setPicArray(CTGvmlPicture[] picArray)
void setPicArray(int i,
CTGvmlPicture pic)
CTGvmlPicture insertNewPic(int i)
CTGvmlPicture addNewPic()
void removePic(int i)
List<CTGvmlGraphicalObjectFrame> getGraphicFrameList()
@Deprecated CTGvmlGraphicalObjectFrame[] getGraphicFrameArray()
CTGvmlGraphicalObjectFrame getGraphicFrameArray(int i)
int sizeOfGraphicFrameArray()
void setGraphicFrameArray(CTGvmlGraphicalObjectFrame[] graphicFrameArray)
void setGraphicFrameArray(int i,
CTGvmlGraphicalObjectFrame graphicFrame)
CTGvmlGraphicalObjectFrame insertNewGraphicFrame(int i)
CTGvmlGraphicalObjectFrame addNewGraphicFrame()
void removeGraphicFrame(int i)
List<CTGvmlGroupShape> getGrpSpList()
@Deprecated CTGvmlGroupShape[] getGrpSpArray()
CTGvmlGroupShape getGrpSpArray(int i)
int sizeOfGrpSpArray()
void setGrpSpArray(CTGvmlGroupShape[] grpSpArray)
void setGrpSpArray(int i,
CTGvmlGroupShape grpSp)
CTGvmlGroupShape insertNewGrpSp(int i)
CTGvmlGroupShape addNewGrpSp()
void removeGrpSp(int i)
CTOfficeArtExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTOfficeArtExtensionList extLst)
CTOfficeArtExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved