public interface CTGroupShape extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTGroupShape.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 |
|---|---|
CTConnector |
addNewCxnSp()
Appends and returns a new empty value (as xml) as the last "cxnSp" element
|
CTExtensionListModify |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTGraphicalObjectFrame |
addNewGraphicFrame()
Appends and returns a new empty value (as xml) as the last "graphicFrame" element
|
CTGroupShape |
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
|
CTGroupShapeNonVisual |
addNewNvGrpSpPr()
Appends and returns a new empty "nvGrpSpPr" element
|
CTPicture |
addNewPic()
Appends and returns a new empty value (as xml) as the last "pic" element
|
CTShape |
addNewSp()
Appends and returns a new empty value (as xml) as the last "sp" element
|
CTConnector[] |
getCxnSpArray()
Deprecated.
|
CTConnector |
getCxnSpArray(int i)
Gets ith "cxnSp" element
|
List<CTConnector> |
getCxnSpList()
Gets a List of "cxnSp" elements
|
CTExtensionListModify |
getExtLst()
Gets the "extLst" element
|
CTGraphicalObjectFrame[] |
getGraphicFrameArray()
Deprecated.
|
CTGraphicalObjectFrame |
getGraphicFrameArray(int i)
Gets ith "graphicFrame" element
|
List<CTGraphicalObjectFrame> |
getGraphicFrameList()
Gets a List of "graphicFrame" elements
|
CTGroupShape[] |
getGrpSpArray()
Deprecated.
|
CTGroupShape |
getGrpSpArray(int i)
Gets ith "grpSp" element
|
List<CTGroupShape> |
getGrpSpList()
Gets a List of "grpSp" elements
|
CTGroupShapeProperties |
getGrpSpPr()
Gets the "grpSpPr" element
|
CTGroupShapeNonVisual |
getNvGrpSpPr()
Gets the "nvGrpSpPr" element
|
CTPicture[] |
getPicArray()
Deprecated.
|
CTPicture |
getPicArray(int i)
Gets ith "pic" element
|
List<CTPicture> |
getPicList()
Gets a List of "pic" elements
|
CTShape[] |
getSpArray()
Deprecated.
|
CTShape |
getSpArray(int i)
Gets ith "sp" element
|
List<CTShape> |
getSpList()
Gets a List of "sp" elements
|
CTConnector |
insertNewCxnSp(int i)
Inserts and returns a new empty value (as xml) as the ith "cxnSp" element
|
CTGraphicalObjectFrame |
insertNewGraphicFrame(int i)
Inserts and returns a new empty value (as xml) as the ith "graphicFrame" element
|
CTGroupShape |
insertNewGrpSp(int i)
Inserts and returns a new empty value (as xml) as the ith "grpSp" element
|
CTPicture |
insertNewPic(int i)
Inserts and returns a new empty value (as xml) as the ith "pic" element
|
CTShape |
insertNewSp(int i)
Inserts and returns a new empty value (as xml) as the ith "sp" 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 |
setCxnSpArray(CTConnector[] cxnSpArray)
Sets array of all "cxnSp" element
|
void |
setCxnSpArray(int i,
CTConnector cxnSp)
Sets ith "cxnSp" element
|
void |
setExtLst(CTExtensionListModify extLst)
Sets the "extLst" element
|
void |
setGraphicFrameArray(CTGraphicalObjectFrame[] graphicFrameArray)
Sets array of all "graphicFrame" element
|
void |
setGraphicFrameArray(int i,
CTGraphicalObjectFrame graphicFrame)
Sets ith "graphicFrame" element
|
void |
setGrpSpArray(CTGroupShape[] grpSpArray)
Sets array of all "grpSp" element
|
void |
setGrpSpArray(int i,
CTGroupShape grpSp)
Sets ith "grpSp" element
|
void |
setGrpSpPr(CTGroupShapeProperties grpSpPr)
Sets the "grpSpPr" element
|
void |
setNvGrpSpPr(CTGroupShapeNonVisual nvGrpSpPr)
Sets the "nvGrpSpPr" element
|
void |
setPicArray(CTPicture[] picArray)
Sets array of all "pic" element
|
void |
setPicArray(int i,
CTPicture pic)
Sets ith "pic" element
|
void |
setSpArray(CTShape[] spArray)
Sets array of all "sp" element
|
void |
setSpArray(int i,
CTShape sp)
Sets ith "sp" 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
|
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
CTGroupShapeNonVisual getNvGrpSpPr()
void setNvGrpSpPr(CTGroupShapeNonVisual nvGrpSpPr)
CTGroupShapeNonVisual addNewNvGrpSpPr()
CTGroupShapeProperties getGrpSpPr()
void setGrpSpPr(CTGroupShapeProperties grpSpPr)
CTGroupShapeProperties addNewGrpSpPr()
@Deprecated CTShape[] getSpArray()
CTShape getSpArray(int i)
int sizeOfSpArray()
void setSpArray(CTShape[] spArray)
void setSpArray(int i,
CTShape sp)
CTShape insertNewSp(int i)
CTShape addNewSp()
void removeSp(int i)
List<CTGroupShape> getGrpSpList()
@Deprecated CTGroupShape[] getGrpSpArray()
CTGroupShape getGrpSpArray(int i)
int sizeOfGrpSpArray()
void setGrpSpArray(CTGroupShape[] grpSpArray)
void setGrpSpArray(int i,
CTGroupShape grpSp)
CTGroupShape insertNewGrpSp(int i)
CTGroupShape addNewGrpSp()
void removeGrpSp(int i)
List<CTGraphicalObjectFrame> getGraphicFrameList()
@Deprecated CTGraphicalObjectFrame[] getGraphicFrameArray()
CTGraphicalObjectFrame getGraphicFrameArray(int i)
int sizeOfGraphicFrameArray()
void setGraphicFrameArray(CTGraphicalObjectFrame[] graphicFrameArray)
void setGraphicFrameArray(int i,
CTGraphicalObjectFrame graphicFrame)
CTGraphicalObjectFrame insertNewGraphicFrame(int i)
CTGraphicalObjectFrame addNewGraphicFrame()
void removeGraphicFrame(int i)
List<CTConnector> getCxnSpList()
@Deprecated CTConnector[] getCxnSpArray()
CTConnector getCxnSpArray(int i)
int sizeOfCxnSpArray()
void setCxnSpArray(CTConnector[] cxnSpArray)
void setCxnSpArray(int i,
CTConnector cxnSp)
CTConnector insertNewCxnSp(int i)
CTConnector addNewCxnSp()
void removeCxnSp(int i)
@Deprecated CTPicture[] getPicArray()
CTPicture getPicArray(int i)
int sizeOfPicArray()
void setPicArray(CTPicture[] picArray)
void setPicArray(int i,
CTPicture pic)
CTPicture insertNewPic(int i)
CTPicture addNewPic()
void removePic(int i)
CTExtensionListModify getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionListModify extLst)
CTExtensionListModify addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved