Class CTGroup

java.lang.Object
org.docx4j.vml.CTGroup
All Implemented Interfaces:
VmlAllCoreAttributes, VmlShapeElements, Child

public class CTGroup
extends java.lang.Object
implements Child, VmlShapeElements, VmlAllCoreAttributes

Java class for CT_Group complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Group">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements"/>
         <element ref="{urn:schemas-microsoft-com:vml}group"/>
         <element ref="{urn:schemas-microsoft-com:vml}shape"/>
         <element ref="{urn:schemas-microsoft-com:vml}shapetype"/>
         <element ref="{urn:schemas-microsoft-com:vml}arc"/>
         <element ref="{urn:schemas-microsoft-com:vml}curve"/>
         <element ref="{urn:schemas-microsoft-com:vml}image"/>
         <element ref="{urn:schemas-microsoft-com:vml}line"/>
         <element ref="{urn:schemas-microsoft-com:vml}oval"/>
         <element ref="{urn:schemas-microsoft-com:vml}polyline"/>
         <element ref="{urn:schemas-microsoft-com:vml}rect"/>
         <element ref="{urn:schemas-microsoft-com:vml}roundrect"/>
         <element ref="{urn:schemas-microsoft-com:office:office}diagram"/>
       </choice>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Fill"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attribute name="editas" type="{urn:schemas-microsoft-com:vml}ST_EditAs" />
       <attribute ref="{urn:schemas-microsoft-com:office:office}tableproperties"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}tablelimits"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pathOrFormulasOrHandles

      protected java.util.List<jakarta.xml.bind.JAXBElement<?>> pathOrFormulasOrHandles
    • editas

      protected STEditAs editas
    • tableproperties

      protected java.lang.String tableproperties
    • tablelimits

      protected java.lang.String tablelimits
    • filled

      protected STTrueFalse filled
    • fillcolor

      protected java.lang.String fillcolor
    • href

      protected java.lang.String href
    • target

      protected java.lang.String target
    • clazz

      protected java.lang.String clazz
    • title

      protected java.lang.String title
    • alt

      protected java.lang.String alt
    • coordsize

      protected java.lang.String coordsize
    • coordorigin

      protected java.lang.String coordorigin
    • wrapcoords

      protected java.lang.String wrapcoords
    • print

      protected STTrueFalse print
    • style

      protected java.lang.String style
    • vmlId

      protected java.lang.String vmlId
    • spid

      protected java.lang.String spid
    • oned

      protected STTrueFalse oned
    • regroupid

      protected java.math.BigInteger regroupid
    • doubleclicknotify

      protected STTrueFalse doubleclicknotify
    • button

      protected STTrueFalse button
    • userhidden

      protected STTrueFalse userhidden
    • bullet

      protected STTrueFalse bullet
    • hr

      protected STTrueFalse hr
    • hrstd

      protected STTrueFalse hrstd
    • hrnoshade

      protected STTrueFalse hrnoshade
    • hrpct

      protected java.lang.Float hrpct
    • hralign

      protected STHrAlign hralign
    • allowincell

      protected STTrueFalse allowincell
    • allowoverlap

      protected STTrueFalse allowoverlap
    • userdrawn

      protected STTrueFalse userdrawn
    • bordertopcolor

      protected java.lang.String bordertopcolor
    • borderleftcolor

      protected java.lang.String borderleftcolor
    • borderbottomcolor

      protected java.lang.String borderbottomcolor
    • borderrightcolor

      protected java.lang.String borderrightcolor
    • dgmlayout

      protected java.math.BigInteger dgmlayout
    • dgmnodekind

      protected java.math.BigInteger dgmnodekind
    • dgmlayoutmru

      protected java.math.BigInteger dgmlayoutmru
    • insetmode

      protected STInsetMode insetmode
  • Constructor Details

    • CTGroup

      public CTGroup()
  • Method Details

    • getPathOrFormulasOrHandles

      @Deprecated public java.util.List<jakarta.xml.bind.JAXBElement<?>> getPathOrFormulasOrHandles()
      Deprecated.
      Gets the value of the pathOrFormulasOrHandles property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pathOrFormulasOrHandles property.

      For example, to add a new item, do as follows:

          getPathOrFormulasOrHandles().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<CTClientData> JAXBElement<CTRect> JAXBElement<CTClipPath> JAXBElement<CTCurve> JAXBElement<CTPolyLine> JAXBElement<CTBorder> JAXBElement<CTTextPath> JAXBElement<CTShadow> JAXBElement<CTShapetype> JAXBElement<CTSignatureLine> JAXBElement<CTStroke> JAXBElement<CTBorder> JAXBElement<CTOval> JAXBElement<CTImage> JAXBElement<CTPath> JAXBElement<CTWrap> JAXBElement<CTImageData> JAXBElement<CTGroup> JAXBElement<CTSkew> JAXBElement<CTHandles> JAXBElement<CTAnchorLock> JAXBElement<CTLine> JAXBElement<CTBorder> JAXBElement<CTFill> JAXBElement<CTExtrusion> JAXBElement<CTTextbox> JAXBElement<CTFormulas> JAXBElement<CTDiagram> JAXBElement<CTBorder> JAXBElement<CTRoundRect> JAXBElement<CTArc> JAXBElement<CTShape> JAXBElement<CTLock> JAXBElement<CTCallout> JAXBElement<CTRel>

    • getEGShapeElements

      public java.util.List<jakarta.xml.bind.JAXBElement<?>> getEGShapeElements()
      Description copied from interface: VmlShapeElements
      Gets the value of the egShapeElements property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the egShapeElements property.

      For example, to add a new item, do as follows:

          getEGShapeElements().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<CTClientData> JAXBElement<CTClipPath> JAXBElement<CTImageData> JAXBElement<CTSkew> JAXBElement<CTHandles> JAXBElement<CTAnchorLock> JAXBElement<CTFill> JAXBElement<CTBorder> JAXBElement<CTExtrusion> JAXBElement<CTBorder> JAXBElement<CTTextbox> JAXBElement<CTFormulas> JAXBElement<CTTextPath> JAXBElement<CTShadow> JAXBElement<CTBorder> JAXBElement<CTSignatureLine> JAXBElement<CTBorder> JAXBElement<CTStroke> JAXBElement<CTPath> JAXBElement<CTLock> JAXBElement<CTWrap> JAXBElement<CTRel> JAXBElement<CTCallout>

      Specified by:
      getEGShapeElements in interface VmlShapeElements
    • getEditas

      public STEditAs getEditas()
      Gets the value of the editas property.
      Returns:
      possible object is STEditAs
    • setEditas

      public void setEditas​(STEditAs value)
      Sets the value of the editas property.
      Parameters:
      value - allowed object is STEditAs
    • getTableproperties

      public java.lang.String getTableproperties()
      Table Properties
      Returns:
      possible object is String
    • setTableproperties

      public void setTableproperties​(java.lang.String value)
      Sets the value of the tableproperties property.
      Parameters:
      value - allowed object is String
    • getTablelimits

      public java.lang.String getTablelimits()
      Table Row Height Limits
      Returns:
      possible object is String
    • setTablelimits

      public void setTablelimits​(java.lang.String value)
      Sets the value of the tablelimits property.
      Parameters:
      value - allowed object is String
    • getFilled

      public STTrueFalse getFilled()
      Gets the value of the filled property.
      Specified by:
      getFilled in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setFilled

      public void setFilled​(STTrueFalse value)
      Sets the value of the filled property.
      Specified by:
      setFilled in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getFillcolor

      public java.lang.String getFillcolor()
      Gets the value of the fillcolor property.
      Specified by:
      getFillcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setFillcolor

      public void setFillcolor​(java.lang.String value)
      Sets the value of the fillcolor property.
      Specified by:
      setFillcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getHref

      public java.lang.String getHref()
      Gets the value of the href property.
      Specified by:
      getHref in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setHref

      public void setHref​(java.lang.String value)
      Sets the value of the href property.
      Specified by:
      setHref in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getTarget

      public java.lang.String getTarget()
      Gets the value of the target property.
      Specified by:
      getTarget in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setTarget

      public void setTarget​(java.lang.String value)
      Sets the value of the target property.
      Specified by:
      setTarget in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getClazz

      public java.lang.String getClazz()
      Gets the value of the clazz property.
      Specified by:
      getClazz in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setClazz

      public void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      Specified by:
      setClazz in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getTitle

      public java.lang.String getTitle()
      Gets the value of the title property.
      Specified by:
      getTitle in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setTitle

      public void setTitle​(java.lang.String value)
      Sets the value of the title property.
      Specified by:
      setTitle in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getAlt

      public java.lang.String getAlt()
      Gets the value of the alt property.
      Specified by:
      getAlt in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setAlt

      public void setAlt​(java.lang.String value)
      Sets the value of the alt property.
      Specified by:
      setAlt in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getCoordsize

      public java.lang.String getCoordsize()
      Gets the value of the coordsize property.
      Specified by:
      getCoordsize in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setCoordsize

      public void setCoordsize​(java.lang.String value)
      Sets the value of the coordsize property.
      Specified by:
      setCoordsize in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getCoordorigin

      public java.lang.String getCoordorigin()
      Gets the value of the coordorigin property.
      Specified by:
      getCoordorigin in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setCoordorigin

      public void setCoordorigin​(java.lang.String value)
      Sets the value of the coordorigin property.
      Specified by:
      setCoordorigin in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getWrapcoords

      public java.lang.String getWrapcoords()
      Gets the value of the wrapcoords property.
      Specified by:
      getWrapcoords in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setWrapcoords

      public void setWrapcoords​(java.lang.String value)
      Sets the value of the wrapcoords property.
      Specified by:
      setWrapcoords in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getPrint

      public STTrueFalse getPrint()
      Gets the value of the print property.
      Specified by:
      getPrint in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setPrint

      public void setPrint​(STTrueFalse value)
      Sets the value of the print property.
      Specified by:
      setPrint in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getStyle

      public java.lang.String getStyle()
      Gets the value of the style property.
      Specified by:
      getStyle in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setStyle

      public void setStyle​(java.lang.String value)
      Sets the value of the style property.
      Specified by:
      setStyle in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getVmlId

      public java.lang.String getVmlId()
      Gets the value of the vmlId property.
      Specified by:
      getVmlId in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setVmlId

      public void setVmlId​(java.lang.String value)
      Sets the value of the vmlId property.
      Specified by:
      setVmlId in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getSpid

      public java.lang.String getSpid()
      Optional String
      Specified by:
      getSpid in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setSpid

      public void setSpid​(java.lang.String value)
      Sets the value of the spid property.
      Specified by:
      setSpid in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getOned

      public STTrueFalse getOned()
      Shape Handle Toggle
      Specified by:
      getOned in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setOned

      public void setOned​(STTrueFalse value)
      Sets the value of the oned property.
      Specified by:
      setOned in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getRegroupid

      public java.math.BigInteger getRegroupid()
      Regroup ID
      Specified by:
      getRegroupid in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setRegroupid

      public void setRegroupid​(java.math.BigInteger value)
      Sets the value of the regroupid property.
      Specified by:
      setRegroupid in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDoubleclicknotify

      public STTrueFalse getDoubleclicknotify()
      Double-click Notification Toggle
      Specified by:
      getDoubleclicknotify in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setDoubleclicknotify

      public void setDoubleclicknotify​(STTrueFalse value)
      Sets the value of the doubleclicknotify property.
      Specified by:
      setDoubleclicknotify in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getButton

      public STTrueFalse getButton()
      Button Behavior Toggle
      Specified by:
      getButton in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setButton

      public void setButton​(STTrueFalse value)
      Sets the value of the button property.
      Specified by:
      setButton in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getUserhidden

      public STTrueFalse getUserhidden()
      Hide Script Anchors
      Specified by:
      getUserhidden in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setUserhidden

      public void setUserhidden​(STTrueFalse value)
      Sets the value of the userhidden property.
      Specified by:
      setUserhidden in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getBullet

      public STTrueFalse getBullet()
      Graphical Bullet
      Specified by:
      getBullet in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setBullet

      public void setBullet​(STTrueFalse value)
      Sets the value of the bullet property.
      Specified by:
      setBullet in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHr

      public STTrueFalse getHr()
      Horizontal Rule Toggle
      Specified by:
      getHr in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHr

      public void setHr​(STTrueFalse value)
      Sets the value of the hr property.
      Specified by:
      setHr in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrstd

      public STTrueFalse getHrstd()
      Horizontal Rule Standard Display Toggle
      Specified by:
      getHrstd in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHrstd

      public void setHrstd​(STTrueFalse value)
      Sets the value of the hrstd property.
      Specified by:
      setHrstd in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrnoshade

      public STTrueFalse getHrnoshade()
      Horizontal Rule 3D Shading Toggle
      Specified by:
      getHrnoshade in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHrnoshade

      public void setHrnoshade​(STTrueFalse value)
      Sets the value of the hrnoshade property.
      Specified by:
      setHrnoshade in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrpct

      public java.lang.Float getHrpct()
      Horizontal Rule Length Percentage
      Specified by:
      getHrpct in interface VmlAllCoreAttributes
      Returns:
      possible object is Float
    • setHrpct

      public void setHrpct​(java.lang.Float value)
      Sets the value of the hrpct property.
      Specified by:
      setHrpct in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is Float
    • getHralign

      public STHrAlign getHralign()
      Horizontal Rule Alignment
      Specified by:
      getHralign in interface VmlAllCoreAttributes
      Returns:
      possible object is STHrAlign
    • setHralign

      public void setHralign​(STHrAlign value)
      Sets the value of the hralign property.
      Specified by:
      setHralign in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STHrAlign
    • getAllowincell

      public STTrueFalse getAllowincell()
      Allow in Table Cell
      Specified by:
      getAllowincell in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setAllowincell

      public void setAllowincell​(STTrueFalse value)
      Sets the value of the allowincell property.
      Specified by:
      setAllowincell in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getAllowoverlap

      public STTrueFalse getAllowoverlap()
      Allow Shape Overlap
      Specified by:
      getAllowoverlap in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setAllowoverlap

      public void setAllowoverlap​(STTrueFalse value)
      Sets the value of the allowoverlap property.
      Specified by:
      setAllowoverlap in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getUserdrawn

      public STTrueFalse getUserdrawn()
      Exists In Master Slide
      Specified by:
      getUserdrawn in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setUserdrawn

      public void setUserdrawn​(STTrueFalse value)
      Sets the value of the userdrawn property.
      Specified by:
      setUserdrawn in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getBordertopcolor

      public java.lang.String getBordertopcolor()
      Border Top Color
      Specified by:
      getBordertopcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBordertopcolor

      public void setBordertopcolor​(java.lang.String value)
      Sets the value of the bordertopcolor property.
      Specified by:
      setBordertopcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderleftcolor

      public java.lang.String getBorderleftcolor()
      Border Left Color
      Specified by:
      getBorderleftcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderleftcolor

      public void setBorderleftcolor​(java.lang.String value)
      Sets the value of the borderleftcolor property.
      Specified by:
      setBorderleftcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderbottomcolor

      public java.lang.String getBorderbottomcolor()
      Bottom Border Color
      Specified by:
      getBorderbottomcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderbottomcolor

      public void setBorderbottomcolor​(java.lang.String value)
      Sets the value of the borderbottomcolor property.
      Specified by:
      setBorderbottomcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderrightcolor

      public java.lang.String getBorderrightcolor()
      Border Right Color
      Specified by:
      getBorderrightcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderrightcolor

      public void setBorderrightcolor​(java.lang.String value)
      Sets the value of the borderrightcolor property.
      Specified by:
      setBorderrightcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getDgmlayout

      public java.math.BigInteger getDgmlayout()
      Diagram Node Layout Identifier
      Specified by:
      getDgmlayout in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmlayout

      public void setDgmlayout​(java.math.BigInteger value)
      Sets the value of the dgmlayout property.
      Specified by:
      setDgmlayout in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDgmnodekind

      public java.math.BigInteger getDgmnodekind()
      Diagram Node Identifier
      Specified by:
      getDgmnodekind in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmnodekind

      public void setDgmnodekind​(java.math.BigInteger value)
      Sets the value of the dgmnodekind property.
      Specified by:
      setDgmnodekind in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDgmlayoutmru

      public java.math.BigInteger getDgmlayoutmru()
      Diagram Node Recent Layout Identifier
      Specified by:
      getDgmlayoutmru in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmlayoutmru

      public void setDgmlayoutmru​(java.math.BigInteger value)
      Sets the value of the dgmlayoutmru property.
      Specified by:
      setDgmlayoutmru in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getInsetmode

      public STInsetMode getInsetmode()
      Text Inset Mode
      Specified by:
      getInsetmode in interface VmlAllCoreAttributes
      Returns:
      possible object is STInsetMode
    • setInsetmode

      public void setInsetmode​(STInsetMode value)
      Sets the value of the insetmode property.
      Specified by:
      setInsetmode in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STInsetMode
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.