Class CTTextOutlineEffect

java.lang.Object
org.docx4j.w14.CTTextOutlineEffect
All Implemented Interfaces:
Child

public class CTTextOutlineEffect
extends java.lang.Object
implements Child

Java class for CT_TextOutlineEffect complex type.

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

 <complexType name="CT_TextOutlineEffect">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_FillProperties" minOccurs="0"/>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineDashProperties" minOccurs="0"/>
         <group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_LineJoinProperties" minOccurs="0"/>
       </sequence>
       <attribute name="w" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_LineWidth" />
       <attribute name="cap" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_LineCap" />
       <attribute name="cmpd" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_CompoundLine" />
       <attribute name="algn" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_PenAlignment" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTextOutlineEffect

      public CTTextOutlineEffect()
  • Method Details

    • getNoFill

      public CTEmpty getNoFill()
      Gets the value of the noFill property.
      Returns:
      possible object is CTEmpty
    • setNoFill

      public void setNoFill​(CTEmpty value)
      Sets the value of the noFill property.
      Parameters:
      value - allowed object is CTEmpty
    • getSolidFill

      public CTSolidColorFillProperties getSolidFill()
      Gets the value of the solidFill property.
      Returns:
      possible object is CTSolidColorFillProperties
    • setSolidFill

      public void setSolidFill​(CTSolidColorFillProperties value)
      Sets the value of the solidFill property.
      Parameters:
      value - allowed object is CTSolidColorFillProperties
    • getGradFill

      public CTGradientFillProperties getGradFill()
      Gets the value of the gradFill property.
      Returns:
      possible object is CTGradientFillProperties
    • setGradFill

      public void setGradFill​(CTGradientFillProperties value)
      Sets the value of the gradFill property.
      Parameters:
      value - allowed object is CTGradientFillProperties
    • getPrstDash

      public CTPresetLineDashProperties getPrstDash()
      Gets the value of the prstDash property.
      Returns:
      possible object is CTPresetLineDashProperties
    • setPrstDash

      public void setPrstDash​(CTPresetLineDashProperties value)
      Sets the value of the prstDash property.
      Parameters:
      value - allowed object is CTPresetLineDashProperties
    • getRound

      public CTEmpty getRound()
      Gets the value of the round property.
      Returns:
      possible object is CTEmpty
    • setRound

      public void setRound​(CTEmpty value)
      Sets the value of the round property.
      Parameters:
      value - allowed object is CTEmpty
    • getBevel

      public CTEmpty getBevel()
      Gets the value of the bevel property.
      Returns:
      possible object is CTEmpty
    • setBevel

      public void setBevel​(CTEmpty value)
      Sets the value of the bevel property.
      Parameters:
      value - allowed object is CTEmpty
    • getMiter

      public CTLineJoinMiterProperties getMiter()
      Gets the value of the miter property.
      Returns:
      possible object is CTLineJoinMiterProperties
    • setMiter

      public void setMiter​(CTLineJoinMiterProperties value)
      Sets the value of the miter property.
      Parameters:
      value - allowed object is CTLineJoinMiterProperties
    • getW

      public java.lang.Integer getW()
      Gets the value of the w property.
      Returns:
      possible object is Integer
    • setW

      public void setW​(java.lang.Integer value)
      Sets the value of the w property.
      Parameters:
      value - allowed object is Integer
    • getCap

      public STLineCap getCap()
      Gets the value of the cap property.
      Returns:
      possible object is STLineCap
    • setCap

      public void setCap​(STLineCap value)
      Sets the value of the cap property.
      Parameters:
      value - allowed object is STLineCap
    • getCmpd

      public STCompoundLine getCmpd()
      Gets the value of the cmpd property.
      Returns:
      possible object is STCompoundLine
    • setCmpd

      public void setCmpd​(STCompoundLine value)
      Sets the value of the cmpd property.
      Parameters:
      value - allowed object is STCompoundLine
    • getAlgn

      public STPenAlignment getAlgn()
      Gets the value of the algn property.
      Returns:
      possible object is STPenAlignment
    • setAlgn

      public void setAlgn​(STPenAlignment value)
      Sets the value of the algn property.
      Parameters:
      value - allowed object is STPenAlignment
    • 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.